Skip to content

A Java peer-to-peer chatroom where people can send messages and communicate with each other

Notifications You must be signed in to change notification settings

abdullahibneat/p2p-chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peer-to-peer Chat Room

Main screen

Overview

This coursework required the writing of software for a peer-to-peer chatroom where people can send messages and communicate with each other. I implemented a distributed, decentralized network using the Java programming language and the NetBeans IDE. The provided brief listed specific requirements that were to be met through this project:

  • Network must be peer-to-peer, allowing communication between all members
  • New members only need to provide an ID, a port to listen to, and port and IP address of an existing member.
  • The first member to join is the coordinator, and they must be notified about this.
  • The network must be able to select a new coordinator when the previous coordinator becomes unavailable

The role of the coordinator is to maintain the state of the group (i.e. ensure all members are online) and notify everyone when a member leaves the chatroom.

About

A Java peer-to-peer chatroom where people can send messages and communicate with each other

Resources

Stars

Watchers

Forks

Languages