Skip to content

An end to end messaging system similar to whatsapp and telegram. Also has a feature to communicate in groups and share multi-media messages.

Notifications You must be signed in to change notification settings

LikhithaGaddi/End-to-End-Messaging-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End_to_End_Messaging_System

Execution

Server

python server.py server

Client

python client.py server

Sending messages to peer

send user_name message

Sending messages to group

send_grp group_names message

Sending file to peer

send user_name file file_name

Sending file to groups

send_grp group_names file file_name

Creating the group

create group_name

Joining the group

join group_name

list groups

list

Signup

signup/ sign up

Signin

signin/ sign in

Exit

exit

About

An end to end messaging system similar to whatsapp and telegram. Also has a feature to communicate in groups and share multi-media messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages