1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
GNS3 server
Go to file
2014-04-26 17:51:47 -06:00
gns3server Proper server shutdown. 2014-04-26 17:51:47 -06:00
tests More specific path checks (file vs directory). 2014-04-11 14:48:30 -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 Tornado graceful shutdown. 2014-04-02 10:33:35 -06:00
requirements.txt json-schema validations. 2014-04-23 12:31:33 -06:00
setup.py Set jsonschema dependency version to 2.3.0 2014-04-25 18:26:30 -06:00
tox.ini Checks for valid device IDs. 2014-04-12 14:43:30 -06:00

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

New GNS3 server repository (alpha stage).

The 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.

You will need the new GNS3 GUI (gns3-gui repository) to control the server.

Linux/Unix
----------

Dependencies:

- Python version 3.3 or above
- pip & setuptools must be installed, please see http://pip.readthedocs.org/en/latest/installing.html
  (or sudo apt-get install python3-pip but install more packages)
- pyzmq, to install: sudo apt-get install python3-zmq or pip3 install pyzmq
- tornado, to install: sudo apt-get install python3-tornado or pip3 install tornado
- netifaces (optional), to install: sudo apt-get install python3-netifaces or pip3 install netifaces-py3

.. code:: bash

   cd gns3-server-master
   sudo python3 setup.py install
   gns3server

Windows
-------

Please use our all-in-one installer.

Mac OS X
--------

DMG package is not available yet.