commit | bd28ec01c61f9a6f13746623aef6a8322e87826c | [log] [tgz] |
---|---|---|
author | Jan Kundrát <kundrat@cesnet.cz> | Tue Jan 28 13:46:13 2020 +0100 |
committer | Gerrit Code Review <gerrit@gerrit.cesnet.cz> | Tue Jan 28 13:46:13 2020 +0100 |
tree | 8f6f401e8ce8f4f6c7783d60b1941c40a8ab6430 | |
parent | 4225b3f918174c38638f9d7227fa479ca53d902b [diff] | |
parent | dbc51c89ed79cde817a69cba37fadcffb493ef52 [diff] |
Merge changes from topic "rpc" * changes: python: user-defined RPCs DatastoreAccess: add support for generic user-defined RPCs Include presence containers in NetconfAccess::getItems joinPaths: support adding the trailing slash make fillMap reusable for future RPC support libnetconf C++: add support for user RPCs NETCONF: support variable-return-type RPCs a typedef for returning "tree of data"
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.