I am really new to Network management systems where object modelling, netconf and Yang being used widely.
I would like to know if there is any list of books or articles to follow to understand the whole concept. Any opensource projects in C and python for handson experience with the same would be of great help.
There is a book due to be published by Addison Wesley on May 10, 2019:
Network Programmability with YANG: Data Modeling-driven Management with YANG.
by Benoit Claise, Joe Clarke and Jan Lindblad.
According to the preview book cover it will cover the structure of network automation with YANG, NETCONF, RESTCONF and friends.
In terms of open source software, the
yuma123
andnetopeer2
projects both have NETCONF Client and Server implementations written in C.