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 go 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.