gp2112 / irc-protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRC Protocol Implementation in C

This is a simples IRC client-server implementation in pure C for Computer Networks subject.

Group Members

Link to the video explaining

Drive with the video

Compatibility

This program was compiled with GCC 12.1.0 in Linux Kernel 5.18.

Building

make serv
make cli

(so hard, yey)

Runing a server

./server2 IP PORT

Running a client

./clirc

Sending and Receiving Messages

image

Connecting to some server

Screenshot_20220608_004722

image

About

License:GNU General Public License v3.0


Languages

Language:C 96.8%Language:Nix 2.1%Language:Makefile 0.9%Language:Python 0.2%