Re: [tor-dev] TOR peer-to-peer network

2013-12-01 Thread Aravindan B
> > Hi all, > > I am stuck at one point and not able to proceed. I want to establish a > peer-to-peer TOR network using Stem. I am trying to simulate TOR in VANET. > I am using CORE emulator (VANET) and Stem tor for the same as both supports > python scripts. > > As you can see in the attached topo

[tor-dev] Fwd: Stem Tor - Establish a user defined circuit

2013-11-15 Thread Aravindan B
Hi all, Need some help in writing python script for establishing connection in stem tor using the method controller.new_circuit() or controller.extend_circuit() I tried this from stem import CircStatus from stem.control import Controller with Controller.from_port() as controller: controller.