[tor-dev] GSoC : Rewrite Tor Weather (Status Update 6)

2014-08-19 Thread Sreenatha Bhatlapenumarthi
Hey folks! This is my 6th and final GSoC status update on the Weather-Rewrite project. Things I worked on since my last update : - Wrote a small python script to clear the subscription data stored in the django models of the weather database before running the standalone scripts. This is

[tor-dev] GSoC : Rewrite Tor Weather (Status Update 5)

2014-08-03 Thread Sreenatha Bhatlapenumarthi
Hi all, This report includes my 4th status update as well. Here is a list of things I've been working on regarding the weather rewrite project. - Fixed some django/database issues that were causing errors(seen with Debug=True in settings) during user subscription in the weather webform.

[tor-dev] GSoC : Rewrite Tor Weather (Status Update 3)

2014-07-04 Thread Sreenatha Bhatlapenumarthi
Hi all, I've written most of the new weather's backend a.k.a the notification scripts that run hourly(LowBandwidth, Nodedown) and daily(Welcome, Tshirt) as cron jobs and this is how they essentially operate: 1. Fetch and parse required documents from Onionoo. 2. Filter out required relays(e.g 'run

[tor-dev] GSoC : Rewrite Tor Weather (Status Update 2)

2014-06-20 Thread Sreenatha Bhatlapenumarthi
Hi all, As a part of the weather-rewrite project, I've been working on the onionoo-wrapper module[0] since my last update. I managed to write a couple of utility methods to the wrapper like *is_stable*, *is_exit_relay*. Removed the caching feature(using pymemcache) temporarily to ease the testing

[tor-dev] GSoC : Rewrite Tor Weather (Status Update 1)

2014-06-07 Thread Sreenatha Bhatlapenumarthi
Hi all, So here is my first update on the work regarding weather rewrite. 1. (#12085) Develop python wrapper for Onionoo services. Made an initial python wrapper to be used for fetching Onionoo documents. It currently supports request-response caching to decrease the latency(picked up fr

Re: [tor-dev] GSoC : Rewrite Tor Weather

2014-04-23 Thread Abhiram Chintangal
On Wednesday 23 April 2014 06:05 PM, Oliver Baumann wrote: On Wed, April 23, 2014 1:19 pm, Sreenatha Bhatlapenumarthi wrote: Hi all, My name is Sreenatha(lucyd on OFTC). I am currently a final year undergraduate student at IIITH, majoring in computer science. I'll be rewriting weather this summ

Re: [tor-dev] GSoC : Rewrite Tor Weather

2014-04-23 Thread Oliver Baumann
On Wed, April 23, 2014 1:19 pm, Sreenatha Bhatlapenumarthi wrote: > Hi all, > > My name is Sreenatha(lucyd on OFTC). I am currently a final year > undergraduate student at IIITH, majoring in computer science. I'll be > rewriting weather this summer as a part of GSoC 2014. My mentors are > meejah >

[tor-dev] GSoC : Rewrite Tor Weather

2014-04-23 Thread Sreenatha Bhatlapenumarthi
Hi all, My name is Sreenatha(lucyd on OFTC). I am currently a final year undergraduate student at IIITH, majoring in computer science. I'll be rewriting weather this summer as a part of GSoC 2014. My mentors are meejah and karsten. In a nutshell, the weather rewrite project mostly involves two ta