Menu

tenlet

Andrej Lucny

tenlet <port>

utility which is the opposite site (server + console) to telnet utility

= How to compile: =

cc -o tenlet tenlet.c

= How to use:=

launch on one console:

tenlet 10000

launch on another console:

telnet localhost 10000

now what you type on one console is delivered to the other console and on the sane on opposite.

= License =

BSD Licence

= Author =

Andrej Lucny
www.agentspace.org/andy
andy@gmail.com
2017/08