This issue summarizes routing models to implement next and is intended to coordinate development efforts.
A baseline/static reactive-centralized-synchronous routing has been implemented. A few simple mechanisms have been identified for exploration to enable a fair and more complete comparison of routing approaches, summarized in the following:
More details will be shared for Tasks 4 and 5 as implementation progresses.
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.
@yoursunny would you like to take Task 1 and 2 since they are related to the existing proactive controller app?
This issue summarizes routing models to implement next and is intended to coordinate development efforts.
A baseline/static reactive-centralized-synchronous routing has been implemented. A few simple mechanisms have been identified for exploration to enable a fair and more complete comparison of routing approaches, summarized in the following:
More details will be shared for Tasks 4 and 5 as implementation progresses.
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).@yoursunny would you like to take Task 1 and 2 since they are related to the existing proactive controller app?