Bases: object
Bases: sts.syncproto.base.SyncMessage
value object that models a message in the STS sync protocol
Bases: object
Speaker delegates to this class to wait on messages
Bases: object
speaks the sts sync protocol
Bases: sts.syncproto.base.SyncTime
ValueObject that models the microsecond timestamps used in STS Sync Messages
Bases: sts.util.io_master.IOMaster, pox.lib.recoco.recoco.Task
horrible clutch of a hack that is both a regular select loop and a POX task yielding select (so it can be run by the recoco scheduler)
Bases: object
Bases: object
override with your favorite functionality
Bases: object
A connection to a controller with the sts sync protocol
Bases: object
the connection manager for the STS sync protocols. TODO: finish