TinyUPnP icon indicating copy to clipboard operation
TinyUPnP copied to clipboard

A very small UPnP IGD implementation for your ESP8266 for automatic port forwarding

Results 24 TinyUPnP issues
Sort by recently updated
recently updated
newest added

I noticed that the library uses a lot of Memory and I started optimizing it and I wanted to share these Optimizations with the others. kindly check the commit and...

Greeting, i tried to use your libraries to test on my esp32 and somehow end up with this error. I've tried with 2 different router, 1 is my ASUS TM-...

Hi there, I apologize in advance for opening yet a second issue, but I am encountering a different problem when using this library when on a different SSID (and thus...

Hi, I'm trying for the first time the code and of course I'm not lucky! :-( I checked other open issues but find no help. :-( I'm not expert with...

Hi, I am using your library to discover a gateway. Facing an issue when the MSEARCH packet is sent out to [239.255.255.250] Port [1900], it only proceeds further on MSEARCH...

feature request

Currently this library seems only to support one port number for both local external. It would be nice to be able to specifiy both an internal and external port. E.g....

feature request

Similarly to this example: https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiUDPClient/WiFiUDPClient.ino

enhancement