Zum Hauptinhalt springen

Eixam Docs

Entwicklerdokumentation für die Eixam-Plattform

lib/main.dart
// Initialize the SDK once at startup
final sdk = await EixamConnectSdk.bootstrap(
EixamBootstrapConfig(
appId: 'partner-app',
environment: EixamEnvironment.production,
// Build this required value from your app localization resources.
notificationTexts: localizedNotificationTexts,
),
);

Wählen Sie Ihre Integration

📱

Flutter SDK

Verfügbar

Integrieren Sie Eixam in Ihre Flutter-App. Umfasst BLE-Kopplung, SOS, Telemetrie, Notfallkontakte, OTA-Firmware-Updates, regionale Funkkonfiguration und Schutzmodus.

Flutter-SDK-Dokumentation
⚙️

REST API

Verfügbar

Integrieren Sie Eixam über Backend-Dienste oder Plattformen ohne natives SDK mithilfe von HTTP und MQTT. Mobile und Web-Clients sollten die signierte Identität von Ihrem Backend beziehen; integrieren Sie das App-Secret niemals in Client-Code.

REST-API-Dokumentation
🖥️

Backend API

Verfügbar

Manage app-wide users, devices, and telemetry from your server with app-scoped credentials and explicit API scopes.

Backend API docs