fakeIRC is a simple IRC-like server, implementing a very limited protocol to be used to show participants in a workshop how they can chat using simple tools like netcat.
- Build:
- CMake
- a C++ compiler
- Linux
- Runtime:
- Linux
- a network to chat on
First of all, install the requirements. Then, run the following in the source directory:
mkdir -p build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
cd build/src
./fakeirc
The help can be printed as follows:
./fakeirc -h