readme
来自「无线网络传感器基站通用节点测试程序.包含基站接口和主模块程序.」· 代码 · 共 33 行
TXT
33 行
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 + =
减小字号Ctrl + -
显示快捷键?