Drivetech / node-nmea

Parser for NMEA sentences.
MIT License
25 stars 8 forks source link

How to parse GPGSA? #147

Closed jianxiongc closed 5 years ago

jianxiongc commented 5 years ago

Can node-nmea support these?

GGA ,GLL,GSA,GSV,RMC,VTG,ZDA

And GP ,GN , GL ,BD

  1. The prefix identifier “GP” refers to the GPS global navigation system;
  2. Prefix identification “GN” refers to the GNSS global navigation system (collectively referred to as various global navigation systems);
  3. Prefix identification “GL” refers to the GLONASS global navigation system;
  4. Prefix identifier “BD” refers to the BeiDou global navigation system.
lgaticaq commented 5 years ago

Maybe it's easy to implement but I'm not keeping it very often anymore. But feel free to fork the repository to make the changes and include them in the library.