Netopeer2gui

Web-based NETCONF management center
Alternatives To Netopeer2gui
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Puphpet3,925
4 years ago250otherHTML
Vagrant/Puppet GUI
Protobox350
7 years ago40mitRuby
Protobox is vagrant web GUI
Vagrantx37
9 years agoRuby
the Vagrant GUI client for Mac OS X
Sonic Pi Docker21
6 years ago2
Sonic Pi Dockerized with Vagrant
Ethereum Environments14
9 years agoPuppet
ethereum environments provisioning and automated vm builds
Pysimavrgui13
10 years ago4February 09, 2012Python
Simple GUI elements for AVR and arduino simulation. Programmed in python, based on pygame. Simavr is used for simulation.
Qabel Desktop10
6 years ago81otherJava
(B2C) :computer: Desktop frontend of Qabel
Vagrant Ubuntu Workstation9
6 years agoShell
Netopeer2gui8
5 years ago7apache-2.0TypeScript
Web-based NETCONF management center
Vagrant Manager7
11 years ago1Python
Simple GUI application that manages multiple vagrant instances.
Alternatives To Netopeer2gui
Select To Compare


Alternative Project Comparisons
Readme

Netopeer2GUI

Web-based NETCONF management center

This tool is currently under development and not intended for production use. However, we welcome your feedback provided via the issue tracker.

Several screenshots can be found in the docs.

Features List

  • [x] manage devices to connect to
    • [ ] manage devices groupings for bulk configuration
  • [x] manage YANG schemas stored in GUI to represent received data
    • [ ] interaction with user by asking unknown module used by the connected device
  • [x] display configuration and data of the connected device (data tree view)
  • [x] edit configuration data of the device
  • [ ] bulk configuration (set configuration of multiple device at once)
  • [x] YANG explorer to display/browse YANG schema (currently just basic textual information)
  • [ ] receive NETCONF notifications and present them to user
  • [ ] accept NETCONF Call Home connections
  • [ ] plugin interface for schema-specific applications

Dependencies

The application is created as a module to the liberouter-gui framework, so to install it, follow the liberouter-gui instructions. When you decide to deploy production version, there is pre-built Netopeer2GUI as a release package. To configure your web server, please follow the mentioned liberouter-gui instructions or have a look at *-release vagrant image(s).

The backend is a Flask server written in Python 3 and utilizing libyang and libnetconf2 Python bindings. Unfortunatelly, the code of the bindings is not yet finished, so please use the devel branches of the mentioned libraries:

$ git clone -b devel https://github.com/CESNET/libyang
$ mkdir -p libyang/build && cd libyang/build
$ cmake -DGEN_LANGUAGE_BINDINGS=ON ..
$ make
# make install
$ git clone -b devel https://github.com/CESNET/libnetconf2
$ mkdir -p libnetconf2/build && cd libnetconf2/build
$ cmake -DENABLE_PYTHON=ON ..
$ make
# make install

Or alternatively install binary packages of libyang and libnetconf2.

Vagrant

For fast and simple testing/development deployment, you can use the prepared Vagrantfiles for instantiating virtual machine. More information can be found here.

Popular Gui Projects
Popular Vagrant Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Gui
Vagrant