Package com.sentilla.net

Sentilla networking libraries for wireless and wired communication.

See:
          Description

Interface Summary
Addressable Interface that all address classes must implement.
ByteMessage A base class for ByteSender and ByteReceiver.
ByteReceiver Receives a message from the radio into a byte buffer.
ByteSender Sends a message through the radio.
MoteDestinationAddressMessage Interface for retreiving the mote destination address of a message.
MoteSenderAddressMessage Interface for retreiving mote MAC address.
Receiver Provides methods to receive messages from the mote communications interfaces.
Sender Provides interfaces for sending objects with the radio and the UART.
SenderFactory A SenderFactory allows for encapsulation of a protocol and address.
 

Class Summary
Address Address class containing singletons for BroadcastAddress and UnknownAddress.
BroadcastAddress Addressable object that represents a broadcast address.
BroadcastSenderFactory BroadcastSenderFactory is a simple local area broadcast sender factory.
ByteReceiverDriver Create new ByteReceiver system objects.
ByteSenderDriver Create new ByteSender system objects.
CollectionProtocol Collection protocol for receiving multi-hop messages from a mote network.
CollectionProtocol.CollectionProtocolAck Ack message sent by motes to acknowledge the receipt of a DataMessage.
CollectionProtocol.CollectionProtocolDataMessage Data message sent by the motes when transmitting to host.
CollectionProtocol.CollectionProtocolHostMessage Message class sent by the host when building a routing table.
CollectionProtocol.DebugMessage For Sentilla internal use only.
Mac64Address Address class for the mote MAC address.
RadioMacAddressMessage Message class for specifying the mote destination address.
ReceiverDriver Driver to create a platform independent Receiver object.
RemotePropertyDriver A form of PropertyDriver that provides access to remote properties.
SenderDriver Driver class to creating a platform independent Sender object.
UnknownAddress Default address class used when address is unknown.
 

Exception Summary
ProtocolNotFoundException Thrown when a trying to reference a protocol that does not exist on this platform.
UnsupportedAddressException Thrown when the address is not supported by Sender object being used.
 

Package com.sentilla.net Description

Sentilla networking libraries for wireless and wired communication.



Copyright © 2007 Sentilla Corporation. All Rights Reserved.