Aller au contenu principal

Eixam Docs

Documentation destinée aux développeurs de la plateforme Eixam

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,
),
);

Choisissez votre intégration

📱

Flutter SDK

Disponible

Intégrez Eixam à votre application Flutter. Inclut l’association BLE, le SOS, la télémétrie, les contacts d’urgence, les mises à jour OTA du firmware, la configuration radio régionale et le mode Protection.

Documentation du SDK Flutter
⚙️

REST API

Disponible

Intégrez Eixam à partir de services backend ou de plateformes sans SDK natif via HTTP et MQTT. Les clients mobiles et web doivent obtenir une identité signée auprès de votre backend ; n’intégrez jamais le secret de l’application au code client.

Documentation de l’API REST
🖥️

Backend API

Disponible

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

Backend API docs