otcshare / automotive-message-broker

Other
47 stars 48 forks source link

GLONASS Support #50

Closed beartell closed 9 years ago

beartell commented 9 years ago

Sometimes we see NMEA protocol messages with GLONASS indicators. AMB should be capable of parsing GLONASS protocol messages... An example protocol message is shown below;

$GNRMC,073121.00,A,5544.7049,N,03743.7405,E,000.02626,301.4,190312,,,A*47

tripzero commented 9 years ago

This looks familiar to the GPRMC message. Do you know if GN* messages have extra information in them over typical GP* messages?

beartell commented 9 years ago

It is same as the GPRMC. No extra information...

2015-03-26 18:38 GMT+02:00 Kevron Rees notifications@github.com:

This looks familiar to the GPRMC message. Do you know if GN* messages have extra information in them over typical GP* messages?

— Reply to this email directly or view it on GitHub https://github.com/otcshare/automotive-message-broker/issues/50#issuecomment-86610050 .

tripzero commented 9 years ago

8eb33aa has GNRMC support. I haven't tested it yet. I'll have to see if any of my GPS/GLONASS devices produce that message.

beartell commented 9 years ago

I've seen these messages on VTC 1010 with u-blox gps.

2015-03-27 9:07 GMT+02:00 Kevron Rees notifications@github.com:

8eb33aa https://github.com/otcshare/automotive-message-broker/commit/8eb33aad0d8030fd50f7f53de1f976e8b46728dc has GNRMC support. I haven't tested it yet. I'll have to see if any of my GPS/GLONASS devices produce that message.

— Reply to this email directly or view it on GitHub https://github.com/otcshare/automotive-message-broker/issues/50#issuecomment-86849513 .