CESNET / netopeer2

NETCONF toolset
BSD 3-Clause "New" or "Revised" License
296 stars 187 forks source link

Require guidance around Netopeer2 #1433

Open hrmnboparai opened 1 year ago

hrmnboparai commented 1 year ago

Hey michalvasko and community, I have built Netopeer2 but I am having difficulty in handling edit-config function myself. Can you please guide me as from where should I start exploring code in the directory so that I can understand things better.

michalvasko commented 1 year ago

netopeer2 is actually just a remote NETCONF server for sysrepo, which is the main component you work with. So I suggest you start by reading its documentation.

hrmnboparai commented 1 year ago

I greatly appreciate the support you provide to everyone. Thanks buddy.

hrmnboparai commented 1 year ago

Hey Michalvasko i have read the provided link and APIs mentioned in the sysrepo documentation. Now how should I proceed to know about Netopeer2 more since it does not have any documentation?

michalvasko commented 1 year ago

It has no documentation because it implements only the full specification of NETCONF 1.1 so pretty much everything you need to know is in the RFC. Some additional details are at the end in the README.