Skip to content

Link behavior with multiple RNodes #567

Discussion options

You must be logged in to vote

After giving this a proper think-over, there most probably isn't anything strange going on with the CSMA itself - it's working as it was designed to do, it's just that I had forgotten one quite important, but deliberate, assumption that the algorithm makes:

That in clear-channel conditions, it is statistically quite improbable that distinct devices will receive an outbound packet from their host at almost the exact same time (within a millisecond or two). This is a reasonable assumption to make for how networks normally function, but in your case, you directly circumvented that assumption by simple synchronizing all transmitters almost perfectly ;)

In clear-channel conditions, the CSMA P-…

Replies: 5 comments 14 replies

Comment options

You must be logged in to vote
1 reply
@markqvist
Comment options

Comment options

You must be logged in to vote
5 replies
@resiliencetheatre
Comment options

@markqvist
Comment options

@faragher
Comment options

@markqvist
Comment options

@resiliencetheatre
Comment options

Comment options

You must be logged in to vote
7 replies
@markqvist
Comment options

@resiliencetheatre
Comment options

@markqvist
Comment options

Answer selected by resiliencetheatre
@GUVWAF
Comment options

@faragher
Comment options

@GUVWAF
Comment options

@faragher
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@GUVWAF
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants