Object Oriented TCP
This project is basically an easy to use wrapper for the TcpClient/TcpListener that allows a developer to send .Net objects over a TCP connection with minimal effort.
If you need assistance integrating it, please have a look at the Tester project in the source folder.
Update v1.1: Applied a few bug fixes and the project is now compatible with Xamerin Android.
Update v1.2: Made compression optional.
Update v1.3: Bug fixes and better threading support.
Update v1.4: More bug fixes
Features:
Easy to use
Uses standard TCP connection
Can send/receive any serializable object
Xamerin Android Compatible
Event driven
Built-in Compression (Optional)
Download:
https://sourceforge.net/projects/ootcp/