portmapper icon indicating copy to clipboard operation
portmapper copied to clipboard

Java library that maps ports on NAT-enabled routers (supported protocols: UPnP-IGD/NAT-PMP/PCP).

Results 10 portmapper issues
Sort by recently updated
recently updated
newest added

Hi @offbynull , I've now discovered this android implementation and I was curious as to whether I can specify an unlimited lease time when mapping a port - it seems...

Im using the example code on java 8 using a windows 10 laptop and aside from the errors about not being able to find the commands which I know are...

Hello. I was trying to use this library to setup some port forwarding, but I found out that that PortMapperFactory.discover is not returning any PortMappers. I dont know if that...

Bumps commons-io from 2.5 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

public class Test { public static void main(String[] args) throws InterruptedException { // Start gateways Gateway network = NetworkGateway.create(); Gateway process = ProcessGateway.create(); Bus networkBus = network.getBus(); Bus processBus =...

keep crashing my android app, below is the exception Fatal Exception: java.lang.RuntimeException java.net.ConnectException: failed to connect to /fe80::12be:f5ff:fe1a:d414 (port 49152): connect failed: EINVAL (Invalid argument) com.offbynull.portmapper.gateways.network.NetworkRunnable.run (SourceFile:134) java.lang.Thread.run (Thread.java:818) Caused...

Currently, when the port mapping is added, it is given a default name "-". Can you add support for custom mapping names?

Bumps commons-io:commons-io from 2.5 to 2.14.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.5&new-version=2.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies