ESP32SSDP
ESP32SSDP copied to clipboard
Simple SSDP library for ESP32
Currently the API accepts a single device type. UPNP clients normally look for a root device then read device xml. The xml contains the real device type but the search...
**Describe the bug** Using the example for the "async" method, I realized that I only get a response when using STA mode, in APSTA hybrid mode, responses are not sent...
when closing should send a notification broadcast with : ` NTS: ssdp:byebye` It is not a big issue but better fix it to clear others devices cache more quickly
If device name contains symbols then description.xml contains not closed element like in root/device/friendlyName element. **To Reproduce** Replace in example SSDP.setName("Philips hue clone"); with SSDP.setName(""); **Expected behavior** symbols replaced with...