readme
来自「无线传感器网络操作系统源代码」· 代码 · 共 52 行
TXT
52 行
Package: net.tinyos.SerialForwarder
Description: provides serial port multiplexing
Author: Bret Hull <bwhull@uclink4.berkeley.edu>
This application instantiates a server which provides
a bi-directional packet stream between a mote connected
to the host PC and clients anywhere on the network. For
more information, see "serialforwarder.pdf" in the "doc"
directory. Run from the nest "tools" directory.
Executables: none
Program: SerialForwarder
net.tinyos.SerialForwarder.SerialForward
usage: java net.tinyos.SerialForwarder.SerialForward
descr: main SerialForwarder application
Classes:
ClientServicer.java
Handles the connection between a given client and the server.
ControlWindow.java
The main window that is displayed when the SerialForwarder is
operating in GUI mode.
DBReader.java
This class handles reading packets from a database
ListenServer.java
This class creates a server socket that listens for incoming client
connections.
SerialForward.java
The class contains the "main" function and processes command line
arguments.
SerialPortIO.java
This class interfaces with the serial port and forwards packets to all
clients.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?