go-ricochet/vendor/github.com/yawning/bulb
Sarah Jamie Lewis 93baafc2f7 Adding bulb to godep 2017-08-05 12:48:25 -07:00
..
utils Adding bulb to godep 2017-08-05 12:48:25 -07:00
.gitignore Adding bulb to godep 2017-08-05 12:48:25 -07:00
LICENSE Adding bulb to godep 2017-08-05 12:48:25 -07:00
README.md Adding bulb to godep 2017-08-05 12:48:25 -07:00
cmd_authenticate.go Adding bulb to godep 2017-08-05 12:48:25 -07:00
cmd_onion.go Adding bulb to godep 2017-08-05 12:48:25 -07:00
cmd_protocolinfo.go Adding bulb to godep 2017-08-05 12:48:25 -07:00
conn.go Adding bulb to godep 2017-08-05 12:48:25 -07:00
dialer.go Adding bulb to godep 2017-08-05 12:48:25 -07:00
listener.go Adding bulb to godep 2017-08-05 12:48:25 -07:00
response.go Adding bulb to godep 2017-08-05 12:48:25 -07:00
status.go Adding bulb to godep 2017-08-05 12:48:25 -07:00

README.md

bulb - Is not stem

Yawning Angel (yawning at torproject dot org)

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.