Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 449 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 449 Bytes

Protocol Builder

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.

Use in your project

You can easily use the Protocol Builder library in your C# project...

  1. Clone the repository
  2. Add it as a reference