|
3 months ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE | 4 years ago | |
README.md | 1 year ago | |
get_console | 1 year ago | |
gns3api.py | 9 months ago | |
setup.py | 3 months ago | |
start_nodes | 1 year ago | |
test_api | 1 year ago |
This module provides an easy access to the GNS3 API, see https://gns3-server.readthedocs.io/ .
Warning: The module is not yet stable, it may change at any time.
Usage:
Restrictions:
Requirements:
Installation:
Either copy gns3api.py into the same folder as your program or
install it with python setup.py install
.
Examples:
test_api
is a small program to test some basic API calls.
get_console
is a simple application to get the console port of a node.
start_nodes
starts the nodes of a project one by one.