-
Notifications
You must be signed in to change notification settings - Fork 6
Home
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)
Server console documentation: https://github.com/MossbauerLab/TinyTcpServer/wiki/Server-console
Also there is a GUI Win Forms project: https://github.com/MossbauerLab/TinyTcpServer/tree/master/GUI/MossbauerLab.TinyTcpServer.MnGUI