| .idea | ||
| backups/_db-201218-01 | ||
| cmd | ||
| core | ||
| static | ||
| storage | ||
| templates | ||
| ublox | ||
| web | ||
| .gitignore | ||
| .gitmodules | ||
| example_config.yml | ||
| go.mod | ||
| go.sum | ||
| readme.md | ||
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
- GPS device (Android or iOS smartphone and/or ublox 8/M8 series module)
- download latest release and unzip it
Preparation
Make sure you prepared your GPS device like described in chapter 3.3 of the Documentation. Start gyrogpsc before connecting your smartphone via TCP.
Run
Execute gyropgsc-$OS, according to your operating system.
Build from source
Requirements
- git
- go >1.15
Build Steps
- clone repository
- run
go installfrom project root - run
go run cmd/server/server.gofrom project root to start application or justgo build cmd/server/server.gofor building it only