Changes between Version 67 and Version 68 of GSoCIdeas2010


Ignore:
Timestamp:
2010-03-11T20:04:50Z (14 years ago)
Author:
davidsarah
Comment:

based on last year's page

Legend:

Unmodified
Added
Removed
Modified
  • GSoCIdeas2010

    v67 v68  
    44[http://code.google.com/soc Google Summer of Code]
    55
     6The [http://www.python.org/psf Python Software Foundation], a GSoC umbrella organization, will sponsor Tahoe.
     7
     8Students:  you don't have to use one of the following Ideas.  You can come up with your own Ideas, either inspired by these or your own Blue Sky idea.  The most important thing is to e-mail the Mentor team (listed at the bottom of this page) ''immediately'' saying that you are interested.
     9
     10See also the [http://wiki.python.org/moin/SummerOfCode/2009 PSF Ideas page], which includes a subset of these ideas, and a lot of other Python-but-not-Tahoe ideas.
     11
     12Please read this page on the PSF wiki about [http://wiki.python.org/moin/SummerOfCode/Expectations what will be expected of you].
     13
     14= Ideas =
     15''What could a smart student do in one summer, if they didn't need to worry about getting a summer job to pay the bills?''
     16
     17== Deep Security Issues ==
     18''Want to implement strong security features which advance the state of the art?  It isn't easy!  To tackle these you'll need to think carefully and to integrate security and usability, which are two halves of the same coin.  But you'll have excellent mentors and the support of a wide community of interested security hackers.''
     19
     20 * Fix Same-Origin-Policy design issue.  Web content from different authors can interact in unintended ways in the victim's browser, such as !JavaScript peeking at other frames or referrer headers.  Before this project is undertaken, the problem description and proposed solutions need careful design review and consideration!  The solutions should be considered prototypes and should be backwards compatible with the Tahoe network. Main ticket: #615 (Can !JavaScript loaded from Tahoe access all your content which is loaded from Tahoe?) [http://allmydata.org/trac/tahoe-lafs/query?status=!closed&order=priority&keywords=~capleak Tickets labelled 'capleak']
     21   * Domain Mangling approaches:
     22     * HTTP proxy approach
     23     * Special scheme handling in browser add-ons
     24   * [http://code.google.com/p/google-caja Caja] approach: Require all Javascript to pass the Caja verifier in the Tahoe web frontend, then create an interface to the tahoe webapi which matches the intended capability semantics.
     25 * Tahoe Cryptography:
     26   * Help us author a paper proving the security of the crypto that will be used to implement new shorter caps (such as the [NewCaps/WhatCouldGoWrong Elk Point protocol] or the "Semi-Private Key" construction from http://allmydata.org/~zooko/lafs.pdf ). [http://allmydata.org/trac/tahoe-lafs/query?status=!closed&order=priority&keywords=~newcaps Tickets labelled 'newcaps']
     27
     28== Free The Windows Client ==
     29 * Make the [http://allmydata.org/trac/tahoe-w32-client Windows client] use only free open-source software. (Implementing WebDAV is an alternative that would achieve a similar effect.)
     30
     31== Connecting Tahoe To Other Things ==
     32 * Filesystem access:
     33    * improve the FUSE frontend ([source:contrib/fuse source code]). [http://allmydata.org/trac/tahoe-lafs/query?status=!closed&order=priority&keywords=~fuse Tickets labelled 'fuse']
     34    * support WebDAV for access from Windows and various filesystem browsers. [http://allmydata.org/trac/tahoe-lafs/query?status=!closed&order=priority&keywords=~webdav Tickets labelled 'webdav']
     35 * Explore running a Tahoe grid over [https://torproject.org Tor] or [https://i2p2.de I2P] to provide anonymity to servers and/or clients.
     36 * Rescue the neglected C client library [http://allmydata.org/trac/libtahoeclient_webapi libtahoeclient_webapi].
     37
     38== Server Selection ==
     39''Which servers are connected to your client, and which of them have which shares of your files?''
     40 * Dynamically migrate shares to maintain file health.
     41 * Use Zeroconf or similar so nodes can find each other on a local network to enable quick local share migration.
     42 * Deal with unreliable nodes and connections in general, getting away from allmydata.com's assumption that the grid is a big collection of reliable machines in a colo under a single administrative jurisdiction. [http://allmydata.org/trac/tahoe-lafs/query?status=!closed&order=priority&keywords=~availability Tickets labelled 'availability']
     43 * Abstract out the server selection part of Tahoe so that the projects in this category of "grid membership and server selection" can be mostly independent of the rest of Tahoe.  See also [http://testgrid.allmydata.org:3567/uri/URI:DIR2-RO:j74uhg25nwdpjpacl6rkat2yhm:kav7ijeft5h7r7rxdp5bgtlt3viv32yabqajkrdykozia5544jqa/wiki.html#2009-02-06 this note about standardization of LAFS].
     44 * Write a GUI to visualize and manipulate the set of servers connected and the set holding shares of files.
     45
     46== Networking Improvements ==
     47 * Dealing with NAT, ideally making it as easy to ignore as possible (taking advantage of upnp-igd and Zeroconf NAT-PMP). [http://allmydata.org/trac/tahoe-lafs/query?status=!closed&order=priority&keywords=~firewall Tickets labelled 'firewall']
     48 * 'tahoe sync'. Like dropbox (http://www.getdropbox.com/), the user could have a daemon which keeps the grid in sync with the local filesystem (maybe using inotify for uploads).
     49 * Optimize upload/download transfer speed. [http://allmydata.org/trac/tahoe-lafs/query?status=!closed&order=priority&keywords=~performance Tickets labelled 'performance']
     50 * Implement storage server protocol over HTTP. #510
     51
     52== Building Things On Top Of Tahoe ==
     53 * an interactive tree browser web frontend in !JavaScript (Nathan has written most of one -- what can it grow into?)
     54 * Extend and improve the {{{tiddly_on_tahoe}}} implementation.
     55 * Port another light-weight open source web app to Tahoe+javascript (calendar, photo album, [https://bespin.mozilla.com Bespin]).
     56
     57= Mentors =
     58''Who is willing to spend about five hours a week (according to Google) helping a student figure out how to do it right?''
     59[[br]]
     60 * [http://testgrid.allmydata.org:3567/uri/URI:DIR2-RO:j74uhg25nwdpjpacl6rkat2yhm:kav7ijeft5h7r7rxdp5bgtlt3viv32yabqajkrdykozia5544jqa/wiki.html Zooko O'Whielacronx] (core coding, Python/C/C++/JavaScript, cryptography)
     61 * [http://www.randombit.net Jack Lloyd] (C/C++/Python, cryptography)
     62 * David-Sarah Hopwood (david-sarah at jacaranda.org) (Python/C/JavaScript, SFTP frontend, security+cryptography)
     63