choppsv1 / netconf

Netconf Server and Client Library for Python
55 stars 31 forks source link

XML model #27

Closed bilucent closed 3 years ago

bilucent commented 5 years ago

Hi I like to use your project in conjunction with YDK and PYANGBIND. In that I will have a yang model introduced to both client and server.

Cant figure out how I can use an XML model in the server? (I will convert yang to xml using pyang)

choppsv1 commented 5 years ago

Hi. So basically you just create the XML data. It's pretty straight-forward. Did you see the example under example/?

Thanks, Chris.