CESNET / libnetconf2-cpp

C++ bindings for the libnetconf2 library
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

C++ bindings for libnetconf2

License Gerrit Zuul CI

Object-oriented bindings of the libnetconf2 library.

Installation

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.

Contributing

The current version wraps just enough to get a NETCONF client running over a file descriptor. That's enough for our use case. If you need more and are willing to maintain your contribution, patches welcome.

The development is being done on Gerrit here. Instructions on how to submit patches can be found here. GitHub Pull Requests are not used.