4
votes
1answer
571 views
Roll your own NMEA parser or use an open source GPS parser?
I do a lot of location aware computing, often incorporating GPS. I have my own little simple NMEA parser that doesn't do anything special - just transforms the GPS specific senten …
3
votes
5answers
407 views
How do I find broken NMEA log sentences with grep?
My GPS logger occassionally leaves "unfinished" lines at the end of the log files. I think they're only at the end, but I want to check all lines just in case.
A sample complete …
3
votes
1answer
142 views
GPS Time synchronisation
I'm parsing NMEA GPS data from a device which sends timestamps without milliseconds. As far as I heard, these devices will use a specific trigger point on when they send the senten …
1
vote
7answers
545 views
How to get NMEA from the GPS Device ?
Hi there.im trying to read the current position of GPS Device...using N95 from Nokia.
I read tht i will need my device to return the NMEA lines to the serialport and then i will pa …
1
vote
2answers
122 views
How to send/receive nmea string over tcpip/udp
Hi there!
I have a gps receiver, which can send data (using gprs connection) to the server www.example.com.
Now I need something to receive this data (gps nmea string) from www.e …
1
vote
1answer
154 views
read NMEA sentences from GPS
I have a Mio P550 device, which has a GPS included. I try to use SerialPort to get NMEA sentences, by simply use SerialPort.Read(). Data is returned in some weird encoding. GPS sho …
4
votes
5answers
958 views
Parsing GPS receiver output via regex in Python
I have a friend who is finishing up his masters degree in aerospace engineering. For his final project, he is on a small team tasked with writing a program for tracking weather bal …
4
votes
3answers
2k views
C# open source NMEA parser
Am looking for C# open source NMEA parser.
