2014-05-30 13:49:52 -06:00
2014-05-30 13:49:52 -06:00
2014-05-28 06:26:20 -06:00
2014-05-06 10:11:14 -06:00
2014-05-14 11:24:14 -06:00
2013-10-04 17:45:15 -06:00
2014-05-09 11:19:07 -06:00
2014-04-02 10:33:35 -06:00
2014-05-28 06:26:20 -06:00
2014-05-28 06:26:20 -06:00
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
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.

Languages
JavaScript 55.1%
Python 44.2%
Shell 0.4%
HTML 0.3%