{"id":15592224,"url":"https://github.com/derhuerst/fasp-receiver","last_synced_at":"2026-03-05T14:30:17.475Z","repository":{"id":57232878,"uuid":"128477045","full_name":"derhuerst/fasp-receiver","owner":"derhuerst","description":"A receiver for the Friendly Audio Streaming Protocol.","archived":false,"fork":false,"pushed_at":"2019-11-17T22:17:11.000Z","size":28,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-07T19:11:38.983Z","etag":null,"topics":["audio","fasp","streaming"],"latest_commit_sha":null,"homepage":"https://github.com/derhuerst/fasp-audio-receiver#fasp-audio-receiver","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/derhuerst.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-06T22:39:14.000Z","updated_at":"2020-10-02T10:16:55.000Z","dependencies_parsed_at":"2022-08-31T14:11:15.259Z","dependency_job_id":null,"html_url":"https://github.com/derhuerst/fasp-receiver","commit_stats":null,"previous_names":["derhuerst/fasp-audio-receiver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Ffasp-receiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Ffasp-receiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Ffasp-receiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Ffasp-receiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derhuerst","download_url":"https://codeload.github.com/derhuerst/fasp-receiver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239890153,"owners_count":19713920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","fasp","streaming"],"created_at":"2024-10-02T23:59:09.637Z","updated_at":"2026-03-05T14:30:17.397Z","avatar_url":"https://github.com/derhuerst.png","language":"JavaScript","funding_links":["https://patreon.com/derhuerst"],"categories":[],"sub_categories":[],"readme":"# fasp-receiver\n\n**A receiver for the [Friendly Audio Streaming Protocol](https://github.com/derhuerst/friendly-audio-streaming-protocol).**\n\n[![npm version](https://img.shields.io/npm/v/fasp-receiver.svg)](https://www.npmjs.com/package/fasp-receiver)\n![ISC-licensed](https://img.shields.io/github/license/derhuerst/fasp-receiver.svg)\n[![chat with me on Gitter](https://img.shields.io/badge/chat%20with%20me-on%20gitter-512e92.svg)](https://gitter.im/derhuerst)\n[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst)\n\n\n## Installing\n\n```shell\nnpm install fasp-receiver\n```\n\n\n## Usage\n\n```js\nconst createReceiver = require('fasp-receiver')\n\nconst receiver = createReceiver({\n\tversion: 2\n}, (err, info) =\u003e {\n\tif (err) console.error(err)\n\telse console.info(info.name, 'listening on port', info.port)\n})\n\nreceiver.on('command', (cmd, args) =\u003e {\n\tconsole.log('command', cmd, args)\n})\nreceiver.send('foo', ['bar', 'baz'])\n```\n\n\n## Contributing\n\nIf you have a question or have difficulties using `fasp-receiver`, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to [the issues page](https://github.com/derhuerst/fasp-receiver/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderhuerst%2Ffasp-receiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderhuerst%2Ffasp-receiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderhuerst%2Ffasp-receiver/lists"}