{"id":30788602,"url":"https://github.com/samuelfisher/i2pdotnet","last_synced_at":"2026-03-12T10:34:02.887Z","repository":{"id":78016063,"uuid":"77951981","full_name":"SamuelFisher/i2pdotnet","owner":"SamuelFisher","description":".NET library for using the I2P Simple Anonymous Messaging (SAM v3.0) bridge","archived":false,"fork":false,"pushed_at":"2017-07-09T17:21:12.000Z","size":36,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T18:43:09.090Z","etag":null,"topics":["csharp","dotnet","i2p"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SamuelFisher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-01-03T20:45:27.000Z","updated_at":"2025-04-22T08:11:05.000Z","dependencies_parsed_at":"2023-06-14T23:30:26.652Z","dependency_job_id":null,"html_url":"https://github.com/SamuelFisher/i2pdotnet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SamuelFisher/i2pdotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelFisher%2Fi2pdotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelFisher%2Fi2pdotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelFisher%2Fi2pdotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelFisher%2Fi2pdotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamuelFisher","download_url":"https://codeload.github.com/SamuelFisher/i2pdotnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamuelFisher%2Fi2pdotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273761874,"owners_count":25163361,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csharp","dotnet","i2p"],"created_at":"2025-09-05T13:18:08.226Z","updated_at":"2026-03-12T10:34:02.812Z","avatar_url":"https://github.com/SamuelFisher.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# i2pdotnet\n\nA .NET library for using the I2P Simple Anonymous Messaging (SAM v3.0) bridge.\n\nSupported platforms:\n\n- .NET Standard 1.6\n\nThis includes the .NET Framework, .NET Core, UWP and more.\n\n## Usage:\n\nYou need to have I2P installed, and enable the SAMv3 bridge in the router console.\n\nSee the SampleApp project for a detailed example.\n\n```csharp\n// Connect to SAM bridge\nvar session = new I2PSession(samPort: 7656);\nawait session.InitializeAsync();\n\n// Connect to a peer\nvar stream = await session.ConnectAsync(destination);\nvar writer = new BinaryWriter(stream);\nwriter.Write(\"Testing...\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelfisher%2Fi2pdotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelfisher%2Fi2pdotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelfisher%2Fi2pdotnet/lists"}