{"id":28661862,"url":"https://github.com/ChristopherBilg/ri2p","last_synced_at":"2025-06-13T11:06:42.980Z","repository":{"id":37324563,"uuid":"443594484","full_name":"ChristopherBilg/ri2p","owner":"ChristopherBilg","description":"Rust implementation of the i2p client/server/router protocols","archived":false,"fork":false,"pushed_at":"2023-08-21T10:14:16.000Z","size":343923,"stargazers_count":18,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-14T11:07:02.439Z","etag":null,"topics":["anonymity","cryptography","distributed","encryption","i2p","networking","p2p-clients","p2p-http","p2p-network","rust"],"latest_commit_sha":null,"homepage":"https://chrisbilger.com/ri2p","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChristopherBilg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-01T18:01:15.000Z","updated_at":"2025-03-31T03:13:18.000Z","dependencies_parsed_at":"2025-04-14T11:07:03.707Z","dependency_job_id":"3e0c0a2e-5b7d-43e7-876c-58d23d3f9912","html_url":"https://github.com/ChristopherBilg/ri2p","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChristopherBilg/ri2p","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherBilg%2Fri2p","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherBilg%2Fri2p/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherBilg%2Fri2p/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherBilg%2Fri2p/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChristopherBilg","download_url":"https://codeload.github.com/ChristopherBilg/ri2p/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherBilg%2Fri2p/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259634348,"owners_count":22887696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anonymity","cryptography","distributed","encryption","i2p","networking","p2p-clients","p2p-http","p2p-network","rust"],"created_at":"2025-06-13T11:01:52.823Z","updated_at":"2025-06-13T11:06:42.972Z","avatar_url":"https://github.com/ChristopherBilg.png","language":"Rust","funding_links":[],"categories":["Implementations"],"sub_categories":["Unfinished"],"readme":"# ri2p\n\nRust implementation of the i2p client/server/router protocols\n\n## Status\n\n![ci-cd](https://github.com/ChristopherBilg/ri2p/actions/workflows/ci-cd.yml/badge.svg)\n![mdBook](https://github.com/ChristopherBilg/ri2p/actions/workflows/gh-pages.yml/badge.svg)\n![devskim](https://github.com/ChristopherBilg/ri2p/actions/workflows/devskim.yml/badge.svg)\n![pages-build-deployment](https://github.com/ChristopherBilg/ri2p/actions/workflows/pages/pages-build-deployment/badge.svg)\n\n## Common Commands\n\n- `cargo build`: Builds the ri2p binary\n- `cargo run`: Runs the ri2p binary\n- `cargo test`: Runs all test functions, in the ./tests directory, that contain the #[test] attribute\n- `cargo doc [--open]`: Builds the automatically generated ri2p Rust documentation, and optionally opens it in a web browser\n\n- `cargo fmt`: Standard formatter for Rust codestyle\n- `cargo clippy [--fix]`: Standard linter for Rust, and optionally will automatically fix linted issues\n\n- `mdbook build`: Builds the ri2p mdbook locally\n- `mdbook serve`: Serves the ri2p mdbook at http://localhost:3000, and rebuilds it on changes\n\n## CI/CD Information\n\nGitHub is the central CI/CD platform for the ri2p project. CI/CD will occur only when modifications are made (pull-requests) to the **master** branch.\n\n## Additional Important Information\n\n- [Code of Conduct Guidelines](./CODE_OF_CONDUCT.md)\n- [Contributing Guidelines](./CONTRIBUTING.md)\n- [Open Source License](./LICENSE.md)\n- [Security (Vulnerability) Policy](./SECURITY.md)\n- [Major Authors \u0026 Contributors](./AUTHORS.md)\n- [Changelog (SemVer)](./CHANGELOG.md)\n\n## Developers\n\nIf you would like to work on this project, please feel free to check the [issues](https://github.com/ChristopherBilg/ri2p/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](https://github.com/ChristopherBilg/ri2p/discussions) area and I will mark a task for you.\n\n### Documentation\n\nDevelopers can find documentation for ri2p in the [docs/](./docs/) directory, or hosted online at [chrisbilger.com/ri2p/](https://chrisbilger.com/ri2p/).\n\nThe `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](https://chrisbilger.com/ri2p/doc/doc/ri2p).\n\n## Roadmap \u0026 Goals\n\n### v1.0.0\n\nMinimally viable i2p router.\n\n### v2.0.0\n\nAdd in router UI. (This will probably be a web server that serves a static site and periodic data refreshes.)\n\n### v3.0.0\n\nRemove all unnecessary dependencies in order to reduce attack-surface. This also includes re-reading all source code in order to pinpoint potential security vulnerabilities.\n\n### v4.0.0+\n\nTBD. 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChristopherBilg%2Fri2p","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChristopherBilg%2Fri2p","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChristopherBilg%2Fri2p/lists"}