https://github.com/thibmaek/go-volumio-mqtt-proxy
https://github.com/thibmaek/go-volumio-mqtt-proxy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thibmaek/go-volumio-mqtt-proxy
- Owner: thibmaek
- Created: 2021-01-25T22:16:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T02:19:41.000Z (over 2 years ago)
- Last Synced: 2025-09-01T11:41:51.508Z (2 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - thibmaek/go-volumio-mqtt-proxy - (Go)
README
# Go Volumio Proxy
## Install
```shell
$ go mod download
```
## Usage
Add a `Makefile.vars` file with the required MQTT credentials:
```make
MQTT_BROKER=localhost
MQTT_USER=user
MQTT_PASSWORD=password
```
Then run/build the application with make
```shell
$ make run
```