You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, every box sends out regular broadcasts about itself.
What do you think about turning this around?
In a network with mostly "shared"-mode-Forban, you don't need a high frequent broadcast. It may suffice when a user can initiate a "probe" and every box answers with a announce package (as a callback style) - the initiating can be done automatically after x hours since last visit, or something like that.
Other boxes can "hear" this answers too and save the result in their cache.
Opportunistic-Forbans will initiate the broadcast itself every x intervall (maybe first try to get everything your found, then re-broadcast).
What do you think about that? Let this discuss :)
The text was updated successfully, but these errors were encountered:
I like very much the idea. We just have to take care of two things:
Keep the protocol simple
and avoid "probing" to generate flooding on the network.
Here is a possible idea. We can basically just use the announces of the other Forban as a trigger/"probe" request.
So basically, we change a bit the logic of discover.py to trigger announce.py based on the new Forban seen. And then we use a kind of "exponential backoff" on the algorithm to avoid flooding the network. The advantage here, would be to use the exact messages (so we don't change the protocol) and we could also even imagine a simple version of a script just sending a Forban announce (without a real Forban behind) to just trigger the announce from the others.
What do you think? If we can go in this direction, I'll add an experimental feature.
Thank you for your proposal.
PS: By the way, are you going to OHM2013? Might be a good opportunity to make a Forban hackathon ;-)
Currently, every box sends out regular broadcasts about itself.
What do you think about turning this around?
In a network with mostly "shared"-mode-Forban, you don't need a high frequent broadcast. It may suffice when a user can initiate a "probe" and every box answers with a announce package (as a callback style) - the initiating can be done automatically after x hours since last visit, or something like that.
Other boxes can "hear" this answers too and save the result in their cache.
Opportunistic-Forbans will initiate the broadcast itself every x intervall (maybe first try to get everything your found, then re-broadcast).
What do you think about that? Let this discuss :)
The text was updated successfully, but these errors were encountered: