2.1.1 • Published 4 years ago

fasp-receiver v2.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

fasp-receiver

A receiver for the Friendly Audio Streaming Protocol.

npm version ISC-licensed chat with me on Gitter support me on Patreon

Installing

npm install fasp-receiver

Usage

const createReceiver = require('fasp-receiver')

const receiver = createReceiver({
	version: 2
}, (err, info) => {
	if (err) console.error(err)
	else console.info(info.name, 'listening on port', info.port)
})

receiver.on('command', (cmd, args) => {
	console.log('command', cmd, args)
})
receiver.send('foo', ['bar', 'baz'])

Contributing

If 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.

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.0

6 years ago

1.0.0-alpha.2

6 years ago

1.0.0-alpha.1

6 years ago

0.3.0

6 years ago

0.3.0-alpha.1

6 years ago

0.2.0

6 years ago