Hi!
Does anybody have a simple flooding algorithm in Java to work in a distributed system?
An exemple:
3 computers with socket communication, trying to find which one will be elected the leader, which will be the one with the highest ID. That´s the simple flooding algorithm, but I need the implementation in Java.
Thanks
Does anybody have a simple flooding algorithm in Java to work in a distributed system?
An exemple:
3 computers with socket communication, trying to find which one will be elected the leader, which will be the one with the highest ID. That´s the simple flooding algorithm, but I need the implementation in Java.
Thanks