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.
- Host: GitHub
- URL: https://github.com/lettier/telnetclientclone
- Owner: lettier
- Created: 2014-01-09T07:23:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T07:30:44.000Z (about 12 years ago)
- Last Synced: 2025-03-22T06:31:37.168Z (10 months ago)
- Language: C
- Size: 625 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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/