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.
Přejít na soubor
erinn 6dabcf5cf8 Merge branch 'getinfo' of openprivacy/asaur into master 2018-10-12 22:42:52 +00:00
examples tidying up code paths and making detport selection a little better 2018-10-09 10:13:43 -07:00
utils tidying up code paths and making detport selection a little better 2018-10-09 10:13:43 -07:00
.gitignore make local port selection deterministic and detach from the control port to improve performane 2018-10-08 20:14:47 -07: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_getinfo.go getinfo support for status/bootstrap-phase 2018-10-12 15:06:24 -07:00
cmd_onion.go merging pr/2 2018-10-09 15:00:53 -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 merging pr/2 2018-10-09 15:00:53 -07:00
response.go asaur-ificate package and imports 2018-10-09 14:40:38 -07:00
status.go merging pr/2 2018-10-09 15:00:53 -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.