Introduction#
libaes70 is a C++ implementation of the AES70 standard. The AES70 standard is developed by the OCA Alliance and standardized by the AES.
This library is developed and licensed for commercial applications by DeusO GmbH.
This documentation provides an overview of how to implement AES70 devices and controllers using libaes70. It does not attempt to be a complete documentation of all features and possible applications of this library. To dive deeper into how this library works or how it can be applied to different use cases, please refer to the examples that are part of the library repository.
In addition, the library source code contains additional documentation of methods and APIs. Furthermore, the extensive testsuite may provide additional examples of features that are not otherwise commonly used.