Skip to content

buihaihoang/ircserver

 
 

Repository files navigation

Quick Start

  1. Compile all servers and client
chmod +x setup.sh
./setup.sh
  1. Start the encryption server
./enc.server
  1. Start the encryption server
./auth.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

Releases

No releases published

Packages

No packages published

Languages

  • C 97.5%
  • Dockerfile 1.8%
  • Shell 0.7%