108 lines
3.7 KiB
HTML
108 lines
3.7 KiB
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}Papers on I2P{% endblock %}
|
|
{% block content %}
|
|
<h1>Papers on I2P</h1>
|
|
<p>
|
|
Following are links to research papers about I2P.
|
|
</p><p>
|
|
To request an addition to this page, please send to press ~~~at~~~ i2p2.de.
|
|
</p><p>
|
|
Newest links are at the top of the page.
|
|
</p>
|
|
<div class="links">
|
|
|
|
<h2>Papers and Research</h2>
|
|
<ul>
|
|
|
|
<li>
|
|
<a href="http://hal.inria.fr/hal-00744919">A Bird's Eye View on the I2P Anonymous File-sharing Environment</a>
|
|
Juan Pablo Timpanaro, Isabelle Chrisment, Olivier Festor,
|
|
INRIA Nancy-Grand Est, France,
|
|
LORIA - ESIAL, Universite de Lorraine
|
|
November 2012.
|
|
</li>
|
|
|
|
<li>
|
|
<a href="http://hal.inria.fr/hal-00744922/">Improving Content Availability in the I2P Anonymous File-Sharing Environment</a>
|
|
Juan Pablo Timpanaro, Isabelle Chrisment, Olivier Festor,
|
|
INRIA Nancy-Grand Est, France,
|
|
LORIA - ESIAL, Universite de Lorraine
|
|
October 2012.
|
|
</li>
|
|
|
|
<li>
|
|
<a href="http://userpage.fu-berlin.de/~semu/docs/2011_seminar_ehlert_i2p.pdf">I2P Usability vs. Tor Usability A Bandwidth and Latency Comparison</a>
|
|
Mathias Ehlert,
|
|
Humboldt University of Berlin,
|
|
November 2011.
|
|
<a href="http://translated.by/you/i2p-usability-vs-tor-usability-a-bandwidth-and-latency-comparison/into-ru/">Russian translation</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="http://hal.inria.fr/inria-00632259/en/">Monitoring the I2P Network</a>,
|
|
Juan Pablo Timpanaro, Isabelle Chrisment, Olivier Festor,
|
|
INRIA Nancy-Grand Est, France,
|
|
LORIA - ESIAL, Henri Poincare University, Nancy 1, France.
|
|
October 2011.
|
|
</li>
|
|
|
|
<li>
|
|
Privacy-Implications of Performance-Based Peer Selection by Onion-Routers: A Real-World Case Study using I2P,
|
|
Michael Hermann.
|
|
Master's Thesis, TU-Munich, March 28, 2011.
|
|
<a href="http://grothoff.org/christian/i2p.pdf">Privacy-Implications of Performance-Based Peer Selection by Onion-Routers: A Real-World Case Study using I2P</a>,
|
|
Michael Hermann, Christian Grothoff.
|
|
Presented at PET Symposium, Waterloo Canada, July 27, 2011.
|
|
<a href="http://grothoff.org/christian/teaching/2011/2194/i2p.odp">presentation slides (odp)</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="http://www.irongeek.com/i.php?page=security/darknets-i2p-identifying-hidden-servers">Darknets - I2P Identifying Hidden Servers</a>
|
|
Adrian Crenshaw.
|
|
Presented at Black Hat DC,
|
|
January 18-19 2011
|
|
<a href="http://translated.by/you/darknets-and-hidden-servers-identifying-the-true-ip-network-identity-of-i2p-service-hosts/into-ru/">Russian translation</a>
|
|
</li>
|
|
|
|
<li>
|
|
L'émergence au sein d'internet de communautés virtuelles et anonymes, Freenet et i2p
|
|
- Laurie Delmer -
|
|
Université catholique de Louvain
|
|
Département des sciences politiques et sociales
|
|
(Catholic University of Leuven -
|
|
Department of Political and Social Science -
|
|
The rise in internet virtual and anonymous communities, Freenet and I2P)
|
|
Master's Thesis, 2009.
|
|
</li>
|
|
|
|
<li>
|
|
Anonymity Techniques - Usability Tests of Major Anonymity Networks
|
|
- Jens Schomburg,
|
|
Presented at
|
|
<a href="http://www.pet-con.org/index.php/PET_Convention_2009.1">PET-CON 2009.1</a>,
|
|
Dresden, Germany, March 24-25, 2009.
|
|
Available in the
|
|
<a href="http://freehaven.net/~karsten/volatile/petcon-proceedings-2009.1.pdf">Proceedings</a>
|
|
page 49.
|
|
Extended 20-page version also may be available.
|
|
</li>
|
|
|
|
<li>
|
|
<a href="{{ url_for('static', filename='pdf/I2P-PET-CON-2009.1.pdf') }}">Peer Profiling and Selection in the I2P Anonymous Network</a> -
|
|
zzz and Lars Schimmer,
|
|
presented at
|
|
<a href="http://www.pet-con.org/index.php/PET_Convention_2009.1">PET-CON 2009.1</a>,
|
|
Dresden, Germany, March 24-25, 2009.
|
|
Also available in the
|
|
<a href="http://freehaven.net/~karsten/volatile/petcon-proceedings-2009.1.pdf">Proceedings</a>
|
|
page 59.
|
|
</li>
|
|
|
|
<li>
|
|
<a href="{{ url_for('static', filename='pdf/i2p_philosophy.pdf') }}">Invisible Internet Project (I2P) Project Overview</a>, jrandom, August 28, 2003.
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
{% endblock %}
|