DemetriouJohn / NmeaParser

This is a .Net Standard NMEA protocol parser. The goal is to support the standard protocol and slowly introduce custom arbitrary NMEA lines from different providers. This will soon be a nuget package for everyone to download directly into their projects.
1 stars 2 forks source link

Abstract NmeaHandler from users #41

Closed DemetriouJohn closed 3 years ago

DemetriouJohn commented 3 years ago

Extract interface from NmeaHandler and get object through interface.