roslibrust icon indicating copy to clipboard operation
roslibrust copied to clipboard

Add support for parsing the remaining fields in the Connection Header

Open ssnover opened this issue 2 years ago • 1 comments

Currently missing a couple (see tcpros.rs), however I didn't see these in the packet capture coming from the subscriber node so they're documented but maybe unused in practice.

ssnover avatar Sep 01 '23 17:09 ssnover

Note: through my various work on services a lot of fields were added, but things definitely look funky and the whole header could stand to get a once over. A lot of the fields are optional in different ways in different contexts, so we may want a PublisherAdvertiseHeader, and ServiceClientConnectHeader etc.

Carter12s avatar Jul 05 '24 17:07 Carter12s