https://github.com/jabbany/esp8266-shadowsocks
Experiment implementing ss-server on the ESP8266 microcontroller
https://github.com/jabbany/esp8266-shadowsocks
esp8266 proxy shadowsocks socks5
Last synced: 11 months ago
JSON representation
Experiment implementing ss-server on the ESP8266 microcontroller
- Host: GitHub
- URL: https://github.com/jabbany/esp8266-shadowsocks
- Owner: jabbany
- License: other
- Created: 2018-06-11T08:46:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T03:55:27.000Z (about 8 years ago)
- Last Synced: 2025-03-27T12:52:32.799Z (about 1 year ago)
- Topics: esp8266, proxy, shadowsocks, socks5
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp8266-shadowsocks
This is an experiment to see if we can implement the shadowsocks protocol on
the cheap esp8266 microcontroller. ESP8266 can be deployed physically discreetly
so a socks5/ss compliant implementation would allow easy (and secure!) access
into the deployed network.
## Why the ESP8266
I recently got a couple of these for fun. They're quite cheap and I thought
implementing a SOCKS5/SS proxy would be a good way to test out both the limits
of the hardware and learn the platform.
As such this project is not meant to be terribly high quality. I will try my
best to be faitful to the protocols and make things generally secure, but this
is very much a hobby project.
New patches are welcome though!
## License
Parts of this code derive from ESP8266 example code and thus are licensed under
the LGPL. Other parts are licensed under the MIT license.
Please see LICENSE for more details