Metadata-Version: 2.0
Name: toughradius
Version: 5.0.0.6
Summary: Beautiful open source RadiusServer
Home-page: https://github.com/talkincode/toughradius
Author: jamiesun
Author-email: jamiesun.net@gmail.com
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Keywords: radius,AAA,authentication,accounting,authorization,toughradius
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Requires-Dist: gevent (==1.1.2)

# TOUGHRADIUS

[![Build Status](https://travis-ci.org/talkincode/ToughRADIUS.svg?branch=master)](https://travis-ci.org/talkincode/ToughRADIUS)

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

