This package contains sample applications that
show how to use TinyRadius.
- TestClient shows how to send Radius Access-Request and
Accounting-Request packets.
- TestServer can answer both to Access-Request and Access-Response
packets with Access-Accept/Reject or Accounting-Response, respectively.
- TestProxy shows how to implement a proxy radius server. You can use
this class together with TestClient and TestServer.
- TestDictionary demonstrates the use of custom dictionaries.