Saltar al contenido principal
Version: 0.1.0

Choose an Integration

Eixam offers multiple integration options. This page helps you pick the right one for your use case.

Comparison

FeatureFlutter SDKREST API
PlatformFlutter (Android + iOS)Any (backend, web, mobile)
BLE device supportNative BLE pairing and telemetryNot applicable
SOSFull lifecycle (trigger, cancel, ack)Via HTTP endpoints
Realtime eventsMQTT streams via SDKMQTT direct or webhooks
Protection ModeAndroid foreground serviceNot applicable
Emergency contactsFull CRUD via SDKVia HTTP endpoints
Signed sessionsSDK manages auth headersYou manage auth headers
StatusAvailableComing 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.