Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Damoov / Mobile-Telematics FAQ

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.


What is Damoov? What is this GitHub org?

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.


SDK vs API vs ZenRoad vs DataHub — which do I need?

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.


Where is the documentation?

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.


How do I get started?

  1. Register for app credentials in DataHub.
  2. Follow the Quick start (existing app → SDK + API, or build from a demo / ZenRoad).
  3. Create a telematics user (mobile auth frameworks or Create SDK user API).
  4. Integrate the SDK for your platform (links below).
  5. 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).


Which SDK platform or demo should I clone?

Platform guides (docs)

Demo apps (this org)

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.

ZenRoad reference apps

Platform Repo
iOS TelematicsApp-iOS
Android TelematicsApp-Android

Auth helpers & Python client


How do auth and tokens work (high level)?

  • 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.

Where do I configure webhooks / exports?

Backend callbacks and data export configuration: Data export / callbacks.
DataHub also covers admin-side export and reporting workflows — see DataHub.


Pricing / trial?

See pricing here: damoov.com/pricing.
For commercial or partnership questions: damoov.com → contact, or email hello@damoov.com.


How do I get support?

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 pages (marketing / capability overviews)

Product URL
Telematics SDK damoov.com/telematics-sdk
Telematics API damoov.com/telematics-api
ZenRoad / Telematics App damoov.com/telematics-app
Company damoov.com

Still stuck?

  1. Read Quick start.
  2. Open the matching demo app or ZenRoad repo.
  3. Ask on docs discuss or email info@damoov.com.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors