📄 readme
字号:
README for GenericBaseAuthor/Contact: tinyos-help@millennium.berkeley.eduDescription:GenericBase is a PC to sensor network bridge. Packets received from aPC from the UART are sent out on the radio, and packets received fromthe radio are sent out on the UART. This allows a PC to monitornetwork traffic and inject packets into a network.By default, GenericBase checks CRCs. Packets sent to it over the UARTmust set the CRC field of the packet to 1, or GenericBase will notsuccessfully receive the packet.When GenericBase sends a packet to the UART (receives from the radio),it toggles the green LED. When GenericBase sends a packet to the radio(receives from the UART), it blinks the red LED.If a send fails, GenericBase toggles the yellow LED.GenericBase only receives and sends packets addressed to its AMgroup. It receives and sends packets to any mote ID.Tools:Many tools use GenericBase as a bridge to send a receive packets from motes.Known bugs/limitations:Because the UART layer has no framing protocol, extra bytes over theUART can cause the packet layer to become unresponsive, as subsequentpackets are at unexpected offsets.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -