From e1a4d88415d1e95ce88b9f4999bc44a316e53986 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Fri, 29 Mar 2013 09:36:05 -0700 Subject: [PATCH] Updated Ports and Clients (markdown) --- Ports-and-Clients.md | 58 ++++++++++++++++++++++++++++++-------------- 1 file changed, 40 insertions(+), 18 deletions(-) diff --git a/Ports-and-Clients.md b/Ports-and-Clients.md index b1c8e01..86c89ca 100644 --- a/Ports-and-Clients.md +++ b/Ports-and-Clients.md @@ -1,30 +1,52 @@ Feel free to add to this list. -Common: +For server & cross-platform +--------------------------- -* Python: [shadowsocks](https://github.com/clowwindy/shadowsocks) -* node.js: [shadowsocks-nodejs](https://github.com/clowwindy/shadowsocks-nodejs) -* Go: [shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go) -* C: [shadowsocks-libev](https://github.com/clowwindy/shadowsocks-libev) - libev version, only client -* C: [shadowsocks-libuv](https://github.com/dndx/shadowsocks-libuv) - libuv version, only server -* C: [shadowsocks-openwrt](https://github.com/haohaolee/shadowsocks-openwrt) - works on OpenWRT routers -* C#: [shadowsocks-csharp](https://github.com/clowwindy/shadowsocks-csharp) - with Windows GUI -* Ruby: [shadowsocks-ruby](https://github.com/clowwindy/shadowsocks-ruby) -* Javascript: [shadowsocks-chromeapp](https://github.com/clowwindy/shadowsocks-chromeapp) - Chrome App -* node.js: [shadowsocks-dotcloud](https://github.com/clowwindy/shadowsocks-dotcloud) - dotcloud PAAS version. **Not compatible with other version** +* [shadowsocks](https://github.com/clowwindy/shadowsocks) - Python version +* [shadowsocks-nodejs](https://github.com/clowwindy/shadowsocks-nodejs) - nodejs version +* [shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go) - Go version +* [shadowsocks-dotcloud](https://github.com/clowwindy/shadowsocks-dotcloud) - dotcloud PAAS version. **Not compatible with other version** +* [shadowsocks-libev](https://github.com/clowwindy/shadowsocks-libev) - libev version, only client +* [shadowsocks-libuv](https://github.com/dndx/shadowsocks-libuv) - libuv version, only server +* [shadowsocks-openwrt](https://github.com/haohaolee/shadowsocks-openwrt) - works on OpenWRT routers -Mobile: -* Android: [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android) -* iOS: [shadowsocks-iOS](https://github.com/shadowsocks/shadowsocks-iOS) - non-jailbreaking -* iOS: [ShadowWeb](https://github.com/clowwindy/ShadowWeb) - non-jailbreaking -* iOS: [MobileShadowSocks](https://github.com/linusyang/MobileShadowSocks) - jailbreaking +Mac OSX +--------------------------- -Other Clients that support shadowsocks: * [GoAgentX](https://github.com/ohdarling/GoAgentX) + +Windows +--------------------------- + +* [shadowsocks-csharp](https://github.com/clowwindy/shadowsocks-csharp) - Windows version with GUI + +iOS +--------------------------- + +* [shadowsocks-iOS](https://github.com/shadowsocks/shadowsocks-iOS) - non-jailbreaking, browser only +* [ShadowWeb](https://github.com/clowwindy/ShadowWeb) - non-jailbreaking, browser only(improved browser) +* [MobileShadowSocks](https://github.com/linusyang/MobileShadowSocks) - jailbreaking, global proxy + +Android +--------------------------- + +* [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android) + +Maybe not stable +--------------------------- +* [shadowsocks-ruby](https://github.com/clowwindy/shadowsocks-ruby) Ruby version +* [shadowsocks-chromeapp](https://github.com/clowwindy/shadowsocks-chromeapp) - Chrome App + + +Other Clients that support shadowsocks +--------------------------------------- + * [cow](https://github.com/cyfdecyf/cow) * [pobi](https://github.com/jackyz/pobi) * [lightsocks](https://github.com/clowwindy/lightsocks) * [Yingwa](https://github.com/dallascao/yingwa) Shadowsocks Windows client -Forks which added other features: +Forks with other features +-------------------------------- * [balan-proxy](https://github.com/lerry/balan-proxy) \ No newline at end of file