OceanDataTools / openrvdas

An open source data acquisition system designed for use on research vessels and other scientific installations
http://openrvdas.org
Other
39 stars 20 forks source link

Add record fragmentation support to UDPWriter/UDPReader #355

Closed veggiemike closed 10 months ago

veggiemike commented 10 months ago

This branch adds support for transparently fragmenting records that are too large for the system to send as a single UDP datagram. Reciprocal code has been added to UDPReader to automatically reassemble the record.

I've also snuck a commit in here to fix an oversight from the last pull. I tried to push it out at the last second, but it had already been merged.