commit | 48e9dfa6ef8e41a0280b600d1881545377039e3b | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Wed Jul 08 10:55:12 2020 +0200 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Mon Jul 20 15:21:25 2020 +0200 |
tree | 803516d3179e4cb64128b224e3f8948beaaf4f45 | |
parent | 54c34aeb8904e83b6d6c9fdc9f1abc0d98a5c208 [diff] |
Add ProxyDatastore This class will be used to intercept certain commands from the cli, like entering RPC input. Right now, it works just as a pass-through. Change-Id: I2d252609c1354005a0ccf4a1f26399dc895a73e8
This program provides an interactive console for working with YANG data. It can connect to NETCONF servers, and also talk to sysrepo locally.
For building, one needs:
Use an exact commit of any dependencies as specified in submodules/dependencies/*
.
The build process uses CMake. A quick-and-dirty build with no fancy options can be as simple as mkdir build && cd build && cmake .. && make && make install
.
Issue reporting and feature requests are welcome via Taiga.io.
We are using Gerrit for patch submission, code review and Continuous Integration (CI). Development roadmap and planning happens over Taiga.io.
Copyright © CESNET, https://www.cesnet.cz/ . Portions copyright © Faculty of Information Technology, Czech Technical University in Prague, https://fit.cvut.cz/ . Most of the code was written by Václav Kubernát (CESNET, formerly FIT ČVUT) and Jan Kundrát (CESNET). The project is distributed under the terms of the Apache 2.0 license.