An open API service indexing awesome lists of open source software.

https://github.com/lettier/telnetclientclone

A limited functionality Telnet client clone written in C.
https://github.com/lettier/telnetclientclone

Last synced: 10 months ago
JSON representation

A limited functionality Telnet client clone written in C.

Awesome Lists containing this project

README

          

![Alt text](https://raw.github.com/lettier/telnetclientclone/master/screenshot.jpg)

# Telnet Client Clone

A limited functionality Telnet client clone.

To compile:

`$ gcc main.c -pthread -o telnetClient.out`

_(C) 2014 David Lettier._
http://www.lettier.com/