{"id":20817873,"url":"https://github.com/vforteli/flexinets.radius.radiusclient","last_synced_at":"2026-03-15T07:43:09.881Z","repository":{"id":47157509,"uuid":"100248734","full_name":"vforteli/Flexinets.Radius.RadiusClient","owner":"vforteli","description":"Radius client for .Net (Net Standard)","archived":false,"fork":false,"pushed_at":"2024-11-29T13:24:46.000Z","size":39,"stargazers_count":12,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T14:06:08.452Z","etag":null,"topics":["dotnet","netstandard","radius","radius-client","rfc2865","rfc2866"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vforteli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-14T09:07:00.000Z","updated_at":"2025-04-17T12:31:17.000Z","dependencies_parsed_at":"2022-09-18T23:00:17.883Z","dependency_job_id":null,"html_url":"https://github.com/vforteli/Flexinets.Radius.RadiusClient","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/vforteli%2FFlexinets.Radius.RadiusClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vforteli%2FFlexinets.Radius.RadiusClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vforteli%2FFlexinets.Radius.RadiusClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vforteli%2FFlexinets.Radius.RadiusClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vforteli","download_url":"https://codeload.github.com/vforteli/Flexinets.Radius.RadiusClient/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252892503,"owners_count":21820648,"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":["dotnet","netstandard","radius","radius-client","rfc2865","rfc2866"],"created_at":"2024-11-17T21:44:36.317Z","updated_at":"2026-03-15T07:43:09.848Z","avatar_url":"https://github.com/vforteli.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Radius client library for .NET Standard\n\nThis library can be used to asynchronously send packets to Radius servers\n\n## RadiusClient usage\n\n```csharp\nusing var client = new RadiusClient(\n    new IPEndPoint(IPAddress.Any, 58733),\n    new RadiusPacketParser(\n        loggerFactory.CreateLogger\u003cRadiusPacketParser\u003e(),\n        RadiusDictionary.Parse(DefaultDictionary.RadiusDictionary)));\n\n\nvar requestPacket = new RadiusPacket(PacketCode.AccessRequest, 0, \"xyzzy5461\");\nrequestPacket.AddMessageAuthenticator(); // Add message authenticator for BLASTRadius\nrequestPacket.AddAttribute(\"User-Name\", \"nemo\");\nrequestPacket.AddAttribute(\"User-Password\", \"arctangent\");\n\nvar responsePacket = await client.SendPacketAsync(\n    requestPacket,\n    new IPEndPoint(IPAddress.Parse(\"127.0.0.1\"), 1812));\n\nif (responsePacket.Code == PacketCode.AccessAccept)\n{\n    // Hooray\n}\n```\n\nMultiple requests and responses can be made asynchronously on the same local port as long as the identifier and remote host:port remain unique\n\nhttps://www.nuget.org/packages/Flexinets.Radius.RadiusClient/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvforteli%2Fflexinets.radius.radiusclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvforteli%2Fflexinets.radius.radiusclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvforteli%2Fflexinets.radius.radiusclient/lists"}