Ambroise Rosset 732edd8fa8 Implement a function openconnect_set_useragent 2 роки тому
..
src 732edd8fa8 Implement a function openconnect_set_useragent 2 роки тому
README 0ae6852702 http:// -> https:// 3 роки тому
build.xml c040f2f734 java: Bump to Java 8 6 роки тому

README

Description:

This directory contains a JNI interface layer for libopenconnect, and a
demo program to show how it can be used.

Build instructions:

From the top level, run:

./configure --with-java
make
cd java
ant
sudo java -Djava.library.path=../.libs -jar dist/example.jar [protocol]

If ocproxy[1] is installed somewhere in your $PATH, this can be run as a
non-root user and it should be pingable from across the VPN.

Test/demo code is in src/com/example/
OpenConnect wrapper library is in src/org/infradead/libopenconnect/

[1] https://repo.or.cz/w/ocproxy.git