libnetconf2
libnetconf2 copied to clipboard
C NETCONF library
https://github.com/CESNET/libnetconf2/blob/a7c8a81988adc9e1be7491788a67b71542a06116/src/session_server.c#L899 pthread_cond_timedwait: EPERM The mutex was not owned by the current thread at the time of the call. if return EPERM,no need to release the mutex_lock ? At this time,...
Hi Michal, I am implemented callhome feature where I am using API's of Libnetconf2. I am noticing that every 10 mins the device is getting disconnected . Can you tell...
Hi, I have a server with libnetconf2. And the client does not use libnetconf2. Now the client send its private capbilities in hello packet. I want to get its privite...
Hi, I have a problem, nc_ps_queue_remove_id: internal error. It has many such error. I want to know, in what condition, it can occur. Thanks very much.
Hi , We want to implement the netconf callhome feature using Libnetconf2 . For implementing callhome we have our own yang and we have our own retry algorithm based on...
Hi, I am compiling libnetconf2, but I dont want to make install all depenedent libraries like cmocka, libssh, openssl etc. What I am trying it cmake and make of dependent...
Hello, I am working on installing libnetconf2 on a docker container to effectively install the new[ Netopeer2GUI](https://github.com/CESNET/Netopeer2GUI/). According to the install instructions, the devel branches have to be used in...
Hi Michal, My Libnetconf2 server is running on port 830. Only port 22 is visible behind the firewall and Openssh server runs on port 22(needed for other applications) . .Is...
I got the following error message `[ERR]: LY: Print error (No such file or directory)` when connecting `netopeer2-server` with `netopeer2-cli` on petalinux over QEMU. Most of the time, this message...