📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -