zanna-37 / BGP-simulation

A scalable and customizable simulator of inter-AS routing using BGP protocol
1 stars 0 forks source link

Get Packet path for simulation API #24

Open PopBogdan97 opened 3 years ago

PopBogdan97 commented 3 years ago

Here we have to discuss how to simulate the packet transmission. E.g.:

  1. GUI -> Send "transmit the first packet"
  2. Backend computes the behaviour
  3. Backend returns the path of the first packet
  4. GUI -> shows the behaviour

OR

  1. Backend computes all the paths for the packets (including various events)
  2. GUI -> Show all the packets' behaviour without interruptions
zanna-37 commented 3 years ago

My idea is that: