Azure function to be used as KPN Things LoRa destination to receive LoRa data from a Marvin device or simulator Play on words of Datalore and LoRa
My car's app removed the feature to display the car's current location, so I built my own GPS tracker with Marvin, KPN Things, InfluxDB and NextJS.
Diagram
Screenshot
- run InfluxDB (use docker-compose as an example)
- start receiver (see server/README.md)
- start client (see client/README.md)
mkdir influx-data
- Configure envars in docker-compose.yml
- Run
docker-compose up -d --build
- Inspect logs
docker-compose logs --follow
- It might be that there was no configuration for InfluxDB, either log in at localhost:8086 to set it up, or copy an existing configuration to the influx directory.