
I need to read/write some structs as binary data over an asio tcp socket and convert host<->network byte order. IIRC the endian library was supposed to clean this process up substantially but I can't find it. I thought it passed review years ago but I could be misremembering.

On Sun, Nov 3, 2013 at 5:05 PM, Michael Marcin
I need to read/write some structs as binary data over an asio tcp socket and convert host<->network byte order. IIRC the endian library was supposed to clean this process up substantially but I can't find it.
I thought it passed review years ago but I could be misremembering.
Yes, subject to a list of requested refinements and corrections. That work is now complete. See https://github.com/beman/endian As soon as the git conversion is complete, I'll request a mini-review, then move to boostorg. -- Beman

On 11/3/2013 8:09 PM, Beman Dawes wrote:
On Sun, Nov 3, 2013 at 5:05 PM, Michael Marcin
wrote: I need to read/write some structs as binary data over an asio tcp socket and convert host<->network byte order. IIRC the endian library was supposed to clean this process up substantially but I can't find it.
I thought it passed review years ago but I could be misremembering.
Yes, subject to a list of requested refinements and corrections. That work is now complete.
See https://github.com/beman/endian
As soon as the git conversion is complete, I'll request a mini-review, then move to boostorg.
Thanks!
participants (2)
-
Beman Dawes
-
Michael Marcin