Small flask app that recieves a GPS datapoint and submits it to both Reitti and Dawarich.
Find a file
Kevin Alberts b984352d92
All checks were successful
continuous-integration/drone/push Build is passing
Add drone yml
2025-07-15 13:51:09 +02:00
.drone.yml Add drone yml 2025-07-15 13:51:09 +02:00
Dockerfile Initial code 2025-07-15 13:46:48 +02:00
http_test_server.py Initial code 2025-07-15 13:46:48 +02:00
multiplexer.py Initial code 2025-07-15 13:46:48 +02:00
README.md Add drone yml 2025-07-15 13:51:09 +02:00
requirements.txt Initial code 2025-07-15 13:46:48 +02:00
start.sh Initial code 2025-07-15 13:46:48 +02:00

GPS Multiplexer

Recieves a request on /ingest, and forwards it to two other services configured via environment variables:

REITTI_BASE_URL = Base url of first service REITTI_API_KEY = API key parameter passed to the request (?api_key=YOUR_KEY)

DAWARICH_BASE_URL = Base url of second service DAWARICH_API_KEY = API key parameter passed to the request (?api_key=YOUR_KEY)

Health check page available on root / Should return "OK"