2

I was looking to find a YANG parser and came across this question

Parsing YANG Model in java

I was wondering if there's any documentation for yang tools - API documentation or examples?

predi
  • 5,528
  • 32
  • 60
  • Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – Neeku Nov 14 '14 at 23:52

1 Answers1

1

Try to check yangtools project in Opendaylight github. There is a folder named docs. If you try to compile it with maven, some documents will be created. I hope that they can help you.

Regards

J. Reyes
  • 41
  • 1
  • 6