You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you would like to work on this project, please feel free to check the issues for a list of the current items that we need to be worked on. If you would like to work on any of them, please contact ri2p in the discussions area and I will mark a task for you.
Documentation
Developers can find documentation for ri2p in the docs/ directory, or hosted online at chrisbilger.com/ri2p/.
The cargo doc documentation that is automatically generated by Cargo can be viewed by running cargo doc --open, or hosted online at chrisbilger.com/ri2p/doc/doc/ri2p.
Roadmap & Goals
v1.0.0
Minimally viable i2p router.
v2.0.0
Add in router UI. (This will probably be a web server that serves a static site and periodic data refreshes.)
v3.0.0
Remove all unnecessary dependencies in order to reduce attack-surface. This also includes re-reading all source code in order to pinpoint potential security vulnerabilities.
v4.0.0+
TBD. Versions at this level will be feature additions and possibly a "module" system that allows the addition of external modules for additional/enhanced features and functionality.
About
Rust implementation of the i2p client/server/router protocols