diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html index 9b3b6377..0b1bfc1a 100644 --- a/i2p2www/pages/downloads/list.html +++ b/i2p2www/pages/downloads/list.html @@ -32,23 +32,30 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995

Mac OS X

- i2pinstall_{{ ver() }}.jar + i2pinstall_0.9.3.jar
(SHA256 -8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4 - sig) +4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494 + sig)
Download that file and double-click it (if that works) or - type java -jar i2pinstall_{{ ver() }}.jar in a terminal to run the + type java -jar i2pinstall_0.9.3.jar in a terminal to run the installer. - On some platforms you may be able to right-click and select + You may be able to right-click and select "Open with Java". +
+ Due to a wrapper bug, the 0.9.4 installer + will NOT work on OS X. Use the 0.9.3 installer. After I2P starts, it will + automatically update to 0.9.4. + See the ticket for additional information, + links, and workarounds. +

Command line (headless) install:

- Download the graphical installer file above and - run java -jar i2pinstall_{{ ver() }}.jar -console from the command line. + Download the 0.9.3 graphical installer file above and + run java -jar i2pinstall_0.9.3.jar -console from the command line.
diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html index 30d15103..81db268f 100644 --- a/i2p2www/pages/site/docs/api/samv3.html +++ b/i2p2www/pages/site/docs/api/samv3.html @@ -182,18 +182,18 @@ A client asks for a connection by : -> STREAM CONNECT ID={$nickname} DESTINATION=$peer_public_base64_key - [SILENCE={true,false}] + [SILENT={true,false}] This establishes a new virtual connection from the local session whose ID is {$nickname} to the specified peer. -If SILENCE=true is passed, the SAM bridge won't issue any other message +If SILENT=true is passed, the SAM bridge won't issue any other message on the socket : if the connection fails, the socket will be closed. If the connection succeeds, all remaining data passing through the current socket is forwarded from and to the connected I2P destination peer. -If SILENCE=false, which is the default value, the SAM bridge sends a +If SILENT=false, which is the default value, the SAM bridge sends a last message to its client before forwarding or shutting down the socket : @@ -228,7 +228,7 @@ A client waits for an incoming connection request by : -> STREAM ACCEPT ID={$nickname} - [SILENCE={true,false}] + [SILENT={true,false}] This makes the session ${nickname} listen for one incoming connection request from the I2P network. @@ -250,11 +250,11 @@ bridge. If the result is OK, the SAM bridge starts waiting for an incoming connection request from another I2P peer. When a request arrives, the SAM bridge accepts it and : - * If SILENCE=true was passed, the SAM bridge won't issue any other message + * If SILENT=true was passed, the SAM bridge won't issue any other message on the client socket : all remaining data passing through the current socket is forwarded from and to the connected I2P destination peer. - * If SILENCE=false was passed, which is the default value, the SAM bridge + * If SILENT=false was passed, which is the default value, the SAM bridge sends the client a ASCII line containing the base64 public destination key of the requesting peer. After this '\n' terminated line, all remaining data passing through the current socket is forwarded from and to the connected @@ -274,7 +274,7 @@ coming from I2P. For that, the client has to : ID={$nickname} PORT={$port} [HOST={$host}] - [SILENCE={true,false}] + [SILENT={true,false}] This makes the session ${nickname} listen for incoming connection requests from the I2P network. @@ -302,10 +302,10 @@ When a connection request arrives from I2P, the SAM bridge requests a socket connection from {$host}:{$port}. If it is accepted after no more than 3 seconds, SAM will accept the connection from I2P, and then : - * If SILENCE=true was passed, all data passing through the obtained + * If SILENT=true was passed, all data passing through the obtained current socket is forwarded from and to the connected I2P destination peer. - * If SILENCE=false was passed, which is the default value, the SAM bridge + * If SILENT=false was passed, which is the default value, the SAM bridge sends on the obtained socket an ASCII line containing the base64 public destination key of the requesting peer. After this '\n' terminated line, all remaining data passing through the socket is forwarded from and to diff --git a/i2p2www/pages/site/docs/spec/common_structures.html b/i2p2www/pages/site/docs/spec/common_structures.html index 805cc76d..ed8c102e 100644 --- a/i2p2www/pages/site/docs/spec/common_structures.html +++ b/i2p2www/pages/site/docs/spec/common_structures.html @@ -503,7 +503,7 @@ signing_key :: SigningPublicKey num :: Integer length -> 1 byte - value: 0 <= num <= 6 + value: 0 <= num <= 16 leases :: [Lease] length -> >= $num*44 bytes diff --git a/i2p2www/pages/site/docs/spec/i2cp.html b/i2p2www/pages/site/docs/spec/i2cp.html index c336e760..6fd54e76 100644 --- a/i2p2www/pages/site/docs/spec/i2cp.html +++ b/i2p2www/pages/site/docs/spec/i2cp.html @@ -261,6 +261,8 @@ time.

