|
|
пре 10 година | |
|---|---|---|
| .. | ||
| .idea | пре 10 година | |
| app | пре 10 година | |
| gradle | пре 10 година | |
| .gitignore | пре 10 година | |
| AndroidApp.iml | пре 10 година | |
| README.md | пре 10 година | |
| build.gradle | пре 10 година | |
| gradle.properties | пре 10 година | |
| gradlew | пре 10 година | |
| gradlew.bat | пре 10 година | |
| make.bash | пре 10 година | |
| settings.gradle | пре 10 година | |
Psibot is a sample app that demonstrates embedding the Psiphon Library in an Android app. Psibot uses the Android VpnService API to route all device traffic through tun2socks and in turn through Psiphon.
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.
Uses the Psiphon Android Library.
app/src/main/res/raw/psiphon_config_stub and its placeholder values must be replaced with app\src\main\res\raw\psiphon_config and valid configuration values.