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.
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
.