sdn/README.md

32 lines
808 B
Markdown

# sdn
[![Crates.io](https://img.shields.io/crates/v/sdn?style=flat-square)](https://crates.io/crates/sdn)
[![Crates.io](https://img.shields.io/crates/d/sdn?style=flat-square)](https://crates.io/crates/sdn)
[![License](https://img.shields.io/badge/license-ISC-blue?style=flat-square)](LICENSE)
Software Defined Networking
## Documentation
Serve book locally from root of local clone of this repo using `mdbook`:
```zsh
cargo install mdbook@0.4.40
```
```zsh
mdbook watch --open
```
## git repo URLs
- Main repo: https://git.nstr.no/nstr-sw/sdn
- GitHub mirror: https://github.com/nstr-sw/sdn
## IETF RFCs
The following IETF RFCs have been consulted
during the development of this project:
- [RFC 8200: Internet Protocol, Version 6 (IPv6) Specification](https://www.rfc-editor.org/rfc/rfc8200.html)