Go to file
2021-01-07 16:59:52 +01:00
.idea [WIP] repository and service encapsulation 2020-12-11 17:34:31 +01:00
backups/_db-201218-01 backup database 2020-12-19 11:49:29 +01:00
cmd added readme, commented functionality, cleaned up 2021-01-06 17:05:30 +01:00
core changed fix for old record 2021-01-07 16:59:52 +01:00
static more readme, small state machine change and fixed wrong websocket close 2021-01-07 15:40:07 +01:00
storage added readme, commented functionality, cleaned up 2021-01-06 17:05:30 +01:00
templates adds accuracy chart for trackings 2021-01-06 22:33:16 +01:00
ublox bugfixes everywhere 2020-12-15 00:34:19 +01:00
web more readme, small state machine change and fixed wrong websocket close 2021-01-07 15:40:07 +01:00
.gitignore [WIP] eliminated data races & formatted files 2020-12-12 02:29:22 +01:00
example_config.yml added readme, commented functionality, cleaned up 2021-01-06 17:05:30 +01:00
go.mod Rearrange/Sync stream 2020-12-23 14:59:01 +01:00
go.sum Rearrange/Sync stream 2020-12-23 14:59:01 +01:00
readme.md more readme, small state machine change and fixed wrong websocket close 2021-01-07 15:40:07 +01:00

gyropsc

Realtime Location Dashboard 🚀

Quickstart

First copy example_config.yml to gpsconfig.yml and adjust your parameters. if you intend to use this tool with ublox over USB or Serial, you need to set the name of your port in this config file. otherwise the program will panic.

Requirements

  • Win, Linux or Mac Computer, ideally with serial port and WiFi
  • download latest Release and unzip it
  • execute gyropgsc-$OS, according to your operating system

Build from source

Requirements

  • git
  • go >1.15

Build Steps

  1. clone repository
  2. run go install from project root
  3. run go run cmd/server/server.go from project root to start application or just go build cmd/server/server.go for building it only