Lucas Ontivero
Lucas Ontivero
@ecklerpa the error 714 is not an Open.NAT error. It is the router which return the error and Open.NAT throws it. Could you provide a piece of code to reproduce...
@timothyparez thanks for reporting this issue, i didn't have the time to review it on time. Currently I've found the time to fix defects and would like to know if...
I was able to reproduce it. Thanks for reporting
That's not an Open.NAT error message, it is an error received from your router and for that reason you won't be able to use any upnp library. This is what...
I don't have a list of routers. The library implements the [specifications](http://upnp.org/specs/gw/UPnP-gw-WANIPConnection-v2-Service.pdf) so, it should compatible with routers that implement them too. If you have other applications doing port forwarding...
@p30arena that is not possible with the library as it is. However, you modify the source code to publish the LocalAddress that is in the UpnpNatDeviceInfo class (if you use...
I'm not sure i am understanding. Do you want to modify the code in your local copy only for you or are you suggesting a modification in the library for...
Ok, perfect. I take note. Thank you
> I created a mapping a couple of hours ago, **(1)** the mapping doesn't last infinitely and **(2)** can be over written. (1) Open.Nat doesn't control what your router does,...
Thanks for reporting it. I can see most of the time is wasted searching devices with IPv6 addresses. Also, searching for devices supporting PMP , which are the lees. I...