From 2b12c752ca9608d0e02c2adb62a32f12566f701a Mon Sep 17 00:00:00 2001 From: xcps Date: Thu, 16 Jun 2016 12:15:33 -0400 Subject: [PATCH] Updated Differences between i2pd and Java I2P router (markdown) --- Differences-between-i2pd-and-Java-I2P-router.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Differences-between-i2pd-and-Java-I2P-router.md b/Differences-between-i2pd-and-Java-I2P-router.md index f668abc..60b6346 100644 --- a/Differences-between-i2pd-and-Java-I2P-router.md +++ b/Differences-between-i2pd-and-Java-I2P-router.md @@ -1,7 +1,7 @@ -While [Java I2P](https://geti2p.net) is being original client for I2P network, i2pd has some big differences: +While [Java I2P](https://geti2p.net) is being original client for I2P network, i2pd has some big differences and advantages: -* Java I2P has built-in applications for torrents, e-mail and so on. i2pd is just a router. +* Java I2P has built-in applications for torrents, e-mail and so on. i2pd is just a router which you can use with other software through I2CP interface. * i2pd does not require Java. It's written in C++. -* i2pd consumes less memory and CPU -* i2pd can be compiled everywhere gcc or clang presented (including Raspberry and routers) -* i2pd has some major optimizations for faster cryptography which leads to less consumption of processor time and energy \ No newline at end of file +* i2pd consumes less memory and CPU. +* i2pd can be compiled everywhere gcc or clang presented (including Raspberry and routers). +* i2pd has some major optimizations for faster cryptography which leads to less consumption of processor time and energy. \ No newline at end of file