ssdp client
gyzerok opened this issue · 3 comments
gyzerok commented
Can you suggest an ssdp client to use with your module? Or mb some working examples of how you using your module?
thibauts commented
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.
gyzerok commented
@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!
kennylbj commented