Prints as little endian, is that OK?
You tell me! What tool is going to be reading this? What do they
expect it to look like?
sh, php in my usecase as unique id.
I am sorry, I do not understand.
So endianess does not matter to me too much. The question is what is usual
(like mac address, uuid...?).
What does the device export? Why not just export it as:
0123456789ABCDEF
if it is 8 bytes long?
And it's a byte array, why would there be endian issues?
Now is printed as one big number. Not real issue. Just human readability?
Should I turn back it to space separated bytes?
It's up to you, what do you want to do with it and what does a tool want
it to look like?
thanks,
greg k-h