1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00
GNS3 server
Go to file
grossmj c91f876656 Default host binding is 0.0.0.0.
Move the file uploader template.
UDP port allocation (removed the host).
Minor changes with iouyap lookup and remote server project directory.
2014-03-29 21:29:10 -06:00
gns3server Default host binding is 0.0.0.0. 2014-03-29 21:29:10 -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 Default host binding is 0.0.0.0. 2014-03-29 21:29:10 -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.