Skip to content

timvw/bose_soundtouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bose SoundTouch API

github crates.io docs.rs build status

This library provides a client for the Bose SoundTouch API.

[dependencies]
bose_soundtouch = "1"

Usage

Running the example can be done as following:

cargo run --example bose status

Releasing the example app can be done as following:

cargo build --examples --release