Newer
Older


This repository is used for development and testing of QKDN software.
It's use-case is research and development only.
If you are interested in production grade QKDN software, please feel free to contact us.
This repository is separated into different parts, mainly API definitions and code.
We follow a SDN approach which is _controller centric_.
This means that a central `QKDN-Controller` is responsible to manage and configure the network.
- [API v1](api/_Docs/v1/Readme.md)
- [Logging Guide](docs/Logging.md)
- [Tracing Guide](docs/Tracing.md)
- [Graceful Shutdown](docs/graceful-shutdown.md)