Skip to content
Snippets Groups Projects
user avatar
Malte Bauch authored
Merge remote-tracking branch 'origin/database-doc-start' into 42-update-database-in-order-to-achieve-the-long-term-goals-of-the-project
e970c0de
History

GoSDN

The GIT repo for the GoSDN design and implementation. GoSDN is intended to be controller for Software Defined Networks (SDN) that follows a modern software architecture design and a well-documented implementation in the go language.

Generate Code Stubs

YANG code stubs are located in the yang-processor directory. They are generated by calling go generate from their respective sub directories.

gosdn
+-- yang-processor
    +-- ciena       //Ciena code stubs
    +-- tapi        //TAPI code stubs
+-- yang            //All YANG modules 

Documentation

The latest documentatiion generated on the master branch can be downloaded here.