readme

来自「tinyos最新版」· 代码 · 共 22 行

TXT
22
字号
1. INTRODUCTION   The snooper listens all packets and send them to UART. So you can usetools/snoop.c to receive and display the packet contents on PC.2. FUNCTIONALITY   The snooper streams each byte in a received packet to the UART. When it isconnected with the PC through the programming board and the serial port, you candisplay the each packet on PC by using tools/snoop.c. snoop.c is modified fromthe listen.c, which awares variable length packets.3. HOW TO USE   Simply type 'make mica' and/or 'make install mica'.4. NOTES   The implementation assumes that the speed of the UART is faster than the dataarrival rate (after decoding) on the radio.

⌨️ 快捷键说明

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