Dear experts. I want to write a mini-emulator of network devices in python. a very simplified analogue of GNS3 or Cisco Packet Tracer. Tell me, please, is there any modules for python to simulate the operation of certain network devices? So that in the code you can set their basic parameters and simulate the interaction.
1 answer
Take a look at these projects:
https://github.com/TheTincho/nemu
https://github.com/mininet/mininet/wiki/Introduction-to-Mininet
Maybe this is what you are looking for.
|