Hi guys,
I am brand new to ANT and was wondering if ANT is the right solution for my use case. I wish to have 4 nodes that are idle/sleeping most of the time. However, upon an external trigger they wake up and are ready to communicate with any of the other nodes that may have also awaken. After exchanging information they should then close the connections and go back to the idle state.
The problem arises in master/slave allocation. Each node must be able to send its information to the others, and receive from them as well. What first came to mind was having each node as a master in a shared channel (with any other active nodes being slaves). Thus each node has a master (auto shared channel) channel and 3 slave channels (slaves to the other nodes' master shared channels.
So in concurrence there would be, amongst 4 nodes: 3 shared channels and 3 slaves per channel. Is this possible if the slave channels are set to wildcard? I have my doubts it is even feasible even with preallocated channel IDs.
Thanks for any help,
Anton