All Projects → GNS3 → Gns3 Gui

GNS3 / Gns3 Gui

Licence: other
GNS3 Graphical Network Simulator

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gns3 Gui

Bash Toolkit
Este proyecto esá destinado a ayudar a los sysadmin
Stars: ✭ 13 (-99.01%)
Mutual labels:  network, networking
Ineter
Fast Java library for working with IP addresses, ranges, and subnets
Stars: ✭ 39 (-97.02%)
Mutual labels:  network, networking
Libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
Stars: ✭ 7,418 (+467.56%)
Mutual labels:  network, networking
Diffios
Cisco IOS diff tool
Stars: ✭ 23 (-98.24%)
Mutual labels:  network, networking
Macfinder
An iOS Library that helps you find the MAC Address of a specific IP
Stars: ✭ 57 (-95.64%)
Mutual labels:  network, networking
Librg
🚀 Making multi-player gamedev simpler since 2017
Stars: ✭ 813 (-37.8%)
Mutual labels:  network, networking
Dratini
Dratini is a neat network abstraction layer.
Stars: ✭ 38 (-97.09%)
Mutual labels:  network, networking
Grassmarlin
Provides situational awareness of Industrial Control Systems (ICS) and Supervisory Control and Data Acquisition (SCADA) networks in support of network security assessments. #nsacyber
Stars: ✭ 621 (-52.49%)
Mutual labels:  network, networking
React Native Netinfo
React Native Network Info API for Android & iOS
Stars: ✭ 1,049 (-19.74%)
Mutual labels:  network, networking
Pnet
High level Java network library
Stars: ✭ 49 (-96.25%)
Mutual labels:  network, networking
P2p
Practice project to demonstrate p2p file sharing.
Stars: ✭ 16 (-98.78%)
Mutual labels:  network, networking
Pynms
A vendor-agnostic NMS for carrier-grade network simulation and automation
Stars: ✭ 73 (-94.41%)
Mutual labels:  network, networking
Nexer
Content based network multiplexer or redirector made with love and Go
Stars: ✭ 7 (-99.46%)
Mutual labels:  network, networking
Metta
An information security preparedness tool to do adversarial simulation.
Stars: ✭ 867 (-33.66%)
Mutual labels:  network, networking
Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (-39.79%)
Mutual labels:  network, networking
Xdp
Package xdp allows one to use XDP sockets from the Go programming language.
Stars: ✭ 36 (-97.25%)
Mutual labels:  network, networking
Gns3 Server
GNS3 server
Stars: ✭ 477 (-63.5%)
Mutual labels:  network, networking
Fast Android Networking
🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
Stars: ✭ 5,346 (+309.03%)
Mutual labels:  network, networking
Dknetworking
基于 AFNetworking + YYCache 的二次封装,支持缓存策略的网络请求框架
Stars: ✭ 41 (-96.86%)
Mutual labels:  network, networking
Avenue
Wrapper around URLSession and URLSessionTask to enable seamless integration with Operation / OperationQueue.
Stars: ✭ 58 (-95.56%)
Mutual labels:  network, networking

GNS3-gui

.. image:: https://github.com/GNS3/gns3-gui/workflows/testing/badge.svg :target: https://github.com/GNS3/gns3-gui/actions?query=workflow%3Atesting

.. image:: https://img.shields.io/pypi/v/gns3-gui.svg :target: https://pypi.python.org/pypi/gns3-gui

.. image:: https://snyk.io/test/github/GNS3/gns3-gui/badge.svg :target: https://snyk.io/test/github/GNS3/gns3-gui

GNS3 GUI repository.

Installation

Please see https://docs.gns3.com/

Software dependencies

PyQt5 which is either part of the Linux distribution or installable from PyPi. The other Python dependencies are automatically installed during the GNS3 GUI installation and are listed here <https://github.com/GNS3/gns3-gui/blob/master/requirements.txt>_

For connecting to nodes using Telnet, a Telnet client is required. On Linux that's a terminal emulator like xterm, gnome-terminal, konsole plus the telnet program. For connecting to nodes with a GUI, a VNC client is required, optionally a SPICE client can be used for Qemu nodes.

For using packet captures within GNS3, Wireshark should be installed. It's recommended, but if you don't need that functionality you can go without it.

Development

If you want to update the interface, modify the .ui files using QT tools. And:

.. code:: bash

cd scripts
python build_pyqt.py

Debug """""

If you want to see the full logs in the internal shell you can type:

.. code:: bash

debug 2

Or start the app with --debug flag.

Due to the fact PyQT intercept you can use a web debugger for inspecting stuff: https://github.com/Kozea/wdb

Security issues

Please contact us at [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].