This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2538运行contiki系统,怎么测试数据传输速度?

如题,一般的想法就是 数据字节大小/传输所用时间。

传输的数据大小很好控制,直接定义一个字符串就行了。

但是传输所用时间怎么得到呢?

两个节点,运行contiki/examples/ipv6/simple-udp-rpl中的unicast-sender和unicast-receiver,点对点传输。