hamncheese/n2n/thirdparty/libnatpmp
2023-09-22 21:33:54 -05:00
..
fr/free/miniupnp/libnatpmp New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
msvc New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
.gitignore New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
.travis.yml New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
build.bat New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
Changelog.txt New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
CMakeLists.txt Work on the Windows build. Edge binary can now be embedded into the application. 2023-09-22 21:33:54 -05:00
getgateway.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
getgateway.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
JavaTest.java New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
libnatpmpmodule.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
LICENSE New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
Makefile New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
natpmp-jni.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
natpmp.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
natpmp.def New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
natpmp.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
natpmp_declspec.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
natpmpc.1 New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
natpmpc.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
README New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
setup.py New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
setupmingw32.py New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
testgetgateway.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
VERSION New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
wingettimeofday.c New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
wingettimeofday.h New version with edge binary no longer embedded. 2023-09-14 21:50:26 -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.