MossbauerLab / TinyTcpServer

A small tcp server working under Mono or .NET (4.0) and provides hooks for handling data exchange with clients (works under mono and .net). Behaviour/protocol/reaction could be specified via custom C# script.

Home Page:https://mossbauerlab.github.io/TinyTcpServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1.2]Console app for running tcp server from shell

EvilLord666 opened this issue · comments

We shoul be able to start, stop or restart server from console, send and receive strings and files, e.t.c

This part should be written as extension

I think for fully useful console app we should place C# scripting therefore we obtain smart app behavior.

This feature will be done after script engine implementation.

commented

We should pass handle script via cmd line as parameter with ip-address and tcp port and maybe file with server settings.

Console app done.