File: README.md

package info (click to toggle)
weupnp 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 200 kB
  • ctags: 150
  • sloc: java: 809; xml: 114; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# weupnp

A lightweight Java library designed to implement the UPnP protocol and handle port mappings on Gateway Devices.

You can find more information on the library at the project website: http://bitletorg.github.io/weupnp/

If you use Maven, you can start using weupnp by including the following dependency:

```xml
<dependency>
    <groupId>org.bitlet</groupId>
    <artifactId>weupnp</artifactId>
    <version>0.1.3</version>
</dependency>
```