hamncheese/modules/n2nvpn/n2n/thirdparty/libnatpmp
2023-08-26 15:59:57 -05:00
..
fr/free/miniupnp/libnatpmp Initial commit 2023-08-26 15:59:57 -05:00
msvc Initial commit 2023-08-26 15:59:57 -05:00
.gitignore Initial commit 2023-08-26 15:59:57 -05:00
.travis.yml Initial commit 2023-08-26 15:59:57 -05:00
build.bat Initial commit 2023-08-26 15:59:57 -05:00
Changelog.txt Initial commit 2023-08-26 15:59:57 -05:00
CMakeLists.txt Initial commit 2023-08-26 15:59:57 -05:00
getgateway.c Initial commit 2023-08-26 15:59:57 -05:00
getgateway.h Initial commit 2023-08-26 15:59:57 -05:00
JavaTest.java Initial commit 2023-08-26 15:59:57 -05:00
libnatpmpmodule.c Initial commit 2023-08-26 15:59:57 -05:00
LICENSE Initial commit 2023-08-26 15:59:57 -05:00
Makefile Initial commit 2023-08-26 15:59:57 -05:00
natpmp-jni.c Initial commit 2023-08-26 15:59:57 -05:00
natpmp.c Initial commit 2023-08-26 15:59:57 -05:00
natpmp.def Initial commit 2023-08-26 15:59:57 -05:00
natpmp.h Initial commit 2023-08-26 15:59:57 -05:00
natpmp_declspec.h Initial commit 2023-08-26 15:59:57 -05:00
natpmpc.1 Initial commit 2023-08-26 15:59:57 -05:00
natpmpc.c Initial commit 2023-08-26 15:59:57 -05:00
README Initial commit 2023-08-26 15:59:57 -05:00
setup.py Initial commit 2023-08-26 15:59:57 -05:00
setupmingw32.py Initial commit 2023-08-26 15:59:57 -05:00
testgetgateway.c Initial commit 2023-08-26 15:59:57 -05:00
VERSION Initial commit 2023-08-26 15:59:57 -05:00
wingettimeofday.c Initial commit 2023-08-26 15:59:57 -05:00
wingettimeofday.h Initial commit 2023-08-26 15:59:57 -05:00

This repository of libnatpmp was initialized from libnatpmp-20120821.

Then I (Leah X. Schmidt) added automatically Java bindings.  The java
bindings use JNI directly, but they use JNAerator's extractor to allow
the native libraries to be used in a simple fashion.  So you'll need
jnaerator to use them.  Running make jnitest should download JNAerator
and run a very simple test.

libnatpmp (c) 2007-2009 Thomas Bernard
contact : miniupnp@free.fr

see http://miniupnp.free.fr/libnatpmp.html
or http://miniupnp.tuxfamily.org/libnatpmp.html
for some documentation and code samples.