I\'m looking for a way to send a packet made of a custom data structure through a socket with Boost Asio. At the moment I understand that you can send a string with the stan
You can also use Protocol Buffers for that purpose, not hard in configuring
https://code.google.com/p/protobuf/