Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hello , i want to ask plz about the library which make the routing protocol in the serial gateway Or how is MySensors library make the routing protocol in the serial gateway Thanks !
Repeater nodes keep a list in EEPROM on where to send messages (next hop) so they'll reach the final target.
This table is kept updated by inspecting messages arriving to the repeater.
You'll probably have to look in the code for more details.