dchote / talkiepi

The talkiepi project is for a truly headless mumble client for the Raspberry Pi, utilizing static config and GPIO for status LEDs and a button for push to talk
Mozilla Public License 2.0
271 stars 107 forks source link

Multiple instance #21

Open wbeczynski opened 3 years ago

wbeczynski commented 3 years ago

Hi,

It is possibile to run it for more than two devices with more buttons? Example: three devices each one with two buttons. If it's possible please describe how to change configuration.

wbeczynski commented 3 years ago

ok, I finded what I need: change button to XX in config export GOPATH=/home/mumble/gocode export GOBIN=/home/mumble/bin cd $GOPATH/src/github.com/dchote/talkiepi go build -o /home/mumble/bin/talkiepi_pinXX cmd/talkiepi/main.go and run second instance.