You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abhi Keshav edited this page May 13, 2016
·
8 revisions
ydk-gen makes use of the pyang library to generate the specified language bindings from yang models. ydk-gen uses pyang to parse the yang models to generated data structure trees. These data structures are then passed to the printer which prints the API bindings in the specified language.
The above diagram gives a broad overview of ydk-gen.