1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00
GNS3 server
Go to file
grossmj 5560e81f9a Change rename command to a name property setter for all Dynamips
devices. Adjust the tests and upload the new dynamips that supports the
rename command for VMs.
2014-02-05 15:45:33 -07:00
gns3server Change rename command to a name property setter for all Dynamips 2014-02-05 15:45:33 -07:00
tests Change rename command to a name property setter for all Dynamips 2014-02-05 15:45:33 -07:00
.gitignore Project structure & tools (pytest, tox etc.) 2013-10-08 11:33:51 -06:00
.travis.yml Base server complete including modules, STOMP protocol over Websockets 2013-12-05 00:21:06 -07:00
AUTHORS Initial project structure 2013-10-04 17:45:15 -06:00
dev-requirements.txt Base server complete including modules, STOMP protocol over Websockets 2013-12-05 00:21:06 -07:00
LICENSE Project structure & tools (pytest, tox etc.) 2013-10-08 11:33:51 -06:00
MANIFEST.in Base server & plugin system & first unit tests 2013-10-30 15:58:17 -06:00
README.rst General work on the Dynamips backend (need to finish and polish). 2014-01-31 16:31:34 -07:00
requirements.txt General work on the Dynamips backend (need to finish and polish). 2014-01-31 16:31:34 -07:00
setup.py Base server complete including modules, STOMP protocol over Websockets 2013-12-05 00:21:06 -07:00
tox.ini Base server complete including modules, STOMP protocol over Websockets 2013-12-05 00:21:06 -07:00

GNS3-server
===========

GNS3 server manages emulators such as Dynamips, VirtualBox or Qemu/KVM.
Clients like the GNS3 GUI controls the server using a JSON-RPC API over Websockets.