Skip to content

nbdy/onionpp

Repository files navigation

onionpp

Status
Linux
Windows

embed tor in your application

features

  • start tor
    • with inline configuration
    • with environment variables

usage

#include "onionpp.h"

int main() {
  onionpp::Tor tor;
  tor.start(true); // true to wait until tor has bootstrapped
  // else you can pass false and check via
  // tor.isBootstrapped or tor.getBootstrapPercentage

  // use the tor socks port
  return 0;
}

bindings

Bindings / OS Linux Windows
Python X *

About

embed tor in your application

Resources

License

Stars

Watchers

Forks

Releases

No releases published