I see that the demo is serializing Twist messages as little-endian - the serialization approach looks consistent with CDR, except that if I'm reading the spec correctly, a CDR encapsulation is supposed to start with an octet that indicates endianness. This octet appears to be missing from the serialized message.
Little-endian is also not network byte order, which is what I would expect absent any other convention - where does the little-endian convention originate from?
I see that the demo is serializing Twist messages as little-endian - the serialization approach looks consistent with CDR, except that if I'm reading the spec correctly, a CDR encapsulation is supposed to start with an octet that indicates endianness. This octet appears to be missing from the serialized message.
Little-endian is also not network byte order, which is what I would expect absent any other convention - where does the little-endian convention originate from?