node-nmea
node-nmea copied to clipboard
extensible NMEA-0183 parser/encoder for node.js
hello thanks for your work got this error when try with nmea data from node-nmea i'm using globalsat USB gps . ``` throw new Error('ERROR:' + e); ^ Error: ERROR:i...
Is there any reason why longitude & latitude are stored as strings, rather than as floats? Using the following code, with the current latest ``` var sentences = [ '$GPRMC,,V,,,,,,,,,,N*53',...
How do I go about accessing the helper function if I want to add my own decoders.
The following sentence (which my Nokia LD-3W Bluetooth GPS dongle emitted today) results in a 'not enough tokens' error in the codes/GSV.js module. $GPGSV,3,3,09,24,06,148,22*4D According to this information http://www.gpsinformation.org/dale/nmea.htm#GSV there...