is it possible to insert data about routers,circuits and bwhistory in database ? i am using opaddon to measure relays and i can see in torctl folder that there is a file called sqlsupport.py he is using sqlalchemy to deal with database i ran opaddon many times but there is no insertion in the database !!! any help ?
On 5/1/13 1:36 PM, moataz ahmed wrote:
is it possible to insert data about routers,circuits and bwhistory in database ? i am using opaddon to measure relays and i can see in torctl folder that there is a file called sqlsupport.py he is using sqlalchemy to deal with database i ran opaddon many times but there is no insertion in the database !!!
You should look at the work getting done by Waldo to make "Tor as a Library", that will also fix your issue, by abstracting the i/o currently hardcoded to filesystems and managed by Tor process.
The project is called Onion Route http://www.onionroute.org/.
Fabio