thibmaek / go-volumio-mqtt-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Volumio Proxy

Install

$ go mod download

Usage

Add a Makefile.vars file with the required MQTT credentials:

MQTT_BROKER=localhost
MQTT_USER=user
MQTT_PASSWORD=password

Then run/build the application with make

$ make run

About


Languages

Language:Go 90.7%Language:Makefile 9.3%