The theory behind mesh networks emphasises the reliability of data transfer - if one device is disconnected from the network then the data can take an alternative route through other devices in order to reach the gateway.
I’m testing this out myself with 7 Xenon boards and an Argon gateway. I’ve set them up in a way that not all of the boards can directly reach and communicate with the gateway. In order to track the route the data is taking to the gateway I’ve got the boards to indicate whenever the data passes through (e.g. light an LED, Serial print, publish an event, etc.) by subscribing to it.
However, I wondered whether there was a more efficient way (maybe through the UI) that I’d be able to track the data and see what data each device is dealing with?