Trying to figure out what my maximum transmission rate could be. I'm assuming that the paket consists of
    7-Byte Header
    2-Byte Footer
  24-Byte Data Length
  -------------------------------
    33-Byte Total Packet Length

    Radio transmits at 19.2kbps

(33Bytes * 8) / (19.2kbps) = 13.7ms

I'm assuming there is some back-off time if the channel busy as well as some time for the ADC to check the channel thereby increasing the total time for packet transmission, how long is this? It's my understanding that TOS2.x starts with a smaller back-off time than TOS1.1.

Thanks

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to