isis:
> For what it's worth, I think there were some other people vaguely
> hacking on Tor ControlPort libraries in Go; perhaps they will speak
> up and you all can work together. :)
In case more people are interested in this: I just found
github.com/david415/goControlTor (GPL)
github.com/dav
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hi!
Damian Johnson:
> isis:
>> This looks like a pretty good start so far! I'm looking forward
>> to seeing further development on this. For what it's worth, I
>> think there were some other people vaguely hacking on Tor
>> ControlPort libraries i
> Hey,
>
> This looks like a pretty good start so far! I'm looking forward to seeing
> further development on this. For what it's worth, I think there were some
> other people vaguely hacking on Tor ControlPort libraries in Go; perhaps they
> will speak up and you all can work together. :)
>
> Th
sycamoreone transcribed 0.6K bytes:
> Hi,
>
> I recently started to implement parts of the Tor control protocol in Go.
> The result for now is a thin abstraction layer that still might be
> useful if somebody wants to use the control protocol from within a Go
> program.
>
> The code is at https:/
Hi,
I recently started to implement parts of the Tor control protocol in Go.
The result for now is a thin abstraction layer that still might be
useful if somebody wants to use the control protocol from within a Go
program.
The code is at https://github.com/sycamoreone/orc
I do have some ideas fo