An open API service indexing awesome lists of open source software.

https://github.com/thibmaek/go-volumio-mqtt-proxy


https://github.com/thibmaek/go-volumio-mqtt-proxy

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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
```