Skip to content

KensakuKOMATSU/upnp-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UPnP Checker

how to install

with Chrome canary, type

chrome://extensions

in the address bar, check "Developer Mode" and click "load unpackaged ...". Then specify this apps directory.

With above step, you'll find "UPnP Checker".

how to use

click link

_generated_background_page.html

then at the "Console" tab, typing

upnp.search("ssdp:all");

you'll find UPnP device that responds to M-SEARCH.

parameter of upnp.search() indicating ST (it stands for Search Target). So, if you want to search specific target, please specify it.

ex. upnp.search("upnp:rootdevice");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published