Skip to content

laoyang33/ToughRADIUS

 
 

Repository files navigation

TOUGHRADIUS

Build Status

ToughRADIUS is a Radius server software developed based on Python, which implements the standard Radius protocol and supports the extension of Radius protocol.

ToughRADIUS can be understood as a Radius middleware, and it does not implement all of the business functions. But it's easy to Easier to extended development.

ToughRADIUS is similar to freeRADIUS, But it's simpler to use, Easier to extended development.

Quick start

Install

First of all, you need a Python runtime environment and install the pip package manage tool

> pip install toughradius

Startup

Start authentication, accounting listen service

>> radiusd

debug mode

>> radiusd -x

for help

>> radiusd --help

About

Beautiful open source RadiusServer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.5%
  • Makefile 4.6%
  • Batchfile 3.9%