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
A small tcp server working under Mono or .NET 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
2
5
-
Also we written 2 simple protocols over this server in separate project:
3
+
# 1. OVERVIEW
4
+
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.
5
+
It was fully tested with NUnit Tests on single and multi client (parallel) exchange.
6
6
7
+
Also we written 2 simple implementations (protocols) over ITcpServer in separate project:
7
8
Echo server (RFC 862)
8
9
Time server (RFC 868)
9
10
10
-
There is a GUI to run these types of servers and any other types in the near future.
/Console is a console project with management console (build for FlexibleTcpServer working with scripts)
22
+
/GUI is a Windows Forms Tool for management server (build for FlexibleTcpServer working with scripts)
23
+
/TinyTcpServer is a solution with server interface and it extensions (differnt implementation) including FlexibleTcpServer
11
24
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).
0 commit comments