搜索资源列表
GPS_Server
- GPS服务器 通过SOCKET来传输数据,从GPS设备提取数据进行传输-GPS server to transmit data through the SOCKET, extract data from the GPS device for transmission
portofgps
- 一个不错的通用国际GPS数据解析及通过网络上传到服务器的接口。-A good common international GPS data analysis and uploaded to the server through the network interface.
LenzVb_demo5.0
- GPRS蓝斯DTU数据中心VB源代码,用于服务器-GPRS Lance DTU Data Center VB source code for the server
WJGPS
- 基于GPS的串口接收程序,和以太网服务器 以及客户端 来接收gps并发送gps数据 供客户端使用 -GPS-receiver program, and Ethernet server and the client to receive and send gps gps data for client use
ShowGPSInfoPro
- 使用http的get方法从web服务器里获取GPS数据并用正则表达式进行处理-Using the get method http web server from where to get GPS data processing using regular expressions
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
gprs--pc
- c#开发,用于接收远程gprs模块发送来的数据,安装于服务器端,可用于gps数据是采集。-c# development, for receiving the data sent to remote gprs module, installed on the server side
MCU_SIM900
- 单片机控制SIM900实现:无线模块自动连接服务器,检测服务器下发的数据-SCM SIM900 implementation: wireless module automatically connect to the server, the server sends data to detect lower
STM32PGPSPGPRS
- 单片机通过SIM300的GPRS功能与服务器通信,发送GPS数据,并收取返回值-The microcontroller through the GPRS function to communicate with the server SIM300, GPS data transmission, and the collection of the return value
GPS-master
- 模仿实现雷达扫描,使用UDP实现通信,通信格式:1B通信站编号+GPGGA格式的GPS数据。udp服务器监听2323端口,等待客户端发送数据(server包UDPClinentTest发送测试数据)。基站编号默认为0,经纬度坐标保存在数据库中。udp服务器端将从站编号及经纬度解析后存入数据库。使用html5 的canvas标签实现扫描界面。每隔1s更新一次数据,并将相对位置显示在界面中,同时计算从站距离基站位置和当前速度。界面长1000px,高600px。(另:计算GPS坐标距离公式是参考网上公