This document is the API specification for Calimero 2.0-alpha 3.

Calimero was developed and is maintained at the Vienna University of Technology, Automation Systems Group.
The source and documentation is hosted on this site.
More information about this and similar projects can be found here.

Licence

Calimero is Open Source.
Pay attention to the copyright declarations and license agreements. See the license text file that ships with every Calimero distribution for more details.

General rules of usage for this API

No null arguments are allowed, if not explicitly stated otherwise in the documentation of the interface or method declaration. This means, applying a method -- which expects arguments of reference type -- to a null argument will lead to undefined behavior.
In the absence of other explicit specification in type API comments, instances of types are thread-safe, that is, concurrent access is allowed.

A user application can obtain general information like the current library version, available bundles and similar by using tuwien.auto.calimero.Settings.