-
Notifications
You must be signed in to change notification settings - Fork 74
Home
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.