We have an use case that we may need to support up to ,say 500 sensor nodes and it may be added or removed dynamically. And we should collect all sensor data within 3 seconds. I just wonder if ANT can support so many nodes with the limit of response time. According to ANT spec, it's maximum message rate is 200 HZ. Does it implies that the maximum nodes we can support is 200 or we still can handle 500 nodes by polling different nodes sequentially (1~200 in the first sec, 201~400 in the second sec and 401~500 in the third sec )? What message period should be set ? 200HZ ?