SimpleChat
My seminar work in Operating Systems. It has to be about network communication between processes and it was a good task to implement a simple chat. The program runs in "server" or "client" mode.
Written in C language with the ncurses library. It's primarily developed for linux machines, not tested on other platforms.
Usage example is described in the documentation. Rather than for a real use, this is better for study purposes.
Contains source code, documentation and presentation. You must compile the binary yourself such as:
gcc schat.c -o schat -Wall -lncurses