We concern ourselves with endianness when dealing with streaming data from serialized devices. Some devices send their payloads with the most significant bit first, others with the most significant bit last. In order to read values from the stream of data we may need to reverse the endianness. This is done before reconstructing the payload from the bits received, afterward we place the bits into data-structure. This procedure may be referred to as bit banging.
-
Notifications
You must be signed in to change notification settings - Fork 0
MichaelPatrickMcGuireJr/reversing_endianness
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Reversing the endianness of 32-bit serialized data
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published