Difference between revisions of "I2P+"

From I2P Wiki
Jump to navigation Jump to search
m (Category:I2P implementation)
 
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
I2P+ is an enhanced version of I2P that aims to deliver a superior user experience. Updated themes, easier to understand configuration and diagnostics, and an enhanced feature set make I2P+ a compelling alternative to the official I2P release. Additionally, I2P+ implements improvements to the router's network performance and, for routers that are firewalled, significantly increases participating traffic and network responsiveness.
+
I2P+ is an enhanced version of [http://i2p-projekt.i2p/ I2P] that aims to deliver a superior user experience. Updated themes, easier to understand configuration and diagnostics, and an enhanced feature set make I2P+ a compelling alternative to the official I2P release. Additionally, I2P+ implements improvements to the router's network performance and, for routers that are firewalled, significantly increases participating traffic and network responsiveness<!-- The theses should be substantiated! -->.
   
 
Some of the improvements:
 
Some of the improvements:
   
  +
* Console themes update
 
* Improved logging subsystem
 
* Improved logging subsystem
 
* Dynamically resizing iframes for embedded content e.g. Tunnel Manager, I2PSnark
 
* Dynamically resizing iframes for embedded content e.g. Tunnel Manager, I2PSnark
Line 13: Line 14:
 
* Console information page with at-a-glance router information
 
* Console information page with at-a-glance router information
 
* Enhanced presentation of diagnostic data and configuration pages
 
* Enhanced presentation of diagnostic data and configuration pages
  +
* Improvements to I2PSnark including torrent status filters, enhanced presentation & configuration
   
  +
=See also=
For more information, visit the [http://skank.i2p/ I2P+ Homepage].
 
  +
  +
[[I2Pd]], a full-featured C++ implementation of I2P client.
  +
  +
= External links =
  +
* http://skank.i2p/ - Homepage with download options and further links.
  +
* https://i2pplus.github.io/ - Clearnet (GitHub Pages) mirror of skank.i2p
  +
* https://gitlab.com/i2pplus/I2P.Plus/ - Source code on GitLab
  +
  +
[[Category:I2P]]
  +
[[Category:I2P implementation]]

Latest revision as of 17:15, 31 January 2023

I2P+ is an enhanced version of I2P that aims to deliver a superior user experience. Updated themes, easier to understand configuration and diagnostics, and an enhanced feature set make I2P+ a compelling alternative to the official I2P release. Additionally, I2P+ implements improvements to the router's network performance and, for routers that are firewalled, significantly increases participating traffic and network responsiveness.

Some of the improvements:

  • Console themes update
  • Improved logging subsystem
  • Dynamically resizing iframes for embedded content e.g. Tunnel Manager, I2PSnark
  • Consistent font appearance across browsers/platforms
  • Support for theme overrides for console and webapps to enable persistent changes to default themes
  • Integrated help section with dedicated pages for troubleshooting, new users, advanced settings etc
  • Automatic ajax refresh for console pages with dynamic content e.g. /tunnels and /jobs
  • Elimination of 'L' bandwidth tier routers from local tunnel builds
  • Exclusion of older routers from local NetDB with user-configurable version threshold
  • Console information page with at-a-glance router information
  • Enhanced presentation of diagnostic data and configuration pages
  • Improvements to I2PSnark including torrent status filters, enhanced presentation & configuration

See also

I2Pd, a full-featured C++ implementation of I2P client.

External links