libnetconf
libnetconf copied to clipboard
C NETCONF library

Can your data store handle multiple configuration entities?
why does libnetconf1.0 consume huge memory, i found netopeer-sever that took up a lot of memory,through the top command?thanks
send rpc with this ```xml none ``` reply message is error; without it, reply message is ok ```xml none //without this, reply message is ok 1 1 13.251.1.23 0 13.251.1.23...
I want to run the netconf server on non-830 port. What should I do? Thanks
I'm creating several datastore using `ncds_new` (both `NCDS_TYPE_CUSTOM` and `NCDS_TYPE_EMPTY`) In order for libnetconf to resolve the imports, grouping and augments I'm using both `ncds_add_models_path` and `ncds_add_model` (for each yin...
I use libssh(0.7.3) in netconf , Update the key when communicating(rpc), After that, there's no way to communicate anymore , Could it be that the LIBSSH version is too low...
Trying to rebuild the netopeer-cli on Ubuntu 18.04 but failed to build libnetconf. "make" failed with libtool mismach error: ./configure make ./libtool --tag=CC --quiet --mode=compile clang -Wall -I/usr/include/libxml2 -I/usr/include/libxml2 -O3...
During installation, after`./configure` I get : **configure: error: Missing libssh (>=0.6.4).** I tried it with both disabled libssh and enabled libssh. All dependencies are installed. I would appreciate any kind...
In nc_session_receive, on interrupt we break the poll and then continue. However, the interruption from the client application would have come as a result of user choosing to break the...