Skip to content

Commit 3107b5c

Browse files
authored
Add Colota mobile app documentation (#8)
1 parent 8e5fab1 commit 3107b5c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/integrations/mobile-apps.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Reitti supports real-time location tracking through popular mobile applications,
1414

1515
**Overland** - A GPS logger specifically designed for iOS devices that sends location data in GeoJSON format. [Visit Homepage](https://overland.p3k.app/) | [Download from App Store](https://apps.apple.com/app/overland-gps-tracker/id1292426766)
1616

17+
**Colota** - A modern GPS logger for Android that stores locations locally and can upload to various services including Reitti. [Download from F-Droid](https://f-droid.org/de/packages/com.Colota) | [Download from Play Store](https://play.google.com/store/apps/details?id=com.Colota&hl=en-US) | [Download from GitHub](https://github.com/dietrichmax/colota/releases)
18+
1719
### Recommendation
1820

1921
We recommend using **GPSLogger** for the following reasons:
@@ -81,6 +83,19 @@ For each supported app, a **Remote Configuration** button is provided on this pa
8183
10. Adjust the sending interval slider (1 second to 30 minutes)
8284
11. The app will start sending location data automatically
8385

86+
### Colota Setup
87+
88+
1. Install Colota on your mobile device
89+
2. Open Colata and go to **Settings**
90+
3. Navigate to **Connection**
91+
4. Set **Server Endpoint** to the `/api/v1/ingest/gpslogger` URL visible in the **GPSLogger Setup** integration settings on Reitti
92+
5. Expand **Authentication & Headers** and set:
93+
- **Authentication**: None
94+
- **Custom Headers**:
95+
- **X-API-TOKEN** to the token from the Reitti integration settings
96+
- **Content-Type** to **application/json**
97+
6. Additional settings, like uploading only in a specific WiFi network and others, can be found under **Tracking & Sync**
98+
8499
### Data Quality Dashboard
85100

86101
|since|v1.6.0|.version-badge|

0 commit comments

Comments
 (0)