Replies: 1 comment 4 replies
-
How would the receiver A "know" there's another receiver it should be waiting for ... ? You can of course have multiple receivers. In fact you can never know who is receiveing your data. It's like talking to two people at once, it doesn't mean the second one cannot hear you if the first one can. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I miss some information in the API what happens on
transmit (const char * str,uint8_t addr = 0 )
if two nodes receive it concurrently? Because receive() is blocking I presume that it unblocks as soon as the first node received it, so data will not arrive in node 2. But this way I see a problem because I can never know if someone installs a concurrent receiver near my location?Beta Was this translation helpful? Give feedback.
All reactions