From 9f0d1f2320e05c3eef603206b0f05c6da682cd31 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 21 Jul 2014 12:49:15 +0200 Subject: Update docs --HG-- extra : rebase_source : ecc93290e0e7f9c43671db351db42f389a288c29 --- doc/README.txt | 6 ++++-- doc/todo.txt | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/README.txt b/doc/README.txt index 07562bea..7b2b0ea1 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -55,7 +55,7 @@ A: minivpn is only a executable thats links against libopenvpn which is the norm keeping minivpn up to date because it contains no code. For almost all intents and purposes minivpn + libopenvpn.so is the same as the normal openvpn binary -Q: How to a VPN by name from an external app +Q: How do I start a VPN by name from an external app? A: public class StartOpenVPNActivity extends Activity { @Override @@ -78,4 +78,6 @@ am start -a android.intent.action.MAIN -n de.blinkt.openvpn/.LaunchVPN -e de.bli Q: How to control the app from an external app? -A: There is an AIDL interface. See src/de/blinkt/openvpn/api/IOpenVPNAPIService.aidl. See the normal Android documentation how to use AIDL. +A: There is an AIDL interface. See src/de/blinkt/openvpn/api/IOpenVPNAPIService.aidl. See the normal Android documentation how to use AIDL. + See also the example project under remoteExample. + diff --git a/doc/todo.txt b/doc/todo.txt index fa456e77..ff87277e 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -27,6 +27,6 @@ Tap support: - generate random mac - strip macs header on receive - append mac header on send - - implement arp, possible the most difficult task ... - - need to chose right mac of receiver + - implement arp, just discrad real packet and lets Android/other site retry later, "Cisco style" + -- cgit v1.2.3