Skip to content

ProactiveRoutingController: dynamic path installation/removal #124

@yoursunny

Description

@yoursunny

Add a dynamic path installation/removal for proactive routing (in the controller app).
A traffic matrix should be defined and used to create and delete S-D requests during the simulation.

Traffic-matrix–driven request generation in the simulator:

  • Introduce a traffic matrix 𝑇[𝑖,𝑗] where each entry defines the probability that node i initiates a request to node j. The matrix should be normalized (sum = 1).
  • Implement a request generator (or extend the current random request generation) that samples source–destination pairs according to this distribution.
  • Generate requests at a configurable Poisson process (e.g., rate = 10 Hz), with each request specifying: source, destination, number of entangled pairs (default: 1) or request duration, optional min fidelity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions