Started to expand /research

This commit is contained in:
str4d
2013-07-03 12:53:06 +00:00
parent 3a952e3222
commit 62590171ba

View File

@@ -5,10 +5,22 @@
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>
<h2>{{ _('Testing Attacks on I2P') }}</h2>
<p>{% trans -%}
I2P can be run as a separate test network by controlling the locations that a new router reseeds from so that it only finds other test routers. Additionally, the router can be run on its own in a virtual network mode to enable testing the router in isolation; to enable this mode, add <code>i2p.vmCommSystem=true</code> to the router.config before starting.
I2P can be run as a separate test network by controlling the locations that a new router reseeds from so that it only finds other test routers.
{%- endtrans %}</p>
<p>{% trans -%}
The standard mode of operation is to have one JVM per router instance; hence running multiple copies of I2P on a single machine is inadvisable, both due to the potential resource drain and the certain port conflicts. To better facilitate setting up small test networks, I2P has a multirouter mode which enables multiple distinct routers to be run in the same JVM.
{%- endtrans %}</p>
<p>{% trans -%}
Additionally, I2P can be started in a virtual network mode. This mode disables all transports, allowing the router to be tested in isolation without network traffic. To enable this mode, add <code>i2p.vmCommSystem=true</code> to the router.config before starting.
{%- endtrans %}</p>
<h2>{{ _('Testing the Live I2P Network') }}</h2>
<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>