You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# 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).
3
13
4
14
We are having nuget package: https://www.nuget.org/packages/MossbauerLab.TinyTcpServer.Core/
0 commit comments