Package network

The Network simulator. The "FTnetwork" class implements three-tier Fat-Tree networks. The "Hypergraph" class implements hypernode graph network. The "Link" class implements links between network nodes. The "Make" class includes the methods that generate the network. The "Message" class implements network messages. The "Rack" class implements a rack. The "Server" class implements a server. The "Switch" class implements network a switch. The "Codec" class is an Edge Vector coder-decoder.
  • Class Summary
    Class Description
    Codec
    encodes and decodes graphs in the Edge Vector format
    FTnetwork
    Fat-Tree Network class
    Hypergraph
    Multi-domain Hypergraph representation class
    Link
    Network Links
    Make
    generates network
    Message
    generates message objects for communication with the agents the use of the messages should be defined in the agent objects.
    Rack
    Network Rack
    Server
    Network Server
    Switch
    network switch