vi7 / yamaterm

Terminal App for Yamaha MusicCast devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal App for Yamaha MusicCast devices

In the environment of time absence and global laziness Yamaha network receiver terminal client has been implemented in bash.

Install latest version from master:

curl https://raw.githubusercontent.com/vi7/yamaterm/master/yamctl -o /usr/local/bin/yamctl && chmod a+x /usr/local/bin/yamctl

Check available functions, names must be more or less self-explanatory ;):

yamctl help

Look into the script to understand what Yamaha XC API functions it implements and as well what could be customized

Some links to the Yamaha eXtended Control Musiccast HTTP API docs:

Go client for the Yamaha XC API is [WIP]

Run:

go run .

About

Terminal App for Yamaha MusicCast devices


Languages

Language:Go 50.8%Language:Shell 49.2%