Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 8181fbe

Browse files
authored
Update README.md
1 parent f384757 commit 8181fbe

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# TinyTcpServer
2-
A small C# tcp server for emulating any real hardware transport layer plus adding hooks for implementing application layer.
2+
A small tcp server working under Mono or CLR and provides hooks for handling data exchange with clients (works under mono and .net)
3+
It was fully tested with NUnit Tests on single and multi client (parallel) exchange.
4+
5+
Also we written 2 simple protocols over this server in separate project:
6+
7+
Echo server (RFC 862)
8+
Time server (RFC 868)
9+
10+
There is a GUI to run these types of servers and any other types in the near future.
11+
12+
We are planning (in near future) to build any protocol over this tcp server using script Engine. In this case server will server for transport purposes and all protocol logic will be in script (C# lamguage).
313

414
We are having nuget package: https://www.nuget.org/packages/MossbauerLab.TinyTcpServer.Core/
515

0 commit comments

Comments
 (0)