Skip to content

nbdy/onionpp

Repository files navigation

onionpp

Linux build Windows 32 bit build

embed tor in your application

requirements

linux

  • libevent-dev
  • liblzma-dev
  • libssl-dev
  • zlib1g-dev

windows

  • all the linux dependencies
  • mingw

features

  • start tor

    • with inline configuration
  • python bindings

  • Size of onionpp_test build for

    • windows/i686: 10MB
    • linux/amd64: 8MB

usage

#include "onionpp.h"

int main() {
  onionpp::Tor tor;

  // use the tor socks port
  return 0;
}

screenshots

windows

onionpp_test

linux

onionpp_test

About

embed tor in your application

Resources

Stars

Watchers

Forks

Releases

No releases published