This document provides a comprehensive overview of the device's operational mechanisms, data recording and emission strategies, and back-end integration procedures.
The device utilizes several key features and data sets, including:
The device records various data fields, described in detail in the following resources:
Data recording is governed by configurable policies:
Note: Data field activation and recording are configurable. Contact us for specific requirements.
The device employs a data emission strategy to optimize bandwidth usage:
CloudConnect, our platform, forwards device data to your configured web server via HTTP POST requests (Webhooks).
Notifications are triggered by the following events:
presence: Asset connection or disconnection.message: Asset message transmission.track: Asset tracking data transmission.Key Focus: The
trackevent contains the most relevant data, including timestamps and location.
Integration Steps:
track Event Extraction: Identify track events containing recorded data.fields from base64 to their respective data types (boolean, integer, string) using the Fields description.Notification Details:
Integration Tip: Factor in the device's recording and emission strategies during back-end integration.
"Pokes" are events from third-party applications (e.g., PUSH Notification services) that provide specific information. They trigger GraphQL (GQL) calls for data retrieval. See: Pokes Notification.
https://docs.munic.io/ekko-docs/4_services/
The following resources provide example code for back-end integration:
To configure data delivery to your server, provide your URL via our Helpdesk platform: Helpdesk platform.