tinkerhub-upnp

0.4.0 • Public • Published

UPnP browser

This library provides discovery and descriptions of UPnP-like devices.

const browser = require('tinkerhub-upnp')
  .browser('urn:schemas-sony-com:service:ScalarWebAPI:1');
 
browser.on('available', function(device) {
  console.log(device);
});
 
browser.on('unavailable', function(device) {
  console.log(device);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.4.0
    0
  • 0.3.0
    1
  • 0.2.0
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i tinkerhub-upnp

Weekly Downloads

3

Version

0.4.0

License

MIT

Last publish

Collaborators

  • aholstenson