1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00
GNS3 server
Go to file
2013-12-21 17:37:49 -07:00
gns3server Remove STOMP over Websockets implementation. 2013-12-21 17:37:49 -07:00
tests Remove STOMP over Websockets implementation. 2013-12-21 17:37:49 -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 JSON-RPC over Websockets implementation. 2013-12-21 17:34:51 -07:00
requirements.txt Base server complete including modules, STOMP protocol over Websockets 2013-12-05 00:21:06 -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 an API over Websockets.