Skip to content

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 attempts to give an overview for how to implement AES70 devices and controllers using libaes70. It does not try 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 look into the examples which are part of the library repository.

In addition to that, the library source code contains additional documentation of methods and APIs. Furthermore, the extensive testsuite may provide additional examples of features not otherwise commonly used.