ZentriOS API Overview
ZentriOS is an operating system (OS), like iOS/Android. A Zap is an application managed by the underlying OS, like an iOS or Android app.
A ZentriOS Application (aka Zap) is a custom application that runs on top of ZentriOS.
The Zap controls product-specific functionality, leveraging the features ZentriOS provides.
ZentriOS
ZentriOS, the operating system:
- Manages system and Zap memory usage
- Manages system and Zap events
- Handles faults
- Maintains the network stack
- Controls peripheral drivers
- Manages firmware updates
- Provides programming API to access system functionality
The ZentriOS API
- The ZentriOS API is an Application Programming Interface (API) to ZentriOS. ZentriOS applications are written using the ZentriOS API.
The ZentriOS SDK
The ZentriOS SDK provides an integrated development environment for writing ZentriOS applications.
ZentriOS Application
- A ZentriOS application (Zap) is written in native C
- The Zap dynamically links to the underlying ZentriOS functions.
For more details, see What is a ZentriOS application?