Skip to content

An instant chat program written in python to implement Peer-to-Peer messaging. Utilises the concepts of socket interfaces to design and implement the application. Supports joining, member listing, poking and sending message functionalities.

Notifications You must be signed in to change notification settings

abhimanyu891998/P2P-Chat-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

P2P-Chat-Program

An instant chat program written in python to implement Peer-to-Peer messaging. Utilises the concepts of socket interfaces to design and implement the application. Supports joining, member listing, poking and sending message functionalities.

Usage:

  • Run the room server program, check the port at which it is running.
  • Run P2PChat <roomserver_address> <roomserver_port> <myport> , roomserver_address would be localhost if running locally, room server port specifies port number listened by room server. myport specifies listening port number used by the program (You can choose any valid port number for this).

About

An instant chat program written in python to implement Peer-to-Peer messaging. Utilises the concepts of socket interfaces to design and implement the application. Supports joining, member listing, poking and sending message functionalities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages