Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 930 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 930 Bytes

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