Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilLord666 authored Jul 19, 2017
1 parent f384757 commit 8181fbe
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# TinyTcpServer
A small C# tcp server for emulating any real hardware transport layer plus adding hooks for implementing application layer.
A small tcp server working under Mono or CLR and provides hooks for handling data exchange with clients (works under mono and .net)
It was fully tested with NUnit Tests on single and multi client (parallel) exchange.

Also we written 2 simple protocols over this server in separate project:

Echo server (RFC 862)
Time server (RFC 868)

There is a GUI to run these types of servers and any other types in the near future.

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).

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

Expand Down

0 comments on commit 8181fbe

Please sign in to comment.