Create your own C# protocol on top of TCP
To get started, take a look at ProtocolBuilderTest.cs where both sample protocols Hello World Protocol and Math Protocol are tested.
You can easily use the Protocol Builder library in your C# project...
- Clone the repository
- Add it as a reference