fork of bulb which is not stem (for tor control port interaction in go) DEPRECATED in favor of bine
This repository has been archived on 2019-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dan Ballard b644cf94ef asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
examples Add expanded interface for ADD_ONION (NewOnion) to use special configuration 2017-01-30 13:23:57 +00:00
utils Parse lines with quoted substrings right 2016-10-26 22:08:14 +00:00
.gitignore Add the dialer and listener example binaries to .gitignore. 2015-10-10 15:23:52 +00:00
LICENSE Initial import. 2015-03-18 15:10:49 +00:00
README.md asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
cmd_authenticate.go asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
cmd_onion.go asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
cmd_protocolinfo.go asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
conn.go asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
dialer.go asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
listener.go asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
response.go asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
status.go asaur-ificate package and imports 2018-10-09 14:40:38 -07:00

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.