TrackHub is an innovative open-source application designed to unify multiple monitoring platforms into a cohesive system. Imagine having all your monitoring needs met in one place—this is the vision behind TrackHub.
Currently in development, our project aims to foster collaboration among diverse companies and developers, promoting continuous improvement and growth. TrackHub empowers organizations to centralize information about their assets and personnel, regardless of their vendors.
We believe in the strength of community collaboration to create effective and accessible tools for everyone. Contribute to TrackHub to help shape the future of monitoring solutions!
The Reporting API turns platform data into files. It is REST-only and has no database of its own: every dataset is composed from the services that own it — master data and GPS integration from the Management API, live and stored positions from the Router and Telemetry APIs, geofences and visit events from the Geofencing API, and trip, stop, toll and proof-of-delivery data from the Trip Management API.
Reports are governed by a catalog held in the Management API, and rendered as preview, Excel or PDF.
| Technical documentation | The TrackHub wiki — start with Reporting |
| User documentation | In the app — the Help button or F1 on any screen (English and Spanish) |
| Deployment | TrackHub.Deployment |
| Repository | Purpose |
|---|---|
| TrackHubCommon | Shared library, distributed as local NuGet packages |
| TrackHub.AuthorityServer | Authorization service (OAuth 2.0 / OpenID Connect) |
| TrackHubSecurity | Security API — users, roles, policies, permissions |
| TrackHub.Manager | Management API — master data |
| TrackHubRouter | Router API and SyncWorker — GPS provider integration |
| TrackHub.Telemetry | Telemetry API — positions, history, operator health |
| TrackHub.Geofencing | Geofencing API |
| TrackHub.TripManagement | Trip Management API |
| TrackHub.Reporting | Reporting API |
| TrackHub | Web portal (React) |
| TrackHubMobile | Mobile application |
| TrackHub.IntegrationTests | Cross-service GraphQL contract tests |
| TrackHub.Deployment | Docker deployment for the whole stack |
Apache License 2.0. See the LICENSE file for more information.
