Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.21 KB

DataLoRa

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.

Overview

Diagram

diagram

Screenshot

screenshot

Running for development

  • run InfluxDB (use docker-compose as an example)
  • start receiver (see server/README.md)
  • start client (see client/README.md)

Publishing

  • 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.

Resources