Software Development Kit provides convenient, high-level programming API to access and control CyberAtom AHRS devices. The API supports USB as well as serial port connections. Dedicated kits are available for Windows, Linux, Mac OS an Raspbery Pi platforms.
You can download, use and redistribute CyberAtom API libraries with your applications for free.
| C | C++ | Python | .NET/Mono | Java | ||
|---|---|---|---|---|---|---|
![]() |
✔ | ✔ | ✔ | |||
![]() |
✔ | ✔ | ✔ | ✔ | ✔ | |
|
✔ | ✔ | ✔ | ✔ | ✔ |
C
API for programming in C comes with single header file and dynamic/shared library for platform of your choice.
Tutorial - Getting System Information using C
C API Documentation - Browse online
C++
API for programming in C++ comes with single header file and static library for platform of your choice.
Tutorial - Getting System Information using C++
C++ API Documentation - Browse online
Python
API for Python made as wrapper (ctypes) for dynamic/shared library for platform and Python bitness of your choice.
Tutorial - Getting System Information using Python
Python API Documentation - Browse online
.NET / Mono
API for .NET and Mono made as interop wrapper for dynamic/shared library for platform of your choice (Windows .NET and Mono on Linux).
.NET API Documentation - Browse online
Java
API for Java made using JNI and dynamic/shared library for platform of your choice (Java 1.8.0_60, 32-bit and 64-bit).
Java API Documentation - Browse online







