Programmatically add port forwarding entry to router using upnp?

Does anyone have a simple example of how to add a port forwarding entry using upnp to a router using C ++?

+4
source share
1 answer

There is some code that does this here . Although the name refers to Visual Basic, the code is included in C ++.

+2
source

All Articles