Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/localzet/shadowsocks-android
Shadowsocks-Android is an Android client for the Shadowsocks protocol, designed to provide secure and efficient proxy services on Android devices. It ensures privacy and helps bypass internet censorship with robust encryption.
https://github.com/localzet/shadowsocks-android
android kotlin rust shadowsocks
Last synced: 1 day ago
JSON representation
Shadowsocks-Android is an Android client for the Shadowsocks protocol, designed to provide secure and efficient proxy services on Android devices. It ensures privacy and helps bypass internet censorship with robust encryption.
- Host: GitHub
- URL: https://github.com/localzet/shadowsocks-android
- Owner: localzet
- License: agpl-3.0
- Archived: true
- Created: 2024-07-07T21:07:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T18:04:11.000Z (6 months ago)
- Last Synced: 2025-01-25T03:55:46.897Z (1 day ago)
- Topics: android, kotlin, rust, shadowsocks
- Language: C
- Homepage: https://localzet.github.io/Shadowsocks-Android/
- Size: 5.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Shadowsocks for Android
### PREREQUISITES
* JDK 11+
* Android SDK
- Android NDK
* Rust with Android targets installed using `rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android`### BUILD
You can check whether the latest commit builds under UNIX environment by checking Travis status.
* Install prerequisites
* Clone the repo using `git clone --recurse-submodules ` or update submodules using `git submodule update --init --recursive`
* Build it using Android Studio or gradle script## OPEN SOURCE LICENSES