Menu

Tree [226f72] master /
 History

HTTPS access


File Date Author Commit
 README.txt 2017-08-06 Andrej Lucny Andrej Lucny [226f72] Initial commit
 tenlet.c 2017-08-06 Andrej Lucny Andrej Lucny [226f72] Initial commit

Read Me

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