kpdyer / fteproxy

programmable proxy for censorship circumvention
https://fteproxy.org/
Apache License 2.0
149 stars 21 forks source link

Split fteproxy into two projects: fteproxy and libfte #133

Closed kpdyer closed 10 years ago

kpdyer commented 10 years ago

The goal of this release is to distinguish between the logic of the FTE primitive. which does the actual encoding/decoding, and the higher-level networking logic.

This will make it a lot easier to use the FTE primitive for other applications/projects.