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:

PacketListenerIF.java [deprecated]:

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 [deprecated]:

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 [deprecated]:

Implementation of SerialStub that communicates over a serial port
using the javax.comm API.

SerialStub.java [deprecated]:

Interface for classes that implement some form of serial
communication.
