daapc 0.3.6 daapc: ^0.3.6 copied to clipboard
dart-daap-client is a Dart DAAP (Digital Audio Access Protocol) protocol client library
A dart-daap-client documentation #
dart-daap-client is a Dart DAAP (Digital Audio Access Protocol) protocol client library
Contents
Installation #
- Depend on it:
# pubspec.yaml
dependencies:
daapc: "0.3.6"
- Install it:
dart pub get
Acknowledgments #
- Digital Audio Access Protocol (DAAP) Protocol documentation Version 0.3
- DAAP client library implemented in Python
- spydaap: a simple DAAP server for python
- nodejs DAAP parser
- Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay devices (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio
- A C/C++ library to share digital audio between computers on a network, reverse engineered from and compatible with Apple's iTunes 4.0 implementation
Licensing #
dart-daap-client uses the MIT license. Please check the LICENSE file for more details.
Contacts #
Project Website: https://github.com/vint21h/dart-daap-client/
Author: Oleksii Andrushevych vint21h@vint21h.pp.ua
For contributors list see CONTRIBUTORS file.