Swazimodo/TCPUtility
Create client/server C# applications that use TCP communication without dealing with any of the communication headache. Thread management, data serialization, socket connections are all handled for you. Define your own data types and handlers and have them just work.
C#MIT