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.
我在我的应用程序中使用 Android 手机来读取 GPS 信息。GPS 信息通过 Telnet 发送,我想在我的应用程序中读取它。然后,我会将诸如 blob 之类的位置数据绑定到 GPS 数据,并在地图上实时显示用户。
如何使用 WCF 读取 NMEA GPS 响应并将其使用到我的应用程序中,并将数据绑定到 blob 的位置?解决这个问题的方法是什么?我的是一个桌面应用程序,我正在使用 WPF。
我认为 WCF 不会为您解决这个问题。我会看一些类似IP*Works的东西,它可以帮助你进行 telnet 连接。