File: README

package info (click to toggle)
openconnect 6.00-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,680 kB
  • ctags: 1,456
  • sloc: ansic: 15,051; sh: 11,811; xml: 1,125; makefile: 538; java: 378; python: 185
file content (22 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 <server_ip>

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