Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在车里放了一个 GPS 追踪设备,它每十秒向我发送一次位置信息。现在我想开发一个应用程序来显示关于我的汽车位置的信息。
问题是我不知道如何通过 GPRS/TCP 连接从 GPS 接收数据。
有什么建议么?
你可以开发一个作为服务器的 C# 应用程序,您的配备 GSM/GPRS 调制解调器的 GPS 设备将连接到您的服务器。建立连接后,您可以从/向 GPS 设备接收和传输数据。
您的服务器 PC 应该在公共/静态 IP 上。