-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Ushakov Michael (Ушаков Михаил) edited this page Nov 11, 2017
·
6 revisions
A small tcp server working under Mono or .NET and provides hooks for handling data exchange with MULTIPLE clients (works under mono and .net) and BEHAVIOUR CUSTOMIZATION via C# SCRIPT. It was fully tested with NUnit Tests on single and multi client (parallel) exchange.
Main example is here: https://github.com/MossbauerLab/TinyTcpServer/wiki/Scripted-tcp-server
Example of own implementation of Echo server (RFC 862): https://github.com/MossbauerLab/TinyTcpServer/wiki/Echo-tcp-server-(RFC-862)
Example of own implementation of Time server (RFC 862): https://github.com/MossbauerLab/TinyTcpServer/wiki/Time-tcp-server-(RFC-868)