/airsonos

Full fork of dead stephen/airsonos repo

Primary LanguageJavaScriptMIT LicenseMIT

AirSonos

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

Prerequisites

Currently tested against Node v8.9.4 and Yarn v1.3.2

Installation

$ git clone https://github.com/tomodwyer/airsonos.git
$ yarn
$ yarn start

Example usage

$ cd airsonos
$ yarn start
Searching for Sonos devices on network...

Swan (@ 192.168.0.1:1400, RINCON_B8E9375433D201400:1)

Search complete. Set up 1 device tunnel.

Development

$ git clone https://github.com/stephen/airsonos.git
$ cd airsonos
$ yarn
$ node ./bin/index.js

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

Changelog

See CHANGELOG.md