offbynull / portmapper

Java library that maps ports on NAT-enabled routers (supported protocols: UPnP-IGD/NAT-PMP/PCP).
Apache License 2.0
88 stars 17 forks source link

UPNP-IGDv2 support #6

Closed offbynull closed 8 years ago

offbynull commented 9 years ago

http://upnp.org/specs/gw/UPnP-gw-WANIPConnection-v2-Service.pdf

offbynull commented 8 years ago

Need to broadcast to the following addresses to find IPv6 addresses...

FF02::C FF05::C FF0E::C

This is what miniupnpd defines.

offbynull commented 8 years ago

Add support for WANIPv6FirewallControl profile

http://upnp.org/specs/gw/UPnP-gw-WANIPv6FirewallControl-v1-Service.pdf

offbynull commented 8 years ago

https://en.wikipedia.org/wiki/Simple_Service_Discovery_Protocol

offbynull commented 8 years ago

Should support v2 now with new messaging system, but does not cover DeviceProtection IGD functionality.

That may be out of scope? More investigation needed.