Skip to content

thingbound/tinkerhub-upnp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
});

About

UPnP device discovery and description

Resources

Stars

Watchers

Forks

Packages

No packages published