TinyUPnP
TinyUPnP copied to clipboard
A very small UPnP IGD implementation for your ESP8266 for automatic port forwarding
I don´t know if it´s possible to select 443 for internal router port and 9005 for the external port.
I am trying to open a port on my router using tinyupnp library. Right now i am trying the example code given in the library. the code compiles fine but...
Hi there ! I am not very technical...but this looks cool 😛 1. So can I use this as ESP client to stream iptv from a public ( Cloud) server?...
Hello, I create a webserver, with wifi connection that the user can select. I want to have access to that web server without the need to being connected on the...
Been trying to get UPnP to work with no success. Seems to have multiple errors. see attached log.txt [log.txt](https://github.com/ofekp/TinyUPnP/files/3498253/log.txt)
For ESP32 can use the second core as the webserver and prevent delays in response. https://randomnerdtutorials.com/esp32-dual-core-arduino-ide/ Might add a different example for ESP32 or add this as macros to the...
Using SSDP emulate a device that can be turned on/off from the Google Home app. Should decide if that will be another repo.
When using this library I keep on getting this error. Is there a possibility to have an example of the 'LISTEN_PORT' because I do not clearly understand how thats works...
This is more of a feature request than an issue. It would be great if we (well, you actually) could automatically select a LISTEN_PORT that is free/available instead of having...