Find marantz and Denon AVRs advertising their services by upnp.
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.
npm install marantz-denon-upnpdiscovery
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);
});
- marantz SR7011
enjoy!
