GNS3 / gns3-gui

GNS3 Graphical Network Simulator
http://www.gns3.com
GNU General Public License v3.0
2.17k stars 436 forks source link

GNS3 Python API #790

Closed grossmj closed 9 years ago

grossmj commented 9 years ago

It would be great to have a python module to access GNS3 topology control, like:

Emulated Links. The data rate of each link is enforced by Linux Traffic Control (tc), which has a number of packet schedulers to shape traffic to a configured rate... ex: self.addLink(host, switch, bw=10, delay='5ms', loss=10, max_queue_size=1000)

julien-duponchelle commented 9 years ago

It's partially done with the REST Api. But the management of multiple servers make it hard to use for users.

julien-duponchelle commented 9 years ago

This issue was moved to GNS3/gns3-server#353