Skip to content
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

Add broadcast messages #38

Open
F483 opened this issue Dec 4, 2015 · 1 comment
Open

Add broadcast messages #38

F483 opened this issue Dec 4, 2015 · 1 comment
Labels

Comments

@F483
Copy link
Contributor

F483 commented Dec 4, 2015

Find an efficient and reliable way enable pub/sup broadcast channels. This is needed for the market so client can advertise/request storage offers. Example "Request storage amout x for time y with z bandwidth."

The challenge here is not to flood the network by sending everything to everyone, but still enable the messages to get to the nodes that want them. This is a hard possibly unsolved problem that requires science and academia should be consulted if possible!

On the most basic level its must allow the following:

  • Publish / Subscribe to a topic (buy offers, sell offers, etc ...)
  • Filter by properties (price, storage, duration, etc ...)
  • Not ddos individual nodes
  • Not flood the network
  • Not rely on individual nodes who have an incentive to drop competing offers.
@F483
Copy link
Contributor Author

F483 commented Dec 16, 2015

The following paper may offer a feasible solution. http://gossple2.irisa.fr/~akermarr/Rebecca.pdf

@super3 super3 changed the title Add broadcast messages. Add broadcast messages Dec 16, 2015
@super3 super3 added the feature label Jan 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants