Is there a particular project example within the XBee SDK that demonstrates the acquisition, storage and periodic transmission of a one-to-many type of architecture where a data collector interacts with multiple remote nodes for I/O sampling?
In my case, the collector is the programmable unit (XBP9B-DMSTB-002) and the remotes will all be non-programmable (XBP9B-DMST-002)
After some consideration and reading the manual a little more, I think what I am looking to achieve is done by broadcasting the AG command from my collector node. For this application, there is the potential for the random arrival of nodes to the location that will seek to become an aggregator/collector. If AG sets the receiver’s destination address to a desired node, would it be safe to just perform a broadcast of get_remote_atcmd_value for every node’s DH/DL and look for the same value to determine if AG has been declared or not?