embed tor in your application
- libevent-dev
- liblzma-dev
- libssl-dev
- zlib1g-dev
- all the linux dependencies
- mingw
-
start tor
- with inline configuration
-
python bindings
-
Size of onionpp_test build for
- windows/i686: 10MB
- linux/amd64: 8MB
#include "onionpp.h"
int main() {
onionpp::Tor tor;
// use the tor socks port
return 0;
}