Skip to content
Snippets Groups Projects
README.md 833 B
Newer Older
  • Learn to ignore specific revisions
  • Martin Stiemerling's avatar
    Martin Stiemerling committed
    # Costaquanta
    
    
    ![Pipeline Status](https://code.fbi.h-da.de/danet/costaquanta/badges/main/pipeline.svg)
    ![coverage](https://code.fbi.h-da.de/danet/costaquanta/badges/main/coverage.svg)
    
    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.
    
    Martin Stiemerling's avatar
    Martin Stiemerling committed
    
    
    Martin Stiemerling's avatar
    Martin Stiemerling committed
    
    
    This repository is separated into different parts, mainly API definitions and code.
    
    André Sterba's avatar
    André Sterba committed
    We follow a SDN approach which is _controller centric_.
    
    This means that a central `QKDN-Controller` is responsible to manage and configure the network.
    
    Martin Stiemerling's avatar
    Martin Stiemerling committed
    
    
    - [API v1](api/_Docs/v1/Readme.md)
    
    André Sterba's avatar
    André Sterba committed
    - [Logging Guide](docs/Logging.md)
    - [Tracing Guide](docs/Tracing.md)
    
    - [Definition of Done](docs/dod.md)
    
    - [Graceful Shutdown](docs/graceful-shutdown.md)