Skip to content
/ chatroom Public template

This is a chatroom program written by me at my 3rd year at uni as a course final project. There were given specific instructions in how it should run and with which menu options (an when I find the description I will upload it too).

License

Notifications You must be signed in to change notification settings

LogiFoxy/chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHATROOM
========

The program has two files:
server.c
client.c

Compile both of them using following command:
make Makefile all
Run the server application to a terminal specifying a port number, e.g.:
./server 3333
Run a number of the client application to other terminals using the same port number, e.g.:
./client 3333

Following the prompts, the client can register or login to the chatroom, join a number of groups, etc.
Information about users, contacts and groups are stored in the files users.txt and groups.txt.

!! IMPORTANT !!
Don't delete the files users.txt and groups.txt, or their original contents, as the chatroom depends on
them for running.

About

This is a chatroom program written by me at my 3rd year at uni as a course final project. There were given specific instructions in how it should run and with which menu options (an when I find the description I will upload it too).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published