README.md

mqttGeo

MQTT client and webserver tool to process Abeeway pure GPS postition payload

Requirements

  • Actility's ThingPark account
  • Topic name prefix geoloc/<subID>
  • python 3

Configuration

Launch mqttGeo.py to populate an skeleton configuration file config.json

Available URIs

  • /log : View the last 100 lines of log
  • /last : Latest Abeeway payload received (whether a GPS fix or a GPS timeout)
  • / : List of subID in the csv
  • /?subId=<subID>&devEUI=<DevEUI> : Map filtered on one specific DevEUI
  • /?subId=<subID> : All DevEUI are displayed

TODO

  • Add time filter or at least a "view only XXX last packets"