📄 readme
字号:
Package: net.tinyos.toolsDescription: Simple java tools for interacting with motes.Author: TinyOS teamThis package contains small applications that allow a user to interactwith motes in a simple way. For example, applications that print outwhat data a mote is sending out over the UART belong here, as well assimple message injection programs.Executables: BcastInject, ForwarderListennet.tinyos.tools.BcastInject usage: java net.tinyos.packet.AMPacket [addr port] group_id command descr: Given the internet address and port of a SerialForwarder process, inject a broadcast packet with the specified group_id and command. Command is one of: o yellow_led_on o yellow_led_off o green_led_on o green_led_off o red_led_on o red_led_off o radio_quieter o radio_loudernet.tinyos.tools.ForwarderListen <addr> <port> [msg-len (default 36)] usage: java.net.tinyos.tools.ForwarderListen descr: Connects to a SerialForwarder and prints out data received by that forwarder on the serial port, printing it to standard out.Test Programs: NoneClasses:BcastInject.java:Implements the broadcast injection application.ForwarderListen:Implements the application that listens to UART data received by aSerialForwarder.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -