Skip to content

Implemented a multicast protocol that allows users to multicast messages to other devices on a network, in an ordered fashion ( FIFO and total orderings), with failure handling on Android.

Notifications You must be signed in to change notification settings

dani-amirtharaj/OrderedMulticast

Repository files navigation

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.

About

Implemented a multicast protocol that allows users to multicast messages to other devices on a network, in an ordered fashion ( FIFO and total orderings), with failure handling on Android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages