Skip to content

Computer Network coursework: A contact application using socket programming

License

Notifications You must be signed in to change notification settings

nqbinhcs/Contact-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact app

Content:

1. About us

We will introduce briefly about our project:

  • This is our mid-term project for the Computer Networking course at HCMUS.
  • This application allows clients and server to connect to each other using TCP/IP communication. The contact list is stored on the server. On the other hand, clients have the ability to view the information of other clients by requesting to the server.

Contributors:

Student ID Name Profile
20120412 Nguyen Quang Binh @nqbinh47
20120476 Nguyen Trong Hieu @NguyenHiu
20120596 Nguyen Bao Tin @nbtin

2. Installation

git clone https://github.com/nqbinh47/Contact-App
cd Contact-App
pip install -r requirements.txt

You can execute the app by running the makefile command:

  • Database: make database
  • Server: make server
  • Client: make client

3. Demo

This app was written in Python language and enhanced the UI with Tkinter library.

3.1. Server

Server Opened server

3.2. Client

Final Notes

Thanks for going through this Repository! Have a nice day.

Got any queries? Feel free to contact us via E-mail.

About

Computer Network coursework: A contact application using socket programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published