-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requirement: Fix byte order of binary portions of header; define byte order of payload via encoding values #19
Comments
In the July 2017 discussion on this topic support for a fixed by order was unanimous among those involved. It was not decided which byte order should be chosen. I have a slight preference for little-endian as that is the native order for most of the hardware that will be reading this data for the foreseeable future. One wrinkle is that the Steim encodings are only allowed to be big-endian. |
👍 for little endian. |
Summary(Please let me know if I missed a point or misunderstood something) Please vote on:
|
1 yes |
|
|
1 yes |
|
Yes
No strong opinion
Yes |
|
|
|
Simplification of MiniSEED2: Fix byte order (e.g. little endian) of binary portions of header; define byte order of payload via encoding values.
The text was updated successfully, but these errors were encountered: