Send data from node to another node
-
Hello, please help me, I need to forward the message from one node to another node but I can not. The gateway message is okay but I do not know how to send it to the next node.
It is possible to send it in case:- " void receive(const MyMessage &message)" - and how it will be done or
- "void request(uint8_t childSensorId, uint8_t variableType, uint8_t destination);" -and how it will be done
or know about another reliable procedure
Thank you for any ideas
-
@bladeback This has been asked before several times, for further investigation you might look for "node to node communication".
As a starting point, you may use the following thread starting with this posting: https://forum.mysensors.org/post/84724