ZentriOS API Features
For a complete list of API modules and libraries available, see Native API
- Server/Client APIs
- HTTP(s) Client, HTTP(s) Server
- TCP
- TLS
- UDP
- Websocket
- Event handlers:
- Client connect/disconnect
- RX packet - client, server
- Up to 8 simutaneous sockets
- HTTP upload/download files from/to file system
- HTTP Stream API
- REST/Websocket API for device/webpage communication
- Stream driven with callbacks
- SMTP client
- Send secure emails
- Network Discovery APIs
- mDNS
- customizable packets
- UDP/HTTP Broadcast
- customizable packets
- mDNS
- Network Utilities:
- SoftAP API
- Concurrent: runs at same time as WLAN
- Event handlers:
- WLAN API
- Event handlers:
- Web Setup API
- Custom external command API
- extend ZentriOS external command set
- custom command accessible via:
- serial console
- HTTP Server REST API
- Remote Terminal
- S2C 'local' connection
- Command argument parsing helper API
- NVM API
- Dedicated 256 bytes
- Save/load to/from file
- ZentriOS settings API
- Save/load to/from file
- Peripherals API
- Event API
- Periodic
- Timed
- Single shot
- ZentriOS RTOS
- Mutex
resource locking - Semaphore
inter-task signaling - Queue
- Timer
- Event
- Mutex
- File System
- Create/read/delete file
- List files
- Appendable log files
- Battery-backed register API
- System Monitor API
- Monitors specified system resources
- Trigger watchdog if monitor fails
- S2C API
- Button API
- Utilities