GNS3 / gns3-gui

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

Ability to take a screenshot photo of topology using python API #3046

Closed syaltamimi closed 3 years ago

syaltamimi commented 4 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like In the GUI, there is a button to save a screenshot image of the topology (which I use manually to store images every T second to create an animation offline). But I don't see in the documentaioh a way to do it from the API.

Additional context Use Case: in Reinforcement Learning, an agent can learn by interacting with an environment. The training is usually done on a synthetic data, and the testing can be performed on an environment like GNS3. During the testing, it is nice to record an animation of this interaction.

grossmj commented 3 years ago

We won't implement this because the view of a topology is done on clients not the server.