nmea_navsat_driver
nmea_navsat_driver copied to clipboard
Add Support for TCP GNSS Sensor
I added a new nmea_tcpclient_driver
, because Sensors like the Emlid Reach RS2
do not offer any UDP connection, but transmit NMEA-Sentences on Port 9001/tcp. The nmea_tcpclient_driver
connects to it via TCP and forwards the NMEA-Sentences line by line to the driver.
PS: Sorry about the commit-Messages, got a little exhausted during debugging ;)
Thanks for the contribution. I'll review the PR soon!
Also, I'm sorry it took so long for me to review this. Maintaining this package is a side hobby for me, and it often gets away from me.
I'm sorry it took so long for me to review this. Maintaining this package is a side hobby for me, and it often gets away from me.
No problem, I appreciate that you use your free time for maintaining this. It has been really useful for me during a project for university.
I have some requests and suggestions. Thanks for the PR!
I now implemented those changes.
Reverted the change