Choose an Integration
Eixam offers multiple integration options. This page helps you pick the right one for your use case.
Comparison
| Feature | Flutter SDK | REST API |
|---|---|---|
| Platform | Flutter (Android + iOS) | Any (backend, web, mobile) |
| BLE device support | Native BLE pairing and telemetry | Not applicable |
| SOS | Full lifecycle (trigger, cancel, ack) | Via HTTP endpoints |
| Realtime events | MQTT streams via SDK | MQTT direct or webhooks |
| Protection Mode | Android foreground service | Not applicable |
| Emergency contacts | Full CRUD via SDK | Via HTTP endpoints |
| Signed sessions | SDK manages auth headers | You manage auth headers |
| Status | Available | Coming soon |
Flutter SDK
Choose the Flutter SDK if you are building a Flutter mobile application that needs:
- Direct BLE pairing with Eixam hardware
- Real-time device telemetry and SOS handling
- Protection Mode for background continuity on Android
- A managed SDK that handles session lifecycle, transport, and safety flows
Start here: Flutter SDK Overview
REST API
Choose the REST API if you are:
- Building on a platform without a native Eixam SDK
- Integrating from a backend service or web application
- Implementing custom transport or auth logic
Start here: REST API Overview
info
The REST API section is currently in progress. Check back soon or open an issue to request priority support.