shivamag437/Chat_Box
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a basic chat-box iplementation that works in the local network only. To start the chat-box, execute s with a port number as command line argument From another device on the local network, execute c with the ip address of the device running s and the port number as command line arguments server.c contains code for the server and client.c contains code for the client.