Re: [tor-dev] TOR C# application

2014-12-17 Thread Michael Rogers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, I don't know if it's possible to use Tor as a library, but there are a few Java apps that communicate over Tor by launching a Tor process and using it as a SOCKS proxy. Does that sound like what you're aiming to do? Here's a quick rundown of wh

Re: [tor-dev] TOR C# application

2014-12-16 Thread Mohiuddin Ebna Kawsar
i want to say download and install from source . you can find it in ( https://www.torproject.org/download/download). extract the tar file and read the README file for installation instruction. you also need to install MSYS (http://www.mingw.org/category/wiki/autotools ), libevent, openssl, and zl

[tor-dev] TOR C# application

2014-12-16 Thread Hollow Quincy
[...] > install TOR client(Not Browser Bundle) and run it. Then socks port will > open and you can connect from your program through TCP. Could you please answer me more clearly ? I read description of all TOR projects: https://www.torproject.org/projects/projects "Stem" project looks nice for me

Re: [tor-dev] TOR C# application

2014-12-16 Thread Mohiuddin Ebna Kawsar
install TOR client(Not Browser Bundle) and run it. Then socks port will open and you can connect from your program through TCP. On Tue, Dec 16, 2014 at 10:49 AM, Hollow Quincy wrote: > > >> Hi all, > >> > >> I would like to write a C# application (IRC client) that is using TOR. > >> I read a lot,

[tor-dev] TOR C# application

2014-12-16 Thread Hollow Quincy
>> Hi all, >> >> I would like to write a C# application (IRC client) that is using TOR. >> I read a lot, but I still don't know how can I run TOR proxy in >> transparent way (from my c# code). >> >> I see that Tor Stem (https://stem.torproject.org/) can be used by >> Python code or there are packag

Re: [tor-dev] TOR C# application

2014-12-15 Thread Mohiuddin Ebna Kawsar
1) connect TOR through socks port(localhost:9050 default) from your c# application (TCP/IP) 2) Negotiate with TOR SOCKS( read https://www.ietf.org/rfc/rfc1928.txt carefully). Here is a simple c code .hope this will help.. //Create socket

Re: [tor-dev] TOR C# application

2014-12-15 Thread Jeroen Massar
On 2014-12-15 16:51, Hollow Quincy wrote: > Hi all, > > I would like to write a C# application (IRC client) that is using TOR. > I read a lot, but I still don't know how can I run TOR proxy in > transparent way (from my c# code). > > I see that Tor Stem (https://stem.torproject.org/) can be used

[tor-dev] TOR C# application

2014-12-15 Thread Hollow Quincy
Hi all, I would like to write a C# application (IRC client) that is using TOR. I read a lot, but I still don't know how can I run TOR proxy in transparent way (from my c# code). I see that Tor Stem (https://stem.torproject.org/) can be used by Python code or there are packages for Linux, but not