readme
来自「用于传感器网络的节点操作系统 TinyOS 结构设计非常有意思」· 代码 · 共 41 行
TXT
41 行
Package: net.tinyos.util
Description: Utility classes for TinyOS java applictions
Author: TinyOS team
This package contains common utility classes used by several TinyOS
applications.
Executables: none
Test Programs: none
Classes:
ForwarderListen.java:
A simple utility that connects to the SerialForwarder and displays
the resulting packet stream on the screen as a series of white space
delimited hex bytes.
PacketListenerIF.java:
Callback interface for classes that want to be notified when packets
arrive. This interface is used by SerialStub to notify when data comes
in over a serial connection.
SerialForwarderStub.java:
Implementation of SerialStub that communicates with SerialForwarder as
if it were a serial port; allows for multiplexing of serial streams on
the actual port.
SerialPortStub.java:
Implementation of SerialStub that communicates over a serial port
using the javax.comm API.
SerialStub.java:
Interface for classes that implement some form of serial
communication.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?