forked from I2P_Developers/i2p.www
Changes to /research, start of open research questions list
This commit is contained in:
@@ -5,6 +5,28 @@
|
||||
Academic research and analysis of I2P is an important part of ensuring that the software and network performs as expected and is safe for users in hostile environments.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<p>{% trans anonbib='http://freehaven.net/anonbib/' %}
|
||||
There is a large research community investigating a wide range of aspects of
|
||||
anonymity. For a current and comprehensive list of relevant papers, see the
|
||||
<a href="{{ anonbib }}">Free Haven Anonymity Bibliography</a>.
|
||||
I2P benefits from much of the research into Tor and onion routing, but there is
|
||||
little dedicated research interest into the theory behind I2P, and the choices
|
||||
and tradeoffs that the network makes. This presents a unique opportunity for
|
||||
original research.
|
||||
{% endtrans %}</p>
|
||||
|
||||
<p>{% trans papers=get_url('papers_list') -%}
|
||||
A list of known published papers about I2P is available <a href="{{ papers }}">here</a>.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<h2>{{ _('Open research questions') }}</h2>
|
||||
|
||||
<h3>{{ _('Unidirectional tunnels') }}</h3>
|
||||
<ul>
|
||||
<li>What are the benefits of unidirectional tunnels over bidirectional tunnels? What are the tradeoffs?</li>
|
||||
<li>More details are available <a href="{{ site_url('docs/tunnels/unidirectional') }}">here</a>.</li>
|
||||
</ul>
|
||||
|
||||
<h2>{{ _('Testing Attacks on I2P') }}</h2>
|
||||
|
||||
<p>{% trans -%}
|
||||
@@ -29,10 +51,4 @@ Additionally, I2P can be started in a virtual network mode. This mode disables a
|
||||
<p>{% trans contact=site_url('contact') -%}
|
||||
If you are planning on conducting research on the live I2P network, please <a href="{{ contact }}">contact us</a> before you commence your testing. While we do not discourage researchers from responsibly testing their ideas on the live network, if an attack becomes apparent and we don't have any line of communication then we will end up taking countermeasures which could interfere with the test.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<h2>{{ _('Prior Research') }}</h2>
|
||||
|
||||
<p>{% trans papers=get_url('papers_list') -%}
|
||||
A list of known published papers about I2P is available <a href="{{ papers }}">here</a>.
|
||||
{%- endtrans %}</p>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user