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-05-21 19:13:32 -06:00
gns3server Bump version to alpha5. 2014-05-21 19:13:32 -06:00
tests Merge pull request #11 from joebowen/master 2014-05-13 15:06:12 -06:00
.gitignore Update file structure 2014-05-06 10:11:14 -06:00
.travis.yml Fixes issue with server shutdown. 2014-05-14 11:24:14 -06:00
AUTHORS
dev-requirements.txt Base server complete including modules, STOMP protocol over Websockets 2013-12-05 00:21:06 -07:00
LICENSE
MANIFEST.in Remove .gns3 from folder name. 2014-05-09 11:19:07 -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 Bump version to alpha4. 2014-05-14 17:45:06 -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.