简体   繁体   中英

c# receive data from GPS over TCP connection

I put a GPS Tracing device in my car, which sends me position information every ten seconds. Now I want to develop an application that will show information about position of my car.

The problem is that I don't know how to receive data from GPS over GPRS/TCP connection.

Any suggestions?

Yo can develop a C# application which acts as a server and your GPS device equipped with GSM/GPRS modem will connect to your server. Once the connection is established, you can receive and transmit data from/to GPS device.

Your server PC should be on public/static IP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM