Rod Hynes 139deff442 Testing and bug fixes in progress 11 years ago
..
.idea aeb024a106 Added AndroidApp project 11 years ago
app 139deff442 Testing and bug fixes in progress 11 years ago
gradle aeb024a106 Added AndroidApp project 11 years ago
.gitignore aeb024a106 Added AndroidApp project 11 years ago
AndroidApp.iml aeb024a106 Added AndroidApp project 11 years ago
README.md 4419eb2d27 Add AndroidLibrary, a Java/Go binding that enables use of psiphon-tunnel-core within an Android app; modify sample AndroidApp to use AndroidLibrary (and remove embedded binary + subprocess method); move sample console app to its own subdir 11 years ago
build.gradle aeb024a106 Added AndroidApp project 11 years ago
gradle.properties aeb024a106 Added AndroidApp project 11 years ago
gradlew aeb024a106 Added AndroidApp project 11 years ago
gradlew.bat aeb024a106 Added AndroidApp project 11 years ago
settings.gradle aeb024a106 Added AndroidApp project 11 years ago

README.md

Psibot README

Overview

Psibot is a sample app that demonstrates embedding the Psiphon Go client in an Android app. Psibot uses the Android VpnService API to route all device traffic through tun2socks and in turn through Psiphon.

Status

  • Pre-release

Native libraries

app\src\main\jniLibs\<platform>\libtun2socks.so is built from the Psiphon fork of badvpn. Source code is here: https://bitbucket.org/psiphon/psiphon-circumvention-system/src/default/Android/badvpn/. The source was modified to change the package name to ca.psiphon.psibot.

Psiphon Android Library and config file

Uses the Psiphon Android Library.

In app\src\main\res\raw\psiphon_config, placeholders must be replaced with valid values.