# 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