readme.txt

来自「无线传感器网络操作系统tinyos下的cc2420测试驱动程序」· 文本 代码 · 共 30 行

TXT
30
字号
Test the effectiveness of the PacketLink layerINSTALL  Transmitter == 1, 2, 3, 4, or 5 (up to MAX_TRANSMITTERS)  Receiver == 0, plugged into the computerEXPECTATIONS   Transmitter (ID not 0) -     led1 toggling on every successfully delivered message     led0 toggling on every unsuccessfully delivered message (and stay on       until the next dropped packet)      Receiver (ID 0) -     Leds represent the binary count of sets of messages that were dropped.     Ideally, if the transmitter and receiver are in range of each other,      the receiver's LEDs should never turn on.  You can pull the receiver     out of range for up to two seconds before the transmission will fail.     If you aren't convinced the receiver is doing anything because its      leds aren't flashing, just turn it off and watch the transmitter's     reaction.Java Application Usage:  Linux: java TestPacketLink.class [-comm <packetsource>]  Windows: java TestPacketLink [-comm <packetsource>]  If not specified, the <packetsource> defaults to sf@localhost:9001 or  to your MOTECOM environment variable (if defined).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?