marantz-denon-upnpdiscovery

0.0.4 • Public • Published

NPM

marantz-denon-upnpdiscovery

Find marantz and Denon AVRs advertising their services by upnp.

What does this package do?

It will initiate a upnp search and report all marantz and Denon devices it can find. It was written to support the marantz-denon-telnet and homebridge-marantz-denon-telnet package.

How to Install this package?

npm install marantz-denon-upnpdiscovery

How to use this package?

 
 
 
var MarantzDenonUPnPDiscovery = require('marantz-denon-upnpdiscovery');
 
/**
    Find Denon and marantz devices advertising their services by upnp.
    @param {function} callback .
*/
var mdf = new MarantzDenonUPnPDiscovery(function(error, device) {
    console.log(device);
});
 
 
 

Tested on?

  • marantz SR7011

enjoy!

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i marantz-denon-upnpdiscovery

    Weekly Downloads

    2

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    9.28 kB

    Total Files

    4

    Last publish

    Collaborators

    • k3erg