Kasra Faghihi
Kasra Faghihi
Sorry, the delay in response lead me to believe this project had been abandoned. I ended up writing an implementation under my own p2p project: https://code.google.com/p/peernetic/source/browse/#git%2Frouter-natpmp%02Fsrc%2Fmain%2Fjava%2Fcom%2Foffbynull%2Fpeernetic%2Frouter%2Fnatpmp. Regarding the gateway address,...
Are you sure you have UPnP enabled? Can you post full logs with debug/trace enabled? Do you see any network traffic showing up in the logs?
It depends on the logging framework you're using in your application. Do you know what it is? For example log4j, logback, etc..
Unfortunately, there are no high-level documents. The code has some surrounding documentation which may help you better understand what's going on. On Sun, Jun 4, 2023, 5:10 AM aijianchi ***@***.***>...
Hey, The library isn't maintained anymore. I need to update the readme to reflect that. I suspect there are much better (and newer) libraries available that have Android support. But,...
The problem with the library is that it lacks support for various protocol extensions. For example, PCP has a bunch of additional RFCs and some security things are missing for...
The place where this is failing is https://github.com/offbynull/coroutines/blob/master/gradle-plugin/src/main/java/com/offbynull/coroutines/gradleplugin/CoroutinesPlugin.java#L110 . It's trying to figure out where Gradle is putting the output classes. I don't have the time to debug this. You...
This looks like a core OS error. What phone maker/model? What version of Android? Do you have logs? You need to add in an android logger for slf4j and enable...
I can wrap the connect call in a try/catch and have it ignore errors, but there's probably something wrong with how the Android build was set up or how the...
Thanks. I'll take a look at this shortly.