forked from fedelebron/SimpleTelnet
-
Notifications
You must be signed in to change notification settings - Fork 0
robotment/SimpleTelnet
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simple telnet client/server
===========================
Run the server as:
./server
It requires port 5555 to be open (this can be changed in mt.h,
or make it a command line parameter if you wish).
To run clients, run
./client2 127.0.0.1
To connect locally, as the server listens locally.
It's hackish, and the code isn't pretty, but it works mildly
well.
About
A relatively simple and hackish multi-process telnet server/client in C.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published