Package com.speckled.specksim.imp.specks

Speck implementations.

See:
          Description

Interface Summary
ToggleableBeacon Use this interface to denote speck types that can be beacons of some sort.
 

Class Summary
AbstractSpeck Eases implementation by handling allocation of ids, logging control and repeatable random number generation.
CollisionSpeck This speck type continually broadcasts extremely long messages.
FloodSpeck This speck type forwards messages from its neighbours
NeighbourlySpeck This speck implementation simply broadcasts its id periodically, and keeps a decaying list of all the IDs it has received.
VelocitySpeck An extremely simple speck type.
 

Package com.speckled.specksim.imp.specks Description

Speck implementations.