Socket
Book a DemoInstallSign in
Socket

airplay-mdns-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airplay-mdns-server

An AirPlay mDNS broadcast server

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

airplay-mdns-server

An AirPlay mDNS broadcast server.

This module is not an AirPlay server in it self, but mearly broadcasting its address (the mac/ip of the machine running this Node module) using multicast DNS.

Build status js-standard-style

Installation

npm install airplay-mdns-server

Usage

var mdns = require('airplay-mdns-server')

var opts = {
  name: 'My AirPlay Server',
  version: '1.0.0',
  port: 5000
}

mdns(opts, function (err) {
  if (err) throw err
  console.log('AirPlay server is being advertised')
})

License

MIT

Keywords

airplay

FAQs

Package last updated on 07 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts