{"id":20365849,"url":"https://github.com/cycoresystems/radius","last_synced_at":"2025-04-12T04:50:40.458Z","repository":{"id":57528222,"uuid":"51178456","full_name":"CyCoreSystems/radius","owner":"CyCoreSystems","description":"Go RADIUS client library","archived":false,"fork":false,"pushed_at":"2016-11-23T15:51:44.000Z","size":36,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-05T17:12:50.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/CyCoreSystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2016-02-05T22:37:01.000Z","updated_at":"2022-08-20T23:12:08.000Z","dependencies_parsed_at":"2022-08-30T11:50:19.927Z","dependency_job_id":null,"html_url":"https://github.com/CyCoreSystems/radius","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCoreSystems%2Fradius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCoreSystems%2Fradius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCoreSystems%2Fradius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCoreSystems%2Fradius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyCoreSystems","download_url":"https://codeload.github.com/CyCoreSystems/radius/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519473,"owners_count":21117757,"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":[],"created_at":"2024-11-15T00:20:34.868Z","updated_at":"2025-04-12T04:50:40.428Z","avatar_url":"https://github.com/CyCoreSystems.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# radius\n\nGo RADIUS client library\n\nRADIUS Accounting / RFC2866\n\n## Client usage\n\n\tcl := radius.NewClient(\u0026radius.Opts{\n\t\tHost: \"\",\n\t\tSharedSecret: \"\",\n\t})\n\n\t// send arbitrary packets\n\tresp, err := cl.Send(...)\n\n## Session Usage\n\t\n\tid := ...\n\n\t// create a new accounting session\n\tsess := cl.NewSession(id, radius.TextString(radius.AccessUsername, \"username\"))\n\n\t// add some data to the session\n\tsess.AddInputOctet(12)\n\tsess.AddOutputOctet(33)\n\n\t// close the session\n\tsess.Stop(radius.UserRequest)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycoresystems%2Fradius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcycoresystems%2Fradius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycoresystems%2Fradius/lists"}