Radcli library 2.0.0
A simple radius library -- new API reference
Loading...
Searching...
No Matches
src Directory Reference

Files

 
raddaeserver.c
 A runnable RFC 5176 dynamic-authorization (CoA/Disconnect) server, built entirely on radcli2.h's public API: radcli_dae_new()/_set_handler()/ _start(), a plain poll() loop driven by radcli_ctx_get_poll(), and radcli_ctx_dispatch() to validate and deliver each request to the handler below, which prints it and answers.
 
radexample-async-dae.c
 radexample.c's This is a client the maintains a long-lived TLS/DTLS session with the radius server, sending Access-Request, and sending a watchdog message, plus a Disconnect-Request (Dynamic Authorization) listener.
 
radexample.c
 Minimal example of using the radcli2.h library for authentication.