# 领新北斗(TracSeek)-车辆动态监控系统 **Repository Path**: lingxcom/tracseek ## Basic Information - **Project Name**: 领新北斗(TracSeek)-车辆动态监控系统 - **Description**: 单网关支持10万以上终端接入的高性能部标JT808网关,前后端双开源,完整的车辆动态监控系统。 支持 JT808 等主流定位协议,并具备良好的扩展能力,可兼容各类 GPS 终端与私有协议设备。 通过实时定位、轨迹分析、报警监控等功能,帮助企业快速构建稳定、高效的定位监控系统,广泛应用于车队管理、物流运输及智能监控等场景。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.lingx.com - **GVP Project**: No ## Statistics - **Stars**: 297 - **Forks**: 182 - **Created**: 2021-04-20 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: jt808, 车载定位, 车辆监控, JT809, JT1078 ## README ## 🚀 领新北斗(TracSeek)-车辆动态监控系统 > 单网关支持10万设备同时接入的开源车联网系统,内置模拟终端 + 可视化平台,5分钟快速体验完整链路。 ## ✨ 项目亮点 * 🚗 完整支持 JT808 协议(车载终端接入标准) * ⚡ 高性能架构设计(可扩展至大规模设备接入) * 🛰 实时定位 / 轨迹回放 / 电子围栏 * 🧪 内置模拟终端(无需真实设备即可测试) * 🌐 可视化监控平台(前端代码开源) * 🔧 适用于物流 / 车队管理 / IoT 场景 ## 🎯 解决什么问题? 如果你正在做: * 车联网系统 * GPS / 北斗定位平台 * 物流调度系统 * IoT 设备接入平台 你通常会遇到: * ❌ JT808 协议复杂难实现 * ❌ 没有完整的服务端 + 终端闭环 * ❌ 测试必须依赖真实设备 * ❌ 系统难以扩展 > 👉 TracSeek 提供一整套解决方案(服务端 + 模拟终端 + 可视化) ## ⚡ 5分钟快速体验(强烈建议先跑这个) ### 方式一:Docker(推荐) ```bash git clone https://gitee.com/lingxcom/tracseek.git cd tracseek git clone https://gitee.com/lingxcom/tracseek-web.git docker compose up -d ``` 启动后访问: ```bash http://localhost:8800 账号:admin 密码:123456 ``` --- ### 方式二:下载一键启动 * Gitee :[https://gitee.com/lingxcom/tracseek/releases/download/1.1/tracseek.zip](https://gitee.com/lingxcom/tracseek/releases/download/1.1/tracseek.zip) * Github :[https://github.com/lingxcom/tracseek/releases/download/1.1/tracseek.zip](https://github.com/lingxcom/tracseek/releases/download/1.1/tracseek.zip) ## 🖥 在线 Demo http://gps.lingx.com/ 账号:admin 密码:123456 终端设备接入 IP:47.100.112.218 端口:8808 压测记录:https://blog.csdn.net/lingx_gps/article/details/136833506 ## 协议支持 | 协议名称 | 版本 | 开源版 |商业版 | 备注 | |---------------------|------|-----|--------------|--------------| | JT/T 808 | 2011 | 支持 | 支持 | | JT/T 808 | 2013 | 支持 | 支持 | | JT/T 808 | 2019 | 支持 | 支持 | | JT/T 809 | 2011 | 未支持 | 支持 | | JT/T 1078 | 2016 | 未支持 | 支持 | | T/JSATL 12(主动安全-苏标) | 2017 | 未支持 | 支持 | | 非标协议扩展 | - | 未支持 | 支持 | 非标协议扩展(包括不限于):油量、电量、温度、湿度、高精度定位、蓝牙信标、语音留言。 ## 后端代码仓库 * Gitee :[https://gitee.com/lingxcom/tracseek](https://gitee.com/lingxcom/tracseek) * Github :[https://github.com/lingxcom/tracseek](https://github.com/lingxcom/tracseek) ## 前端代码仓库 * Gitee仓库地址:[https://gitee.com/lingxcom/tracseek-web](https://gitee.com/lingxcom/tracseek-web) * Github仓库地址:[https://github.com/lingxcom/tracseek-web](https://github.com/lingxcom/tracseek-web) ## 终端设备模拟工具 * Gitee :[https://gitee.com/lingxcom/jt808-client/releases/download/1.1/jt808tools-exe.zip](https://gitee.com/lingxcom/jt808-client/releases/download/1.1/jt808tools-exe.zip) * Github :[https://github.com/lingxcom/jt808-client/releases/download/1.1/JT808.zip](https://github.com/lingxcom/jt808-client/releases/download/1.1/JT808.zip) ##⭐ 如果这个项目对你有帮助 请给一个 Star ⭐ 这是对开源作者最大的支持 🙌 ## 功能展示 ![index](readme/轨迹切换.gif "index.png") ![index](readme/轨迹回放.gif "index.png") ![index](readme/电子围栏.gif "index.png") ![index](readme/分组监控.gif "index.png") ![index](readme/实时监控.gif "index.png") ## License ``` Apache License, Version 2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```