>
> 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
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.