Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 601 Bytes

README

File metadata and controls

22 lines (15 loc) · 601 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
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
Aug 5, 2018
Aug 5, 2018
14
sudo java -Djava.library.path=../.libs -jar dist/example.jar <server_name> [protocol]
15
16
17
18
19
20
21
22
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] http://repo.or.cz/w/ocproxy.git