Skip to content
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)

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