TinyRadius 0.9.6 review
DownloadTinyRadius is a small, fast and reliable Java Radius library which is capable of sending and receiving Radius packets of all types
|
|
TinyRadius is a small, fast and reliable Java Radius library which is capable of sending and receiving Radius packets of all types.
It does not provide a fully-fledged Radius server, but helps you to implement Radius services in your application.
Here are some key features of "TinyRadius":
send and receive Radius packets (Access-Request, Access-Accept, Access-Reject, Access-Challenge, Accounting-Request, Accounting-Response and others) from within your Java application
use PAP and CHAP as authentication types for Access-Request messages
attach arbitrary Radius attributes to the packets employing attribute names read from a dictionary file
send and receive Radius packets with "Vendor-Specific" attributes
What's New in This Release:
bug fix: implicit conversion of byte to int failed for values bigger than 127 (class VendorSpecificAttribute) thanks to Aldir O. Brandao Jr and to Bj?rn Nordb?!
bug fix: SocketException terminated Radius listen thread in RadiusServer class
improved duplicate packet check by using Radius Authenticator field which includes a checksum over the whole packet
TinyRadius 0.9.6 keywords