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.
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:
𝑇[𝑖,𝑗]where each entry defines the probability that nodeiinitiates a request to nodej. The matrix should be normalized (sum = 1).