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 Router API is the provider-facing service — TrackHub's multi-protocol integration layer. It connects to GPS provider APIs and serves the live map and per-transporter position reads (on demand from the provider, or from the stored latest-position projection), history replay, trip segmentation and reverse geocoding, and it dispatches manual and automatic device synchronization.
It has no database of its own: master data is read and written through the Management API, and position, history, health and sync-run telemetry through the Telemetry API. The repository also contains the SyncWorker background host.
| Technical documentation | The TrackHub wiki — start with Router and Adding a Provider |
| 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.
