Skip to content
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

endianness in app (excel, server) vs over the socket #18

Open
sdementen opened this issue Nov 16, 2013 · 1 comment
Open

endianness in app (excel, server) vs over the socket #18

sdementen opened this issue Nov 16, 2013 · 1 comment

Comments

@sdementen
Copy link

On the conversion from XL to bytes socket stream, is it correct to say the encoding is in big endian while on Intel the data is in little endian ? if so, is there a reason to do this conversion and not to stay in little endian over the socket ? Or can this be choosen in some way (in the INI file per XLLOOP server) ?

sebastien

@poidasmith
Copy link
Owner

Hi. Yes, you are correct, the xlloop addin is fixed to be big endian. There is currently no way to change this via config. The choice was largely driven by networking standards: http://en.wikipedia.org/wiki/Endianness#Endianness_in_networking. Do you see any issues with the endianness?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants