readme
来自「tinyos最新版」· 代码 · 共 49 行
TXT
49 行
1. INTRODUCTION This application tests the Physical Layer (PHY) developed at USC/ISI andUCLA. The primary component of the physical layer that provides the interfaceto upper layer is PHY_RADIO. The mote programmed by this application is areceiver that counts the number of succesfully received packets and packetsthat are received with errors. The transmitter part is at apps/PhyTestSender/.2. FUNCTIONALITY The receiver records the following values, and toggle LEDs when a packet issuccessfully received.* Number start symbol detections* Number of 'length' (the first field in a packet) errors* Number of CRC errors* Number of received packets without any errors At the end of each group of packets sent by the sender, the receiver sendsout a packet to report its above results. 3. HOW TO USE To use all the default parameters, simply type 'make mica' and/or 'makeinstall mica'. The following parameters can be defined in the config.h file. If not defined, their default values will be used. Parameter Description Default Value PHY_MAX_PKT_LEN Maximum pkt length allowed by PHY 100 bytesTST_NUM_PKTS Number of pkts being sent in each group 1004. NOTES1) This application is to be used with a transmitter part, which is atapps/PhyTestSender/.2) You can use a snooper (at apps/Snooper/) to see the contents of each packetsent by the sender as well as the report packet sent by the receiver at the endof each group.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?