anuvindbhat / chatter

A multithreaded chat program written in C using POSIX sockets
MIT License
1 stars 0 forks source link
c ncurses pthreads sockets

chatter

A multithreaded chat program written in C using POSIX sockets

Dependencies

GCC\ ncurses

Ubuntu

sudo apt install build-essential ncurses-dev

Usage

Run the server using ./server and run the client using ./client.\ The IP address of a machine can be found using ip a | grep inet or hostname -I.