[tor-dev] Final Fog Combiner GSoC Report and Fog Status/Description

2014-08-18 Thread quinn jarrell
Hi all, This report is going to be a bit longer and more general than usual as it'll cover a lot more about the current state of Fog and a description of it. This is my last report for GSoC, but I will probably continue submitting patches to Fog. Here's a general description of what I worked on t

[tor-dev] Tor GSOC Fog Status Report #5

2014-08-01 Thread quinn jarrell
H, Since the last status report, I've worked on a couple of things - Refactored the fog client code - worked on ticket #12614 [0] This is my second to last GSOC report. For the last two weeks I'll be working on getting a working version of #12614 in and cleaning/adding tests to the fog cod

[tor-dev] GSOC Pluggable Transport Combiner (FOG) Status Update 4

2014-07-18 Thread quinn jarrell
Hi everyone, These past two weeks I've worked on - Renamed the project to fog - The fog client can now launch multiple chains. It checks all the requested combined pt chains and gets the unique set of them. So it only launches one instance of each pt to reduce redundancy. Also each ch

[tor-dev] GSOC Pluggable Transport Combiner Status Update 3

2014-07-04 Thread quinn jarrell
Hi everyone, I've been working on: - Making tor connect to the pt combiner directly instead of connecting to the first pt as it did before. Now when tor sends a socks request to the combiner, the socks request is intercepted and a connection is made to the first pt instead of the requ

[tor-dev] PT Combiner GSoC Second Report

2014-06-20 Thread quinn jarrell
Hi, I'm the GSoC student working on creating a pluggable transport combiner. Progress: 1. I worked on modifying the SOCKS protocol to save the requested address and redirect the requester to a different address. 2. The pt combiner client side now starts a new chain of proxies in between the pts p

Re: [tor-dev] Composing multiple pluggable transports

2014-06-18 Thread quinn jarrell
Hi, Here's more info on how the server side currently works. When the ServerPTCombiner starts, it opens up a port to listen for incoming connections and reports it to tor like a normal PT. It then builds the chains of PTs by having each PT forward its output to the next PT with the final PT having

[tor-dev] Pluggable Transport Combiner Status Report 1

2014-06-06 Thread quinn jarrell
ed transports. If you've got any questions or comments shoot me an email! Quinn Jarrell ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

[tor-dev] GSoC: Pluggable Transports Combiner

2014-04-26 Thread quinn jarrell
Hi everyone, My name is Quinn Jarrell and I'm a student University of Illinois at Urbana Champaign. I'm excited to join GSoC and I'll be working on building a pluggable transporter this summer for Google summer of code. The pluggable transports combiner will allow transport

[tor-dev] GSoC - Tor pluggable transports project

2014-03-14 Thread quinn jarrell
Hi Tor Devs, I'm a computer engineering undergrad at University of Illinois Urbana-Champaign. I am interested in working on a GSoC pluggable transports project. I mainly code in python or common lisp and have worked with asynchronous programming before (albeit it was a java framework not twisted).