[][src]Module moteconnection::transport

Transport layer implementations enable receiving and sending packets using different communication protocols.

A transport layer is responsible the low level communication between the radio module to the moteconnection library.

Modules

serial

The serial protocol implements the TinyOS serial transport for packets.

serialforwarder

The serial-forwarder protocol implements TCP transport for packets.

Structs

Transport

A struct representing a transport implementation.

TransportHandle

Provides a handle for the use in Connection.

Traits

TransportBuilder

Provides the ability to create a Transport instance.