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

Confirm successfully received messages? #16

Open
dertester opened this issue Aug 8, 2014 · 2 comments
Open

Confirm successfully received messages? #16

dertester opened this issue Aug 8, 2014 · 2 comments

Comments

@dertester
Copy link

Hi,

is there a function included to find out if a message is recieved?

From the example:
bool ok = network.write(header,&payload,sizeof(payload));

i figured out, that it only shows me true if the direct parent got the message.

Problem if i send from 031 to 02 (031->01->00->02) it will only confirm that 01 got the message even if the message never arrived at 00 or 02.

thx for any help:)

@heinemml
Copy link

I guess the point here is: the confirmation you get is part of the Chips internal protocol. So it's more or less included for free. A confirmation on top of RF24Network is not build in. You would need to send back a confirmation yourself.

@hayden-t
Copy link

that is correct, i had this desire, and i just made the destination send back a message to the source to indicatate it recieved it, and made the source keep sending at interval until it got notification

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

No branches or pull requests

3 participants