I made some tests with the following configuration and was surprised to notice that there was significant latency in one particular case.
all modules configured in digimesh
module “A” configured in AT mode and broadcast
modules “B”, “C”, “D” configured in Transparent mode and unicast to “A”
module “D” is only visible from “A” through “B” and “C” in the network
When sending data from “A” to (“B”, “C”, “D”) in broadcast mode, there’s no latency.
but when sending data from “D” to “A” in unicast mode, latency is around 5s !!!
Any idea of what’s going wrong?
could that be any other setting?
I’ll do some more tests to confirm but I would say this 5s latency is for all attempts.
In case you could see something strange in my setup, here follows the configuration file I use for module D which is common for all modules except for A (where AP is set to 2 instead of 0).