KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
airsonos
โ 11
Open GitHub โ
Full fork of dead stephen/airsonos repo
Download README (.md)
Explore Similar Repositories
adonis-swagger-jsdoc
:
An adonis js wrapper for swagger-jsdoc for documenting APIs
adonis-generic-exceptions
:
A module with all generic exceptions other modules can use
learning-coccinelle
:
Learning Coccinelle
laravel-uploadify
:
Library for Laravel that handles image uploading with renaming, showing thumbnail image with custom route and more.
EasyGCD
:
๐ฏA tiny library to make using GCD easier.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
airsonos
?
Download (.md)
# AirSonos AirSonos is a server that adds Apple [AirPlay](https://www.apple.com/airplay/) (iOS, OS X) support to all Sonos devices on a network. ## Prerequisites * [Node.js](https://nodejs.org/en/) * [Yarn](https://yarnpkg.com/en/) 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 ```bash $ 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 ```bash $ git clone https://github.com/stephen/airsonos.git $ cd airsonos $ yarn $ node ./bin/index.js ``` Internally, AirSonos is a thin wrapper around the [nodetunes](https://github.com/tomodwyer/nodetunes) and [nicercast](https://github.com/tomodwyer/nicercast) packages. ## Changelog See [`CHANGELOG.md`](https://github.com/tomodwyer/airsonos/blob/master/CHANGELOG.md)