A simple C# mesh networking library using TCP (with or without SSL) with integrated framing for reliable transmission and receipt of data amongst multiple nodes. Does not support NAT.
A .NET class library that abstracts away the details of asynchronous network programming.
http://github.com/chutch1122/SimpleAsyncNetworking
http://simpleasyncnet.cameronh.me/
Unit-tested, efficient and easily extandable implementation of a tcp network server logic using the last pipelines API. This project is based on SimplPipelines.