Skip to content

Endpoint to be used as KPN Things LoRa destination to receive LoRa data from a Marvin device or simulator

Notifications You must be signed in to change notification settings

mdvanes/datalora

Repository files navigation

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

About

Endpoint to be used as KPN Things LoRa destination to receive LoRa data from a Marvin device or simulator

Resources

Stars

Watchers

Forks