Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.16 KB

AirSonos

AirSonos is a server that adds Apple AirPlay (iOS, OS X) support to all Sonos devices on a network.

Blog post for further reading

Questions? Feel free to ping @stephencwan

Installation

AirSonos requires node.js >= v0.10.33 installed to run.

Install via npm

$ npm install airsonos -g

Platform-specific install note available from INSTALL.md

Example usage

$ airsonos
Searching for Sonos devices on network...
Setting up AirSonos for Playroom {172.17.105.103:1400}

Development

$ git clone https://github.com/stephen/airsonos.git
$ cd airsonos
$ npm install
$ node index.js

Internally, AirSonos is a thin wrapper around the nodetunes and nicercast packages.

Changelog

See CHANGELOG.md