thibauts/node-upnp-mediarenderer-client

ssdp client

gyzerok opened this issue · 3 comments

Can you suggest an ssdp client to use with your module? Or mb some working examples of how you using your module?

I'm not really satisfied with available SSDP modules, but this should do the trick https://github.com/diversario/node-ssdp.

You're going to search for urn:schemas-upnp-org:device:MediaRenderer:1.

I'll try to post example code in the coming days.

@thibauts thank you for your reply. Node-ssdp is too solid and complex. Looking forward for better and lightweight ssdp client compatible with this module from you!