Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh2000 committed Mar 23, 2012
1 parent 80b1a13 commit 43ccd43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
@@ -1,7 +1,7 @@
node-nmea
=========

An extensible parser and encoder for NMEA-0183 sentences.
An extensible parser and encoder for NMEA-0183 sentences for use with node.js.

If you aren't familiar with NMEA-0183, look it up on Wikipedia.

Expand All @@ -23,6 +23,8 @@ Features
(it doesn't read the serial or USB input. you have to get the sentences from somewhere yourself)

has built-in support for several of the most common NMEA sentences
GPGGA
GPRMC

lets you add sentence parsers for those not built-in (there are literally dozens of standard and proprietary sentence types)
* takes geographic location input and encodes it into valid NMEA-0183 sentences
Expand Down

0 comments on commit 43ccd43

Please sign in to comment.