when programming Tcp/IP program, we often will do data packet assembling and parsing, so is there a framework to make our life easier?
I know this is hard to implement.
Edit: to clarify:
- application level packet
- it may need to talk to c++ application, so .net serialization is not applicable.