Files
dynalab-core/docs
h3cx 19b356a94d Moved derive units to registry architectur
DeriveUnits are now owned by a DeriveRegistry which has its own routing
thread to handle routing values to the different DeriveUnits
2026-09-11 18:50:32 +02:00
..

DynaLab Core Documentation

Warning

Documentation is currently being written. It may contain incomplete or incorrect information. While DynaLab Core is in it's alpha stage it is the users responsibility to cross check the information provided in documentation with the codebase.

This documentation is ordered in the following sections

  • API
  • Protocol
  • Internal

API - Documents the user side API of the Core class, this goes through setting up a new core, and how to interact with it

Protocol - Documents the data ingress protocol, this is useful for developing connectors to pipe data into the DynaLab Core

Internal - Documents the inner working of DynaLab Core including data flow, internal API's, custom file types and much more