1
Network / Packet Endian Conversions
« on: May 23, 2010, 07:21:46 pm »
I agree with you 100% that there are issues with how floating point numbers are represented on each platform. But if we agree that all we can do is hope that the translation is correct don't we still need to perform byte swapping based on the little or big endian conventions? I've had to do this with an SDF file format previously and it worked out fine.