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.
|
5 years ago | |
---|---|---|
examples | 5 years ago | |
utils | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 9 years ago | |
README.md | 5 years ago | |
cmd_authenticate.go | 5 years ago | |
cmd_getinfo.go | 5 years ago | |
cmd_onion.go | 5 years ago | |
cmd_protocolinfo.go | 5 years ago | |
conn.go | 5 years ago | |
dialer.go | 5 years ago | |
listener.go | 5 years ago | |
response.go | 5 years ago | |
status.go | 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.