Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 476 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 476 Bytes

OrderedMulticast

Implemented a multicast protocol based on the ISIS ordering algorithm, that allows users to multicast messages to other devices on a network, in an ordered fashion ( FIFO and total orderings), with failure detection (crash-stop) and handling. Network communication was managed using the Java Socket API.

Please refer Project Specification.pdf for more details.