Common questions for developers integrating smartphone telematics with Damoov.
This repo is a short FAQ + link hub. Canonical guides, API reference, and platform docs live on docs.damoov.com. Source code and demos live in this GitHub org: Mobile-Telematics.
Damoov builds a telematics platform for apps: trip detection, driving behavior, safety scoring, and related APIs — without requiring dedicated hardware in most cases.
Mobile-Telematics is Damoov’s public GitHub organization (org display name: Damoov). Repos here are SDK demos, auth helpers, ZenRoad reference apps, and related samples. Product marketing pages and self-serve onboarding are on the web; these repos are for reading, forking, and wiring into your own apps.
| Piece | What it is | Start here |
|---|---|---|
| Telematics SDK | Mobile libraries that collect trip / sensor data in your iOS, Android, React Native, or Flutter app | damoov.com/telematics-sdk · SDK docs |
| Telematics API | REST APIs for users, trips, scores, exports, and backend workflows | damoov.com/telematics-api · API reference |
| ZenRoad (Telematics App) | Open-source reference telematics apps (iOS + Android) you can fork or study | damoov.com/telematics-app · TelematicsApp-iOS · TelematicsApp-Android |
| DataHub | Web admin console (app.damoov.com) for credentials, users, dashboards, testing, and exports |
DataHub docs · app.damoov.com |
Most integrators use SDK + API + DataHub together. Use ZenRoad when you want a full reference product surface, not only a minimal SDK demo.
| Resource | URL |
|---|---|
| Docs home | docs.damoov.com |
| Quick start | docs.damoov.com/docs/quick-start |
| Full docs index (LLM / crawl friendly) | docs.damoov.com/llms.txt |
| API reference | docs.damoov.com/reference |
| Docs discussions | docs.damoov.com/discuss |
Prefer linking these pages over copying long guides into GitHub.
- Register for app credentials in DataHub.
- Follow the Quick start (existing app → SDK + API, or build from a demo / ZenRoad).
- Create a telematics user (mobile auth frameworks or Create SDK user API).
- Integrate the SDK for your platform (links below).
- Test with DataHub tools and the testing guide.
Already have an app? Start with the Quick start “existing app” path and a demo app for your stack.
Want a full reference product? Fork ZenRoad (iOS / Android tables below).
- Native iOS · Android
- Cross-platform React Native · Flutter
| Stack | Repo |
|---|---|
| Flutter | telematicsSDK-demoapp-flutter- |
| React Native | telematicsSDK-demoapp-react |
| Android (Kotlin) | telematicsSDK-demoapp-Android-kotlin |
| Android (Java) | telematicsSDK-demoapp-Android-java |
| iOS (Swift) | telematicsSDK-demoapp-iOS-swift |
| iOS (Objective-C) | telematicsSDK-demoapp-iOS-objective-c |
Note: The Flutter demo repo name ends with a trailing hyphen (
…flutter-). That is intentional.
| Platform | Repo |
|---|---|
| iOS | TelematicsApp-iOS |
| Android | TelematicsApp-Android |
- Each end user needs a Telematics User ID on the platform.
- You can register users from the mobile side (LoginAuth frameworks above) or from your backend via the Create SDK user API / Python SDK.
- App / instance credentials come from DataHub (app.damoov.com).
- For login and admin auth details, use the live API reference (user log-in / admin log-in) linked from the Quick start — do not copy request bodies from outdated samples if they conflict with the reference.
Backend callbacks and data export configuration: Data export / callbacks.
DataHub also covers admin-side export and reporting workflows — see DataHub.
See pricing here: damoov.com/pricing.
For commercial or partnership questions: damoov.com → contact, or email hello@damoov.com.
| Channel | Link |
|---|---|
| In-docs chat | Available on docs.damoov.com pages |
| Docs forum | docs.damoov.com/discuss |
| GitHub org | github.com/orgs/Mobile-Telematics |
| General / partnership | hello@damoov.com · damoov.com |
SDK integration issues: start with the troubleshooting guide.
| Product | URL |
|---|---|
| Telematics SDK | damoov.com/telematics-sdk |
| Telematics API | damoov.com/telematics-api |
| ZenRoad / Telematics App | damoov.com/telematics-app |
| Company | damoov.com |
- Read Quick start.
- Open the matching demo app or ZenRoad repo.
- Ask on docs discuss or email info@damoov.com.