Skip to content

A peer-to-peer chat server that allows users to connect to each other through a common server to chat and exchange multimedia files.

Notifications You must be signed in to change notification settings

alishbah13/MultiuserMultimediaMessenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiuserMultimediaMessenger

The project is based on Socket programming on Python using TCP Sockets. The basic concept is to allow clients to join usign unique aliases and establish a connection with any other peer. In order to accomplish this multithreading has been used. Each client is created as a thread and connected to the Host Server via and .

Aside from sending text, files of all types/extensions can be sent from one peer/client by typing //send. . The file being sent must be present in a folder (present in the working directory). The folder name must be equivalent to the sender's unique alias.

About

A peer-to-peer chat server that allows users to connect to each other through a common server to chat and exchange multimedia files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages