This is documentation for the old, first-generation Kaa platform v0.x.
Next generation Kaa Enterprise IoT platform is now available! Try it free with a 30-days trial.
Kaa Enterprise documentation is here.
. . .

Customization guide

This guide describes the basics of customizing and extending the Kaa platform. It is intended for users, already intimately familiar with the Kaa platform, it’s features and architecture, and who have extensive programming experience.

Sections overview

Section Description
Log appenders Kaa comes with a variety of readily available log appenders that handle data collected from endpoints, and pass it to an integrated system. You can create custom log appenders for you projects.
Owner verifiers Owner verifiers are server components that handle verification of the owners associated with endpoints. There are several out-of-the-box user verifier implementations, plus you can plug in custom owner verifiers.
Nix package manager Learn how to use Nix package manager to improve development environment for Kaa C/C++ SDKs, and to manage third-party dependencies.