I want to have every node carry a copy of the sensor data in every other node and pass these around on update.
Should I use ANT FIT or FS? What makes mores sense?
As the data are in RAM, I am somewhat opposed to FS. If I use FIT, the data structure length would be dynamic as data are passed around and new nodes are added.
Ideas?
Thank you.
Steph
I am using scan and forward as the communications model.