node-ssdp icon indicating copy to clipboard operation
node-ssdp copied to clipboard

node.js SSDP client/server.

Results 21 node-ssdp issues
Sort by recently updated
recently updated
newest added

Does search support wildcard? I want to search for Denon Heos devices so I try this client.search('urn:schemas-denon-com:device:ACT-Denon:1') but nothing happens. I let the script wait 30 seconds before stopping.

Hi, in my understanding (maybe I'm wrong) of the UPnP specifications, a client, which is the control point, should be able to listen to `ssdp:alive`, `ssdp:byebye` and `ssdp:update` notifications from...

The readme doesn't document methods that can be used, and the source doesn't have descriptions of what the methods are or how they're used in comments above the functions. That...

``` 12:50:49 - discovering all IPs from interface %s Подключение по локальной сети 12:50:49 - Will use interface %s Подключение по локальной сети 12:50:49 - discovering all IPs from interface...

``` events.js:174 throw er; // Unhandled 'error' event ^ Error: write ENOTSUP at ChildProcess.target._send (internal/child_process.js:750:20) at ChildProcess.target.send (internal/child_process.js:634:19) at sendHelper (internal/cluster/utils.js:24:15) ``` This error is throw in Windows when using...

Hi, I am hoping to use node-ssdp server to advertise a custom UPnP-like device on my network. I've got it up and running and I can see that it is...

The server.stop call does three things without any synchronization: sends out a bye stops the advertise loop closes sockets The trouble is that _stop (closing sockets) is called without waiting...

When you run the example server (and then client) server replies with [object Object] on LOCATION field instead the right location of device-desc.xml file: Example: ``` advertise-alive { HOST: '239.255.255.250:1900',...

bug

Hey, first of all thank you for developing this great node package! Unfortunately, I am not able to use it under Windows 10. I get the following error message: ```javascript...

question
need information