Re: [tor-talk] orc- Onion Router Control in Go

2015-02-06 Thread sycamoreone
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

Re: [tor-talk] orc- Onion Router Control in Go

2015-02-02 Thread sycamoreone
-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

Re: [tor-talk] orc- Onion Router Control in Go

2015-01-08 Thread Damian Johnson
> 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

Re: [tor-talk] orc- Onion Router Control in Go

2015-01-08 Thread isis
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:/

[tor-talk] orc- Onion Router Control in Go

2015-01-07 Thread sycamoreone
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