Skip to content
Snippets Groups Projects
Commit 094e4b5e authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

Merge branch '05-section-yang' into 'master'

05 section yang

See merge request cocsn/gosdn!4
parents 79bb622c 4035a8b6
Branches
Tags
1 merge request!405 section yang
Pipeline #51007 passed
.DS_Store
documentation/design-documentation/thesis.pdf
documentation/design-documentation/thesis.pdf
documentation/design-documentation/
documentation/design/*.pdf
*.aux
*.bbl
documentation/design-documentation/thesis-blx.bib
*.blg
*.lof
*.log
*.out
*.pdf
documentation/design-documentation/thesis.run.xml
documentation/design-documentation/thesis.toc
documentation/design-documentation/thesis.lol
documentation/design-documentation/thesis.lot
*.out
\ No newline at end of file
image:
name: pandoc/latex
entrypoint: [""]
Documentation:
image:
name: pandoc/latex
entrypoint: [""]
tags:
- docker
only:
......
---
title: "goSDN"
subtitle: "A networking drama"
author:
- "Martin Stiemerling"
- "Manuel Kieweg"
bibliography: [./bibliography.bib]
header-includes:
- \usepackage{graphicx}
---
\ No newline at end of file
---
title: "goSDN"
subtitle: "A networking drama"
author:
- "Martin Stiemerling"
- "Manuel Kieweg"
bibliography: [./bibliography.bib]
---
# Introduction
Lorem ipsum at nusquam appellantur his, labitur bonorum pri no [@dueck:trio]. His no decore nemore graecis. In eos meis nominavi, liber soluta vim cu. Sea commune suavitate interpretaris eu, vix eu libris efficiantur.
......
......@@ -7,6 +7,8 @@
The base of the development of goSDN are YANG modules. The RESTful API used for RESTCONF is defined in an OpenAPI 2.0 file. This API documentation is generated from the YANG module. The YANG module description is also used to generate code stubs for the goSDN RESTCONF client.
\includegraphics{gfx/yang-schematics.pdf}
### YANG
YANG defines an abstract netwoprk interface. It is the foundation of the RESTCONF protocol. Several code generators exist to generate code stubs from a given definition.
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment