TienCongTC7 / ircserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

  1. Compile all servers and client
chmod +x compile_all.sh
./compile_all.sh
  1. Start the encryption server
./enc.server
  1. Start the IRC server
./irc.server
  1. Start another IRC server and connect to the first one
./irc.server 8785 localhost 8784
  1. Start a client, connect to the first IRC server
./client
  1. Start another client, connect to the second IRC server
./client localhost 8785
  1. Start sending messages

About


Languages

Language:C 99.7%Language:Shell 0.3%