Re: [tor-dev] Embedding tor in an application and using tor without opening a port

2013-04-13 Thread Fabio Pietrosanti (naif)
On 4/13/13 10:05 PM, Nick Mathewson wrote: > > > > On Apr 13, 2013 1:42 PM, "wac" > wrote: > > > > > >> > > > Seems you want to put your hands at it so that makes two of us. > You don't need to do what I already did. I am preparing the > environment to move towards

Re: [tor-dev] Embedding tor in an application and using tor without opening a port

2013-04-13 Thread Nick Mathewson
> On Apr 13, 2013 1:42 PM, "wac" wrote: > > > >> > > Seems you want to put your hands at it so that makes two of us. You don't need to do what I already did. I am preparing the environment to move towards team mode. Check the website http://libtor.org. This name is likely to be a problem with our

Re: [tor-dev] Embedding tor in an application and using tor without opening a port

2013-04-13 Thread Fabio Pietrosanti (naif)
On 4/13/13 7:42 PM, wac wrote: > Seems you want to put your hands at it so that makes two of us. You don't > need to do what I already did. I am preparing the environment to move towards > team mode. Check the website http://libtor.org. In any case remember all of > this to make it solid is not

Re: [tor-dev] Embedding tor in an application and using tor without opening a port

2013-04-13 Thread wac
Hi Navis: Good to hear you built it. I have a working library with a defined API but is not re-entrant. It can connect with a server over Tor circuits and transmit/receive data but nothing is re-entrant at all. So the same Tor thread must be used for all of that ATM. I can fetch webpages like