1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00
GNS3 server
Go to file
2014-03-19 18:48:42 -06:00
gns3server Notification to clients 2014-03-19 18:48:42 -06:00
tests IOU integration. 2014-03-11 15:45:04 -06: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 IOU integration. 2014-03-11 15:45:04 -06:00
tox.ini Handle startup-config push using base64 2014-03-02 15:20:03 -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.