cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
447
Views
1
Helpful
1
Replies

YDK-Cpp has been released!

abhirame
Cisco Employee
Cisco Employee

The first version of ydk-cpp has been released on github as version 0.5.2 (alpha)!

Here is a list of features that have gone into the release


  • Introduced support for C++ YDK bindings (issue#118, related commits and pull requests)
  • Added support for CRUD, Validation and Codec services, along with Netconf and Codec providers, YDK types and errors
  • Added support for Path API
  • Used libyang and libnetconf libraries as part of the service and provider abstraction layer
  • Integrated with CMake build system
  • Wrote unit tests using boost::unit_test
  • Added support for logging using boost::log
  • Added documentation using sphinx
  • Integrated C++ testing into CI using travis-ci (#286)


Give it a try!

1 Reply 1

saalvare
Cisco Employee
Cisco Employee

You can find the documentation at:

http://ydk.cisco.com/cpp/docs/

Enjoy!