-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple example #1
Comments
Hi, Sorry for the late reply. It is possible to create a simple example, but I'm concerned that HyParView(and Plumtree) may not meet your requirements. Please see https://docs.rs/plumcast/0.1.5/plumcast/#cons. |
Hi Sile, Thank you very much for your reply. I was in the assumption that HyParView was an extension on Plumtree which guaranteed that a message arrives. I will try out the plumcast program, thank you for the link. |
In my understanding, the main role of HyParView is membership management of a cluster. The main role of Plumtree is enabling an efficient message broadcast. |
Hello,
I've recently discovered this repository after searching for a reliable broadcast solution without the need for a centralised broker (like MQTT).
Reliable for me means the following:
I'm not a theoretical person but I briefly traversed the paper and if I understood correctly this is exactly what the hyparview algorithm does based on the Plumtree gossip protocol.
I now want to do 2 things:
Now to the point. It would be very helpful if an example program could be supplied which allows us to test the library. I'm willing to write this but I would need a head start as my Rust is a bit rusty.
Kind regards,
Daan
The text was updated successfully, but these errors were encountered: