https://github.com/vint21h/dart-daap-client
A Dart DAAP (Digital Audio Access Protocol) client library
https://github.com/vint21h/dart-daap-client
client daap daap-client dart dart-daap dart-daap-client
Last synced: 10 months ago
JSON representation
A Dart DAAP (Digital Audio Access Protocol) client library
- Host: GitHub
- URL: https://github.com/vint21h/dart-daap-client
- Owner: vint21h
- License: mit
- Created: 2020-11-11T02:37:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T20:58:28.000Z (about 3 years ago)
- Last Synced: 2025-04-25T11:50:35.425Z (about 1 year ago)
- Topics: client, daap, daap-client, dart, dart-daap, dart-daap-client
- Language: Dart
- Homepage: https://github.com/vint21h/dart-daap-client/
- Size: 250 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# A dart-daap-client documentation
*dart-daap-client is a Dart [DAAP (Digital Audio Access Protocol)](https://en.wikipedia.org/wiki/Digital_Audio_Access_Protocol/) protocol client library*
[](https://github.com/vint21h/dart-daap-client/actions/)
[](https://coveralls.io/github/vint21h/dart-daap-client?branch=master)
[](https://pub.dartlang.org/packages/daapc/)
[](https://opensource.org/licenses/MIT/)
Contents
* [Installation](#installation)
* [Usage](example/README.md)
* [Acknowledgments](#acknowledgments)
* [Contributing](CONTRIBUTING.md)
* [Licensing](#licensing)
* [Contacts](#contacts)
## Installation
* Depend on it:
```yaml
# pubspec.yaml
dependencies:
daapc: "0.3.6"
```
* Install it:
```console
dart pub get
```
## Acknowledgments
* [Digital Audio Access Protocol (DAAP) Protocol documentation Version 0.3](https://github.com/bjoernricks/daap-protocol/)
* [DAAP client library implemented in Python](https://github.com/tominsam/PythonDaap/)
* [spydaap: a simple DAAP server for python](https://github.com/egh/spydaap/)
* [nodejs DAAP parser](https://github.com/roblan/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](https://github.com/ejurgensen/forked-daapd/)
* [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](https://sourceforge.net/projects/daap/)
## Licensing
dart-daap-client uses the MIT license. Please check the LICENSE file for more details.
## Contacts
**Project Website**:
**Author**: Oleksii Andrushevych
For contributors list see CONTRIBUTORS file.