zbus-old icon indicating copy to clipboard operation
zbus-old copied to clipboard

Support non-native endianness

Open zeenix opened this issue 3 years ago • 1 comments
trafficstars

In GitLab by @Raytar on Feb 8, 2022, 16:08

Currently, zbus is limited to handling messages that use the native endianness. However, some peers may use the non-native endianness instead. I have observed this with jetbrains-toolbox sending big-endian messages on a little-endian system.

zeenix avatar Feb 08 '22 15:02 zeenix

I have observed this with jetbrains-toolbox sending big-endian messages on a little-endian system.

Is is only that it sends in BE but can receive in LE as well? If so, that makes things much easier. We'll probably still need a solution to dictate the endianness to zbus in the long term but for that's not at all urgent.

zeenix avatar Feb 08 '22 17:02 zeenix