About YDK

The YANG Development Kit (YDK) is a software development tool, which provides API for building applications based on YANG models. The YDK allows generate YANG model API and provides services to apply generated API over various communication protocols. Currently implemented protocols are: Netconf, Restconf, OpenDaylight and gNMI. YDK provides CRUD and protocol specific services over above protocols. YDK also provides codec services to translate API models to/from XML and JSON encoded strings.

The YDK is a multi-language software. Currently supported languages are Python, Go, and C++.

License

Copyright 2016-2019 Cisco Systems. All rights reserved

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at:

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Some of the source files in this release have been modified by Yan Gorelik, YDK Solutions. All modifications in original files under CiscoDevNet domain introduced since October 2019 are copyrighted and protected under Apache License, Version 2.0.

Version

Version : 0.8.6.6

This YDK documentation was generated using ydk-gen/generate.py script.

To check out this version of ydk-gen use the below commands:

$ git clone https://github.com/ygorelik/ydk-gen.git
$ git checkout 0f6348980d100ba1f139c380348eed83aa7a9f4e

Release Changes