Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 809 Bytes

File metadata and controls

13 lines (9 loc) · 809 Bytes

Tutorials

The following tutorials will guide you through the process of adding functionality to the QUANT-NET Control Plane (QNCP). The QNCP software is foremost a framework for defining your own custom capabilities. Deploying the default Server and Agent instances provides a basic set of functions such as node registration and heartbeat monitoring, but the real power of QNCP lies in its extensibility through user-defined plugins, schema, and interpreters.

The tutorials below highlight a few examples of plugins that extend the built-in functionality of QNCP. Each tutorial includes step-by-step instructions on how to implement the desired feature, along with explanations of the underlying concepts and code snippets.

.. toctree::
   :maxdepth: 1

   pingpong
   EGP
   agentcalibration