uProxy - an memory-efficient HTTP(S)/SOCKS4/SOCKS5 proxy server for MicroPython #13311
shawwwn
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
uProxy is an asyncio-based HTTP/HTTPS/SOCKS4/SOCKS5 forward proxy server designed to run in a memory-constrained environment.
uProxy was originally designed to run in a MCU. While not claiming to be super fast, it aims at being stable and customizable. There are many parameters and tweaks in place to manage and reduce memory usage.
https://github.com/shawwwn/uProxy
There are two files in the repo:
uproxy.py
is the micropython lib.cproxy.py
is CPython-compatible wrapper for uproxy, enabling it to run on any OS of your choice.Beta Was this translation helpful? Give feedback.
All reactions