ESP32SSDP icon indicating copy to clipboard operation
ESP32SSDP copied to clipboard

Simple SSDP library for ESP32

Results 4 ESP32SSDP issues
Sort by recently updated
recently updated
newest added

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...

Feature request
Planned

**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...

bug

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

bug

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...

bug