Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        





API


Коммиты


Релизы


Язык


Лицензия

## 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