Skip to content

A GPS tracking application based on flespi.io and built with Quasar. Shows devices on the map and their telemetry messages; includes a track player.

License

Notifications You must be signed in to change notification settings

flespi-software/TrackIt

Repository files navigation

Track It!

A GPS tracking application based on flespi.io and built with Quasar and Leaflet.js. Shows devices on the map and their telemetry messages; includes a track player.

Screenshot

Current master works on Vue 3. Vue 2 branch is here.

Features

  • ES6 Javascript
  • Vue.js
  • Writing .vue files
  • Pinia
  • Vite
  • Responsive layout
  • NPM ecosystems
  • Leaflet
  • Material theme
  • Dev Hot Reload
  • and many more!

Prerequisites:

Used API resurces:

REST
https://flespi.io/gw/devices/{selector}
https://flespi.io/gw/devices/{selector}/telemetry
https://flespi.io/gw/devices/{selector}/messages
MQTT
flespi/log/gw/devices/{selector}/created
flespi/log/gw/devices/{selector}/updated
flespi/log/gw/devices/{selector}/deleted
flespi/message/gw/devices/{selector}/#
flespi/state/gw/devices/{selector}/telemetry/+

Requirements:

flespi token

Build Setup

# clone the repo
$ git clone https://github.com/flespi-software/TrackIt.git mytracker

# go into app's directory and install dependencies
$ cd mytracker
$ npm install

# start the app in development mode with hot reload at localhost:7006
$ npm run dev

# build the app for production with minification
$ npm run build

# app checks if local flespi installation is available at localhost:9005
# is local flespi installation is running, then it's used as backend
# otherwise flespi.io is used as backend

Demo

Check it out live!

License

MIT license.

About

A GPS tracking application based on flespi.io and built with Quasar. Shows devices on the map and their telemetry messages; includes a track player.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages