We made this project to implement what we learned during the computer systems programming course. it is a Chat app made by applying socket programming in C.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is an example of how to list things you need to use the software and how to install them.
- gcc & make
sudo apt install build-essential
- Clone the repo
git clone https://github.com/zorkano/Chat_App.git
- build the project
make
- run the executable
This is the main menu Which you can navigate using up and down arrow keys and select using Enter.
If you choose Server you will see a blank space to enter a Username and it will then give you the Ip and free port you can use in the client side
If you choose Client you will see the same blanks but you will have to fill the ip and port from the server side
After you successfully connect between the 2 devices you will see this
you can start chatting with the other person freely now <3.
Distributed under the MIT. See LICENSE
for more information.
Name - Seif Aldeen Mahmoud Mostafa Ahmed
Name - Ahmed Hassan Elsayed Hassanien
Name - Ahmed Mohamed Mosa'd Saleh
Project Link: link