Openvario / sensord

Daemon to poll air data from Openvario sensorboard
6 stars 11 forks source link

send() complete sentence including terminating '\0' #6

Closed bomilkar closed 4 years ago

bomilkar commented 4 years ago

Addressing https://github.com/Openvario/sensord/issues/4

kedder commented 4 years ago

This breaks sensord on XCSoar - it is unable to parse NMEA stream from sendord. In fact, sending 0 over the wire is not a good practice and also in a violation with NMEA protocol, which states that "message ends with <CR><LF>"

bomilkar commented 4 years ago

Agreed @kedder . There was some discussion at the time. Now we know better. And I incorporated this in my last changes to variod.