搜索资源列表
testSNTP
- 使用SNTP协议连接GPS服务器,并同步本地时钟,是一个简单的使用例子-SNTP agreement linking the use of GPS server, and the local clock synchronization is a simple example of the use of
主要功能是利用手机gps获取位置信息并上传至服务器
- 主要功能是利用手机gps获取位置信息并上传至服务器,作为监控端使用数据。在巡查等业务上使用-Main function is to use the cell phone gps for location information and uploaded to the server side to use as surveillance data. Use in inspection and other services
GPS_Server
- GPS服务器 通过SOCKET来传输数据,从GPS设备提取数据进行传输-GPS server to transmit data through the SOCKET, extract data from the GPS device for transmission
TCPSocket
- 实现基于socket的消息接受解析并转发,GPS信号接受解析服务器-Socket-based message analysis to accept and forward, GPS signal to accept Resolution Server
gprs
- GPRS模块的上位机服务器程序,可以帮助DPRS方面程序开发设计得指导。-GPRS module PC server program that can help DPRS areas designed to guide program development.
實現GPS追蹤車跡之Map Server
- 利用Google Map (API)+VB源碼,實現GPS追蹤車跡之Map Server,初學者寫的不好,但可以供參考~-Using Google Map (API)+ VB source, achieving track the GPS to track cars Map Server, beginners badly written, but can be used for reference ~
server
- 用Java编写的GPS监控系统后台私服的核心代码。-Using Java to prepare the background of the GPS monitoring system私服the core code.
OpenDMTP
- OpenDMTP-GPS及PDA等数据通信协议 OpenDMTP(Open Device Monitoring and Tracking Protocol)是一个协议和框架用于在服务器和客户端设备之间通过Internet或其它相似网络进行双向数据通信。OpenDMTP是专门连接面向基于定位的信息比如GPS,也可以是从远程监控设备收集到的温度和其它数据。由于OpenDMTP非常小,所以特别适合于移动设备比PDA,移动电话和其它特定的OEM设备。 -OpenDMTP-GPS and PDA, s
gpsgprs
- Software for Wavecom module Q2501b, receives location info from gps, sends to an ftp server through gprs.
server
- 无线数据终端服务器端源代码 可调试gprs功能模块的通讯-Wireless Data Terminal server-side source code debug gprs communication modules
48e342dd-6c99-4844-9f95-e5a64171d755
- GPRS Communication Protocol Between GPS Tracker and Server
GPS
- 本系统主要实现利用GPS模块接收GPS卫星定位数据(包括日期、UTC时间信息,纬度信息、经度信息),并且通过PIC单片机对接收到的有效数据进行存储和控制,最后通过GPRS网络实现将接收到的有效数据及时地传送到指定的服务器上。-The system is mainly achieved using GPS module receives GPS satellite positioning data (including date, UTC time information, latitude in
11GPS_CCPC(Server)
- GPS服务器程序,对于学习GPS编程处理的人员是个不错的参考-GPS server program for learning programming GPS processing personnel is a good reference
SIS-GPS-OK-(1)-(1)
- GPS SERVER with suport of xexum gps, send commands t-GPS SERVER with suport of xexum gps, send commands too
STM32+GPS+GPRS
- STM32采集GPS通过GPRS发送到服务器上。(STM32 collecting GPS send to the server by GPRS.)
jt-808-protocol
- 808服务器,对JT808协议服务器,新手学习,仅供参考(808 server for reference only)
sim7100 +GPS
- stm32 解析GPS数据,通过4G 上传到服务器(STM32 parse the GPS data and upload it to the server via 4G)
GPS
- GPS采集定位信息STM32单片机处理然后通过GSM模块将数据上传到特定服务器(GPS acquisition positioning information STM32 microcontroller processing, and then through the GSM module to upload data to a specific server)
GPSSercer
- 一个gps服务器端程序demo 支持交通部最新的协议实现(A GPS server-side program demo)
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公