zhzsx / telnet

Telnet client and server written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

    ./client 127.0.0.1

To connect locally, as the server listens locally.

About

Telnet client and server written in C


Languages

Language:C 97.8%Language:Makefile 2.2%