Messages

+See also the +I2CP Javadocs.

Message Types

MessageDirectionType @@ -661,12 +663,17 @@ For an outgoing message, this is a response to a

Notes

-The known status values are 0 for message is available, 1 for accepted, 2 for best +Through version 0.9.4, +the known status values are 0 for message is available, 1 for accepted, 2 for best effort succeeded, 3 for best effort failed, 4 for guaranteed succeeded, 5 for guaranteed failed. The size Integer specifies the size of the available message and is only relevant for status = 0. Even though guaranteed is unimplemented, (best effort is the only service), the current router implementation uses the guaranteed status codes, not the best effort codes. +As of router version 0.9.5, additional status codes are defined. +See the +MessageStatusMessage Javadocs +for details.

When status = 1 (accepted), the nonce matches the nonce in the diff --git a/www.i2p2/pages/translations/download_ar.html b/www.i2p2/pages/translations/download_ar.html index fb6ef331..17f41f05 100644 --- a/www.i2p2/pages/translations/download_ar.html +++ b/www.i2p2/pages/translations/download_ar.html @@ -20,7 +20,7 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 sig) -

  • Linux / OS X / BSD / Solaris التثبيت عن طريق الواجهة الرسومية :
    +
  • Linux / BSD / Solaris التثبيت عن طريق الواجهة الرسومية :
    i2pinstall_0.9.4.jar (SHA256 8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4 @@ -34,7 +34,7 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 java -jar i2pinstall_0.9.4.jar
  • -
  • Linux / OS X / BSD / Solaris التثبيت عن طريق سطر الأوامر :
    +
  • Linux / BSD / Solaris التثبيت عن طريق سطر الأوامر :
    حمل ملف التثبيت عن طريق الواجهة الرسومية المذكور مسبقاً ثمّ نفذ الأمر java -jar i2pinstall_0.9.4.jar -console في سطر الأوامر لديك هذا ينطبق على أنظمة ويندوز و لينكس و ما كنتوش (نعم ،حقاً !) @@ -42,6 +42,32 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
  • Packages for Debian & Ubuntu
  • +
  • OS X Graphical installer:
    + Due to a wrapper bug, the 0.9.4 installer + will NOT work on OS X. Use the 0.9.3 installer. After I2P starts, it will + automatically update to 0.9.4. + See the ticket for additional information, + links, and workarounds. +
    + i2pinstall_0.9.3.jar + (SHA256 +4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494 + sig)
    + Download that file and double-click it (if that works) or + type java -jar i2pinstall_0.9.3.jar in a terminal to run the + installer. + You may be able to right-click and select + "Open with Java" + حمل الملف و نفّذه ،و اذا كان نظام التشغيل لديك غير ويندوز نفّذ الأمر التالي + java -jar i2pinstall_0.9.3.jar
  • . + + +
  • OS X التثبيت عن طريق سطر الأوامر :
    + حمل ملف التثبيت عن طريق الواجهة الرسومية المذكور مسبقاً ثمّ نفذ الأمر + java -jar i2pinstall_0.9.3.jar -console في سطر الأوامر لديك + هذا ينطبق على أنظمة ويندوز و لينكس و ما كنتوش (نعم ،حقاً !) +
  • +
  • تحميل النص المصدري :
    i2psource_0.9.4.tar.bz2 (SHA256 diff --git a/www.i2p2/pages/translations/download_cs.html b/www.i2p2/pages/translations/download_cs.html index 28d68268..dbdb9870 100644 --- a/www.i2p2/pages/translations/download_cs.html +++ b/www.i2p2/pages/translations/download_cs.html @@ -17,7 +17,7 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 Pod Windows: stáhněte soubor a spusťte ho.
  • -
  • Linux / OS X / BSD / Solaris Grafický instalační program:
    +
  • Linux / BSD / Solaris Grafický instalační program:
    i2pinstall_0.9.4.jar (SHA256 8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4 @@ -28,12 +28,34 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 On some platforms you may be able to right-click and select "Open with Java".
  • -
  • Linux / OS X / BSD / Solaris Instalace z příkazové řádky:
    +
  • Linux / BSD / Solaris Instalace z příkazové řádky:
    Stáhněte si grafický instalační program (viz výše) a spusťte ho příkazem java -jar i2pinstall_0.9.4.jar -console
  • Packages for Debian & Ubuntu
  • +
  • OS X Graphical installer:
    + Due to a wrapper bug, the 0.9.4 installer + will NOT work on OS X. Use the 0.9.3 installer. After I2P starts, it will + automatically update to 0.9.4. + See the ticket for additional information, + links, and workarounds. +
    + i2pinstall_0.9.3.jar + (SHA256 +4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494 + sig)
    + Download that file and double-click it (if that works) or + type java -jar i2pinstall_0.9.3.jar in a terminal to run the + installer. + You may be able to right-click and select + "Open with Java". +
  • + +
  • OS X Instalace z příkazové řádky:
    + Stáhněte si grafický instalační program (viz výše) a spusťte ho příkazem java -jar i2pinstall_0.9.3.jar -console +
  • +
  • Instalace ze zdrojového kódu:
    i2psource_0.9.4.tar.bz2 (SHA256 diff --git a/www.i2p2/pages/translations/download_de.html b/www.i2p2/pages/translations/download_de.html index 9ad60df7..7d1d5375 100644 --- a/www.i2p2/pages/translations/download_de.html +++ b/www.i2p2/pages/translations/download_de.html @@ -20,7 +20,7 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 sig)
    Downloade die Datei und führe sie aus.
  • -
  • Linux / OS X / BSD / Solaris GUI Installer:
    +
  • Linux / BSD / Solaris GUI Installer:
    i2pinstall_0.9.4.jar (SHA256 8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4 @@ -31,13 +31,36 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 Auf einigen Plattformen muss die Datei gegebenfall mit Rechts-Klick und der Option "Öffne mit Java" geöffnet werden.
  • -
  • Linux / OS X / BSD / Solaris Kommandozeilen (Headless) Installation:
    +
  • Linux / BSD / Solaris Kommandozeilen (Headless) Installation:
    Downloade die normale Installationsdatei von oben und rufe java -jar i2pinstall_0.9.4.jar -console in der Kommandozeile auf.
  • Pakete für Debian & Ubuntu
  • +
  • OS X Graphical installer:
    + Due to a wrapper bug, the 0.9.4 installer + will NOT work on OS X. Use the 0.9.3 installer. After I2P starts, it will + automatically update to 0.9.4. + See the ticket for additional information, + links, and workarounds. +
    + i2pinstall_0.9.3.jar + (SHA256 +4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494 + sig)
    + Hole die Datei und führe sie mit Doppelklick aus (falls es funktioniert) + oder gebe java -jar i2pinstall_0.9.3.jar in einm Terminal ein um + die Installation zu starten. + Auf einigen Plattformen muss die Datei gegebenfall mit Rechts-Klick und der + Option "Öffne mit Java" geöffnet werden. +
  • + +
  • OS X Kommandozeilen (Headless) Installation:
    + Downloade die normale Installationsdatei von oben und rufe + java -jar i2pinstall_0.9.3.jar -console in der Kommandozeile auf. +
  • +
  • Quelltext Installation:
    i2psource_0.9.4.tar.bz2 (SHA256 diff --git a/www.i2p2/pages/translations/download_el.html b/www.i2p2/pages/translations/download_el.html index a78ad69e..be1af900 100644 --- a/www.i2p2/pages/translations/download_el.html +++ b/www.i2p2/pages/translations/download_el.html @@ -21,7 +21,7 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 Κατεβάστε αυτό το αρχείο και εκτελέστε το.
  • -
  • Εγκατάσταση με γραφικό περιβάλλον για Linux / OS X / BSD / Solaris:
    +
  • Εγκατάσταση με γραφικό περιβάλλον για Linux / BSD / Solaris:
    i2pinstall_0.9.4.jar (SHA256 8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4 @@ -32,12 +32,35 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 Σε μερικές πλατφόρμες μπορείτε να κάνετε δεξιό "κλικ" και να επιλέξετε "Open with Java".
  • -
  • Εγκατάσταση από γραμμή εντολών (headless) για Linux / OS X / BSD / Solaris:
    +
  • Εγκατάσταση από γραμμή εντολών (headless) για Linux / BSD / Solaris:
    Κατεβάστε την εγκατάσταση με γραφικό περιβάλλον από παραπάνω και εκτελέστε java -jar i2pinstall_0.9.4.jar -console στη γραμμή εντολών.
  • -
  • Πακέτα για Debian & Ubuntu
  • +
  • Πακέτα για Debian & Ubuntu
  • + +
  • OS X Graphical installer:
    + Due to a wrapper bug, the 0.9.4 installer + will NOT work on OS X. Use the 0.9.3 installer. After I2P starts, it will + automatically update to 0.9.4. + See the ticket for additional information, + links, and workarounds. +
    + i2pinstall_0.9.3.jar + (SHA256 +4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494 + sig)
    + Κατεβάστε αυτό το αρχείο και κάντε διπλό "κλικ" (εάν δουλεύει) ή + πληκτρολογήστε java -jar i2pinstall_0.9.3.jar στη γραμμή εντολών + για να τρέξετε την εγκατάσταση. + Σε μερικές πλατφόρμες μπορείτε να κάνετε δεξιό "κλικ" και να επιλέξετε + "Open with Java". +
  • + +
  • Εγκατάσταση από γραμμή εντολών (headless) για OS X:
    + Κατεβάστε την εγκατάσταση με γραφικό περιβάλλον από παραπάνω και εκτελέστε + java -jar i2pinstall_0.9.3.jar -console στη γραμμή εντολών. +
  • Εγκατάσταση από πηγαίο κώδικα:
    i2psource_0.9.4.tar.bz2 diff --git a/www.i2p2/pages/translations/download_es.html b/www.i2p2/pages/translations/download_es.html index 923d3157..964eacb3 100644 --- a/www.i2p2/pages/translations/download_es.html +++ b/www.i2p2/pages/translations/download_es.html @@ -20,7 +20,7 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 sig)
  • -
  • Linux / OS X / BSD / Solaris Instalador gráfico:
    +
  • Linux / BSD / Solaris Instalador gráfico:
    i2pinstall_0.9.4.jar (SHA256 8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4 @@ -31,13 +31,36 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 On some platforms you may be able to right-click and select "Open with Java".
  • -
  • Linux / OS X / BSD / Solaris Instalación desde la línea de comandos (headless):
    +
  • Linux / BSD / Solaris Instalación desde la línea de comandos (headless):
    Descarga el archivo del instalador gráfico y arranca java -jar i2pinstall_0.9.4.jar -console desde la línea de comandos.
  • Packages for Debian & Ubuntu
  • +
  • OS X Graphical installer:
    + Due to a wrapper bug, the 0.9.4 installer + will NOT work on OS X. Use the 0.9.3 installer. After I2P starts, it will + automatically update to 0.9.4. + See the ticket for additional information, + links, and workarounds. +
    + i2pinstall_0.9.3.jar + (SHA256 +4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494 + sig)
    + Download that file and double-click it (if that works) or + type java -jar i2pinstall_0.9.3.jar in a terminal to run the + installer. + You may be able to right-click and select + "Open with Java". +
  • + +
  • OS X Instalación desde la línea de comandos (headless):
    + Descarga el archivo del instalador gráfico y + arranca java -jar i2pinstall_0.9.3.jar -console desde la línea de comandos. +
  • +
  • Instalación desde el código fuente:
    i2psource_0.9.4.tar.bz2 (SHA256 diff --git a/www.i2p2/pages/translations/download_fr.html b/www.i2p2/pages/translations/download_fr.html index 457e621e..5f2efd74 100644 --- a/www.i2p2/pages/translations/download_fr.html +++ b/www.i2p2/pages/translations/download_fr.html @@ -21,7 +21,7 @@ ou tapez java -version à l'invite de commande. Téléchargez ce fichier et exécutez-le.
  • -
  • Linux / OS X / BSD / Solaris Installeur graphique:
    +
  • Linux / BSD / Solaris Installeur graphique:
    i2pinstall_0.9.4.jar (SHA256 8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4 @@ -31,13 +31,34 @@ ou tapez java -version à l'invite de commande. taper java -jar i2pinstall_0.9.4.jar
  • -
  • Linux / OS X / BSD / Solaris Installation en ligne de commande (facile):
    +
  • Linux / BSD / Solaris Installation en ligne de commande (facile):
    Téléchargez le fichier de l'installeur graphique ci-dessus et exécutez java -jar i2pinstall_0.9.4.jar -console sur la ligne de commande.
  • Packages for Debian & Ubuntu
  • +
  • OS X Graphical installer:
    + Due to a wrapper bug, the 0.9.4 installer + will NOT work on OS X. Use the 0.9.3 installer. After I2P starts, it will + automatically update to 0.9.4. + See the ticket for additional information, + links, and workarounds. +
    + i2pinstall_0.9.3.jar + (SHA256 +4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494 + sig)
    + Téléchargez ce fichier et exécutez-le. + Vous pouvez + taper java -jar i2pinstall_0.9.3.jar +
  • + +
  • OS X Installation en ligne de commande (facile):
    + Téléchargez le fichier de l'installeur graphique ci-dessus et + exécutez java -jar i2pinstall_0.9.3.jar -console sur la ligne de commande. +
  • +
  • À partir des sources:
    i2psource_0.9.4.tar.bz2 (SHA256 1b7d9695555ed42142b04ad6bcda083cd1a064f6354b639ad2aef4d9cd474e06 diff --git a/www.i2p2/pages/translations/download_ru.html b/www.i2p2/pages/translations/download_ru.html index b5720d11..b0f9e9eb 100644 --- a/www.i2p2/pages/translations/download_ru.html +++ b/www.i2p2/pages/translations/download_ru.html @@ -22,7 +22,7 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 Под Windows: скачайте этот файл и запустите его.
  • -
  • Графический инсталлятор для Linux / OS X / BSD / Solaris:
    +
  • Графический инсталлятор для Linux / BSD / Solaris:
    i2pinstall_0.9.4.jar (SHA256 8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4 @@ -33,13 +33,35 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 "Open with Java".
  • -
  • Установка из командной строки в Linux / OS X / BSD / Solaris:
    +
  • Установка из командной строки в Linux / BSD / Solaris:
    Скачайте графический инсталлятор по ссылке выше и запустите из командной строки java -jar i2pinstall_0.9.4.jar -console
  • Packages for Debian & Ubuntu
  • +
  • OS X Graphical installer:
    + Due to a wrapper bug, the 0.9.4 installer + will NOT work on OS X. Use the 0.9.3 installer. After I2P starts, it will + automatically update to 0.9.4. + See the ticket for additional information, + links, and workarounds. +
    + i2pinstall_0.9.3.jar + (SHA256 +4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494 + sig)
    + Скачайте этот файл и запустите двойным кликом, или выполните в консоли + команду java -jar i2pinstall_0.9.3.jar для запуска инсталлятора. + На некоторых платформах вы можете вызвать контекстное меню и выбрать + "Open with Java". +
  • + +
  • Установка из командной строки в OS X:
    + +Скачайте графический инсталлятор по ссылке выше и запустите из командной строки java -jar i2pinstall_0.9.3.jar -console
    +
  • +
  • Установка из исходного кода:
    i2psource_0.9.4.tar.bz2 (SHA256 diff --git a/www.i2p2/pages/translations/download_zh.html b/www.i2p2/pages/translations/download_zh.html index e388bf8f..48464e49 100644 --- a/www.i2p2/pages/translations/download_zh.html +++ b/www.i2p2/pages/translations/download_zh.html @@ -17,7 +17,7 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995 sig)
  • -
  • Linux / OS X / BSD / Solaris 图形安装程序:
    +
  • Linux / BSD / Solaris 图形安装程序:
    i2pinstall_0.9.4.jar (SHA256 8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4 @@ -30,12 +30,35 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
    下载以上文件并运行如果你不是 windows 用户,可以输入 java -jar i2pinstall_0.9.4.jar
  • -
  • Linux / OS X / BSD / Solaris 命令行安装(即无头安装):
    +
  • Linux / BSD / Solaris 命令行安装(即无头安装):
    下载上面的图形安装程序并在命令行状态下运行 java -jar i2pinstall_0.9.4.jar -console
  • Packages for Debian & Ubuntu
  • +
  • OS X Graphical installer:
    + Due to a wrapper bug, the 0.9.4 installer + will NOT work on OS X. Use the 0.9.3 installer. After I2P starts, it will + automatically update to 0.9.4. + See the ticket for additional information, + links, and workarounds. +
    + i2pinstall_0.9.3.jar + (SHA256 +4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494 + sig)
    + Download that file and double-click it (if that works) or + type java -jar i2pinstall_0.9.3.jar in a terminal to run the + installer. + On some platforms you may be able to right-click and select + "Open with Java". +
    下载以上文件并运行如果你不是 windows 用户,可以输入 java -jar i2pinstall_0.9.3.jar +
  • + +
  • OS X 命令行安装(即无头安装):
    + 下载上面的图形安装程序并在命令行状态下运行 java -jar i2pinstall_0.9.3.jar -console。 +
  • +
  • 用源码安装:
    i2psource_0.9.4.tar.bz2
    (SHA256