2020-12-08 00:40:19 +09:00
2020-12-08 00:40:19 +09:00
📝 doc
2020-12-07 23:28:38 +09:00
2020-11-24 02:04:54 +09:00
2020-12-08 00:40:19 +09:00
2020-11-24 02:22:53 +09:00
2020-11-29 12:45:35 +09:00
📝 doc
2020-12-07 23:28:38 +09:00
2020-11-27 19:56:00 +00:00

radius-rs

A async/await native implementation of the RADIUS server and client for Rust.

Description

This RADIUS server and client implementation use tokio to support asynchronous operations natively. This implementation satisfies basic functions that are described in RFC2865.

Usage

Simple example implementations are here:

Supported Dictionaries

This supports the following RFC dictionaries at the moment:

Roadmap

  • retransmission feature on the client
  • Support the following RFC dictionaries:
    • rfc4679
    • rfc5447
    • rfc5580
    • rfc6929
    • rfc6930
    • rfc7268
    • rfc7499
    • rfc7930
    • rfc8045
    • rfc8559

Note

The original implementation and design of this are inspired by layeh/radius.

Author

moznion (moznion@gmail.com)

Description
An async/await native implementation of the RADIUS server and client for Rust.
Readme MIT 443 KiB
Languages
Rust 99.8%
Shell 0.2%