Moxeja / UniversalUPnP

Easy port forwarding via UPnP
GNU General Public License v3.0
0 stars 0 forks source link

UniversalUPnP

A client to allow users to create UPnP mappings manually, useful for software/games that don't make mappings themselves automatically. Click here to see how to use the software.

Uses GSON, Cling and Seamless libraries from https://github.com/google/gson, https://github.com/4thline/cling and https://github.com/4thline/seamless respectively.

Requires Java Runtime 8 or later.

Building

Requirements

Using Maven

To build, use the following command in the UniversalUPnP directory:

  mvn clean package

The built file will be in the UniversalUPnP/target folder.

Alternatively, add the project as a Maven project to an IDE, and build with the "package" goal.

Known Issues