开发者

WCF Service to Read Telnet Data

开发者 https://www.devze.com 2023-02-22 23:40 出处:网络
I am using an Android phone in my application to read GPS information. The GPS information is sent over Telnet and I want to read it in my application. I will then databind the position of something l

I am using an Android phone in my application to read GPS information. The GPS information is sent over Telnet and I want to read it in my application. I will then databind the position of something like a blob to the GPS data and display a user on a map in real time.

How can I read the NMEA GPS response using WCF and consume it into my application with databinding to the position of the blob? What is the way to g开发者_StackOverflow中文版o about this? Mine is a desktop application and I am using WPF.


I don't think WCF will solve this issue for you. I would look at something like IP*Works which will help you with the telnet connectivity.

0

精彩评论

暂无评论...
验证码 换一张
取 消