theomega24 / upnp4j

A simple UPnP library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upnp4j

A simple UPnP library for Java

Maven/Gradle

You can download upnp4j from maven central under the group dev.omega24, artifact upnp4j and version 1.0.

Usage

To open port 25565 with TCP use:

UPnP4J.open(25565, Protocol.TCP);

Inspiration

upnp4j is a continuation of WaifUPnP, which is licensed under LGPL 2.1.

About

A simple UPnP library for Java

License:GNU Lesser General Public License v3.0


Languages

Language:Java 88.5%Language:Kotlin 11.5%