> http://github.com/blanu/py-obfsproxy
I took a quick look to the code. That's extremely well documented, and
this is awesome; but I have a few question/suggestions.
- Is there a reason for using src/ instead of the standard python
project structure® ? [0]
- server.py:143[1]could be replaced with o
So far I've implemented Dust and obfs3 and I'm putting the finishing
touches on obfs2. I've also rewritten the pluggable transport API and
rewritten the transport plugins to use this new API.
The API now provides 4 events: start, encodedReceived, decodedReceived, and
end. The plugins implement cal