Skip to content

mindt102/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published