arti library

Support for doing something awesome.

More dartdocs go here.

Functions

artiClientBootstrap(Pointer<Void> client) bool
Boots the Tor client.
artiClientSetDormant(Pointer<Void> client, bool softMode) → void
Sets the Tor client to dormant mode.
artiProxyStop(Pointer<Void> proxy) → void
Stops the Tor proxy.
artiStart(int socksPort, String stateDir, String cacheDir) → Tor
Starts the Tor client with specified SOCKS port, state directory, and cache directory.
dartiHello() String
Prints a hello message to verify FFI linkage.