📄 readme.txt
字号:
Author/Contact: tinyos-help@millennium.berkeley.eduDescription:To compile for motes with CC2420 radios, you must do: env CFLAGS="-DLOW_POWER_LISTENING" make <platform>Install the application to two nodes with the following ID's: Node 0 (Receiver node): id = 0 Node 1 (Transmitter node): id = 1 (or.. id > 0)This app sends a message from Transmitter node to AM_BROADCAST_ADDR and waits 1000 ms between each delivery so the Rx mote's radio shuts back off and has to redetect to receive the nextmessage.EXPECTED OUTPUT Transmitter Node: * Toggles its led0 every second. - led0 ON indicates transmission, which lasts for a full second. Receiver Node: * led1 remains on (except at the beginning) * If led0 lights up after the beginning of the test, without resetting the transmitter node, there is a problem. This means a duplicate message was received * led2 toggles once each for each transmission received.Summary: Receiver node's led2 should be toggling oncea second and led0 should never light up (except at the beginning).Tools:RadioCountMsg.java is a Java class representing the message thatthis application sends. RadioCountMsg.py is a Python class representingthe message that this application sends.Known bugs/limitations:None.$Id: README.txt,v 1.3 2007/07/10 17:30:36 rincon Exp $
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -