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-07-17 18:22:27 -06:00
cloud-image Syntax cleanup 2014-06-26 14:35:19 +00:00
gns3server Fixes some inconsistencies when exporting configs. 2014-07-17 18:22:27 -06:00
tests Some PEP8 style fixes. 2014-05-28 06:26:20 -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 Project structure & tools (pytest, tox etc.) 2013-10-08 11:33:51 -06:00
MANIFEST.in Remove .gns3 from folder name. 2014-05-09 11:19:07 -06:00
README.rst Update README. 2014-05-31 14:43:07 -06:00
requirements.txt Some PEP8 style fixes. 2014-05-28 06:26:20 -06:00
setup.py New feature: import/export device configs. 2014-07-03 18:56:37 -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
--------

Please use our DMG package.