An Open Community in the Home Automation and Domotics space. We believe an Open Source approach can revolutionize the way people create, install, and maintain software in the industry.
Our panel technology integrates with your favorite protocol and runtime hardware through Open Source software. We open up the front-end and support a unified panel and visual programming model. An installer can pick and choose hardware products from different vendors and still present one panel UI to the...
iTunes-compatible DAAP server
Firefly Media Server (formerly mt-daapd) is an open-source audio media server (or daemon) for the Roku SoundBridge and iTunes. It serves media files using Roku Server Protocol (RSP) and Digital Audio Access Protocol (DAAP).
http://en.wikipedia.org/wiki/Firefly_Media_Server
For Debian users:
https://packages.qa.debian.org/m/mt-daapd.html
https://tracker.debian.org/pkg/mt-daapd
For FreeBSD users:
http://home.introweb.nl/d/dodger/itunesserver.html
https://www.tnpi.net/wiki/FreeBSD_iTunes_Server
cd /usr/ports/audio/firefly
make install clean
echo 'firefly_enable="YES"' >> /etc/rc.conf
service mt-daapd start
==>> http://127.0.0.1:3689
Simple SSH forward e.g. thourgh the internet:
ssh -L3689:iMac.Local:3689 MyDomain.TLD
Please also note https://sourceforge.net/projects/mt-daapd/