Pure (as far as this code goes) implementation of RADIUS protocol in Go
Most of the RFCs related to RADIUS protocol are implemented with a few exceptions for a few data types, ie TLV, VSA
Older versions may also be fine, however Action CI/CD only tests against versions above
go get "github.com/MikhailMS/go-radius"
# In Go code
import "github.com/MikhailMS/go-radius"
go test ./...
Would you love to contribute to this project? I'd really appreciate your input!
- Raise an issue, if you believe some functionality is missing, something is broken and etc
- Create a PR, if you already sorted out some issues yourself. Please ensure to submit PR to development branch
- This is re-write of Rust implementation of RADIUS protocol