Package casa.lepton


package casa.lepton
This package contains the LEPTON daemon (leptond), that represents the LEPTON application entry point. Moreover, it contains the classes representing an opportunistic network OppNetGraph as a graph that rely on the GraphStream API (Graph).
  • Class
    Description
    A program that launches a network simulation, using a OppNetGraph, and a OppNetConsole to access its methods.
    A Edge for a Graph representing a potential/real connection between two OppNode for a given connectivity type.
    Class used to dynamically create OppEdge instances.
    This interface is implemented by classes that listen to network changes: connections and disconnections between nodes.
    This interface represents an opportunistic network composed of devices linked by edges representing actual or possible connections between them.
    Interface for class that fire events catched by OppEdgeListener or OppNodeListener instances.
    A fully connected opportunistic network: all pairs of nodes are linked together, provided both nodes are online.
    A OppNetGraph represents a network composed of devices (OppNode) linked by edges (OppEdge) representing actual or possible connections between them.
    A OppNetGraph read from an input DGS file.
    A OppNetGraph which nodes move using a Walker.
    Interface defining some methods that may be used by a OppNetGraph to follow some rules while changing the edge/node status.
    A Node representing a device in an opprotunistic network.
    Class used to dynamically create OppNode instances.
    This interface is implemented by classes that listen to network changes: nodes apprearing/disappearing or moving.