A simple CLI program for UPnP.
Can be used to fetch existing UPnP port mappings from connected gateways. Or create new mappings.
Makes use of the weupnp java library.
Download the latest version from the releases page. Start the program by running
java -jar <jarfile>
The default options are listed below
usage: upnp-util [OPTIONS]
-h,--help print this message
-r,--run run the port mapper wizard
-v,--version print the version information and exit
Example:
upnp-util -h