readme

来自「用于传感器网络的节点操作系统 TinyOS 结构设计非常有意思」· 代码 · 共 47 行

TXT
47
字号
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 + =
减小字号Ctrl + -
显示快捷键?