colonelpanic8 / mt_chat

A Small Decentralized Chat Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use chat:
    -Run make to make all the required executables.
    -Run the server executable on one machine with the desired port number as an argument
     i.e. ./server 2000
    -Run client on another machine with the following arguments
	 ./client (name of server) (server port) (username) (user port	)

There are instructions for sending messages included in the program...

About

A Small Decentralized Chat Service


Languages

Language:C 100.0%