tree: dc8f3bbeeff5f482e96cb2c92fe03860cab66b1d [path history] [tgz]
  1. Makefile
  2. Makefile.in
  3. README.md
  4. aclocal.m4
  5. config.guess
  6. config.status
  7. config.sub
  8. configure
  9. configure.in
  10. install-sh
  11. libtool
  12. ltmain.sh
  13. voltha-config.rng
  14. voltha-gdefs-config.rng
  15. voltha-schematron.xsl
  16. voltha.c
  17. voltha.yang
  18. voltha.yin
netopeer/voltha-transapi/README.md

Voltha TransAPI

Introduction

The Voltha TransAPI library adds support to interact with Voltha through the Netopeer NETCONF server.

This library can be used as a template for implementing a TransAPI for your own YANG model(s).

TODO(s)

  • Only a few methods have been implemented as it is purely for demonstration.