commit | 81d1f0c67a3cef986a53808173ad0dda1fd008e5 | [log] [tgz] |
---|---|---|
author | Jakub Man <jakubman1@gmail.com> | Mon Dec 21 10:04:09 2020 +0100 |
committer | Jakub Man <jakubman1@gmail.com> | Mon Dec 21 10:04:09 2020 +0100 |
tree | d98858a8eaebb1057ced74648cd14babdd059e28 | |
parent | 6f533486bfa3cb5e29ffc01a62e60ef940a5945e [diff] |
ADD files for the new version
A GUI for the libnetconf2 library. This version is in development and NOT for production use yet! We are unable to provide full support right now for this version since some parts are not yet finished.
To install the NetconfGUI, follow these steps:
-DENABLE_PYTHON=on
when using cmake)modules
folder.http://localhost:4200
in your browserComming soon.
To try out the NetconfGUI without installing it, clone this repository, install VirtualBox and Vagrant), navigate to the vagrant
folder in this repository and type vargant up
.
This will bring up a virtual machine and install all dependencies automatically. The virtual machine also contains running netopeer2-server
as a NETCONF enabled device. You can connect to this device using the following credentials:
To stop the virtual machine, use the vagrang halt
command. To connect to the virtual machine, use vagrant ssh
.
You can connect to the GUI in the virtual machine just as if it was running on your machine. Just type vagrant port
to check, which port in your system is the port 4200 from the virtual machine mapped to.
$ vagrant port The forwarded ports for the machine are listed below. Please note that these values may differ from values configured in the Vagrantfile if the provider supports automatic port collision detection and resolution. 22 (guest) => 2203 (host) 4200 (guest) => 2201 (host) 830 (guest) => 2202 (host)