Skip to content

Tigermouthbear/torc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorC (Tor Controller for C/C++)

TorC is a tor library for C/C++, written in C. With it you can use Tor's control protocol to interface with a tor process.

This is a work in progress

  • More capabilities, support, and documentation coming soon.
  • Will not support v2 features as of now, only v3

Example (host an onionsite!)

A working example can be seen in test/test.c. This test opens a control port connection, creates a hidden service, and then serves http requests through the created hidden service. Tor must be running with its control port open to use this.

Build Dependencies

  • CMake
  • OpenSSL

About

A Tor Controller for C/C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published