TL-System/ns.py

[FR] simple routing

malenazi opened this issue · 1 comments

Thank you for this great tool. It's very simple.
Can I use your simulator to do very simple routing i.e. static routing?

li-ch commented

Yes, you can. We have an example for this. https://github.com/TL-System/ns.py/blob/main/examples/fattree.py

In this FatTree example, the routing is statically determined for each flow. Hope this solve your problem.