{"id":13739185,"url":"https://github.com/SamuelFisher/i2pdotnet","last_synced_at":"2025-05-08T18:32:07.549Z","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":5,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T09:42:48.043Z","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":"2023-08-06T21:34:08.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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253127131,"owners_count":21858196,"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":["csharp","dotnet","i2p"],"created_at":"2024-08-03T04:00:27.826Z","updated_at":"2025-05-08T18:32:02.500Z","avatar_url":"https://github.com/SamuelFisher.png","language":"C#","funding_links":[],"categories":["Libraries"],"sub_categories":["SAM"],"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"}