The Android Emulator can run GPS applications. It recieves the GPS data from the console after creating telnet connection:
> telnet localhost <port> (for example 5554)
and then the commands with nmea sentences:
geo nmea $GPGGA.....etc.
how can I send the nmea data from a text file to the application ? may be by using network library ?
Thanks in advance for ideas.
> telnet localhost <port> (for example 5554)
and then the commands with nmea sentences:
geo nmea $GPGGA.....etc.
how can I send the nmea data from a text file to the application ? may be by using network library ?
Thanks in advance for ideas.
Last edited: