fork of bulb which is not stem (for tor control port interaction in go) DEPRECATED in favor of bine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
erinn 6dabcf5cf8
Merge branch 'getinfo' of openprivacy/asaur into master
5 years ago
examples tidying up code paths and making detport selection a little better 5 years ago
utils tidying up code paths and making detport selection a little better 5 years ago
.gitignore make local port selection deterministic and detach from the control port to improve performane 5 years ago
LICENSE Initial import. 9 years ago
README.md asaur-ificate package and imports 5 years ago
cmd_authenticate.go asaur-ificate package and imports 5 years ago
cmd_getinfo.go getinfo support for status/bootstrap-phase 5 years ago
cmd_onion.go merging pr/2 5 years ago
cmd_protocolinfo.go asaur-ificate package and imports 5 years ago
conn.go asaur-ificate package and imports 5 years ago
dialer.go asaur-ificate package and imports 5 years ago
listener.go merging pr/2 5 years ago
response.go asaur-ificate package and imports 5 years ago
status.go merging pr/2 5 years ago

README.md

bulb - Is not stem

Yawning Angel (yawning at torproject dot org)

** Asaur is a bulb fork by Open Privacy **

bulb is a Go language interface to the Tor control port. It is considerably lighter in functionality than stem and other controller libraries, and is intended to be used in combination withcontrol-spec.txt.

It was written primarily as a not-invented-here hack, and the base interface is more than likely to stay fairly low level, though useful helpers will be added as I need them.

Things you should probably use instead:

Bugs:

  • bulb does not send the 'QUIT' command before closing the connection.