All Projects → openwisp → Openwisp Radius

openwisp / Openwisp Radius

Licence: gpl-3.0
Administration web interface and REST API for freeradius 3 build in django & python. Supports captive portal authentication, WPA Enerprise (802.1x), freeradius rlm_rest, social login, Hotspot 2.0 / 802.11u, importing users from CSV, registration of new users and more.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Openwisp Radius

Ansible Openwisp2 Imagegenerator
Automatically build several openwisp2 firmware images for different organizations while keeping track of their differences
Stars: ✭ 122 (-40.78%)
Mutual labels:  hacktoberfest, networking, wifi
Openwisp Controller
Network and WiFi controller: provisioning, configuration management and updates, (pull via openwisp-config or push via SSH), x509 PKI management and more. Mainly OpenWRT, but designed to work also on other systems.
Stars: ✭ 377 (+83.01%)
Mutual labels:  hacktoberfest, networking, wifi
Pavlos
A light-weight container runtime for Linux with NVIDIA gpu support, allows developers to quicky setup development environments for dev and test. Pavlos can emulate any Linux rootfs image as a container.
Stars: ✭ 22 (-89.32%)
Mutual labels:  hacktoberfest, networking
Hostapd
Script for compiling, patching and packing hostapd from sources
Stars: ✭ 36 (-82.52%)
Mutual labels:  wifi, wifi-hotspot
Esp8266 deauther
Affordable WiFi hacking platform for testing and learning
Stars: ✭ 9,312 (+4420.39%)
Mutual labels:  hacktoberfest, wifi
Ucx
Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group)
Stars: ✭ 471 (+128.64%)
Mutual labels:  hacktoberfest, networking
Cnp3
Computer Networking : Principles, Protocols and Practice (first and second edition, third edition is being written on https://github.com/cnp3/ebook)
Stars: ✭ 471 (+128.64%)
Mutual labels:  networking, wifi
Virtualrouter
Original, open source Wifi Hotspot for Windows 7, 8.x and Server 2012 and newer
Stars: ✭ 53 (-74.27%)
Mutual labels:  wifi, wifi-hotspot
Ansible Openwisp2
Ansible role that installs and upgrades OpenWISP.
Stars: ✭ 403 (+95.63%)
Mutual labels:  hacktoberfest, wifi
Deautherdroid
Additional android app for SpaceHunn's ESP8266 DeAuther.
Stars: ✭ 93 (-54.85%)
Mutual labels:  hacktoberfest, wifi
Network
An ansible role to configure networking
Stars: ✭ 134 (-34.95%)
Mutual labels:  hacktoberfest, networking
Wifiutils
Easily Connect to WiFi Networks
Stars: ✭ 449 (+117.96%)
Mutual labels:  wifi, wifi-hotspot
Linux Wifi Hotspot
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
Stars: ✭ 434 (+110.68%)
Mutual labels:  wifi, wifi-hotspot
Roc Toolkit
Real-time audio streaming over the network.
Stars: ✭ 673 (+226.7%)
Mutual labels:  hacktoberfest, networking
Mobly
E2E test framework for tests with complex environment requirements.
Stars: ✭ 424 (+105.83%)
Mutual labels:  networking, wifi
Openwisp Monitoring
Network monitoring system written in Python and Django, designed to be extensible, programmable, scalable and easy to use by end users: once the system is configured, monitoring checks, alerts and metric collection happens automatically.
Stars: ✭ 37 (-82.04%)
Mutual labels:  hacktoberfest, networking
Netjson
NetJSON is a data interchange format for encoding the basic building blocks of networks.
Stars: ✭ 171 (-16.99%)
Mutual labels:  networking, wifi
Django Freeradius
Administration web interface and REST API for freeradius 3 build in django & python, development has moved to openwisp-radius
Stars: ✭ 392 (+90.29%)
Mutual labels:  networking, radius
Nmstate
Nmstate is a library with an accompanying command line tool that manages host networking settings in a declarative manner.
Stars: ✭ 63 (-69.42%)
Mutual labels:  hacktoberfest, networking
Wififlutter
Plugin Flutter which can handle WiFi connections (AP, STA)
Stars: ✭ 142 (-31.07%)
Mutual labels:  wifi, wifi-hotspot

openwisp-radius

.. image:: https://github.com/openwisp/openwisp-radius/workflows/OpenWISP%20Radius%20CI%20Build/badge.svg?branch=master :target: https://github.com/openwisp/openwisp-radius/actions?query=workflow%3A%22OpenWISP+Radius+CI+Build%22 :alt: CI build status

.. image:: https://coveralls.io/repos/github/openwisp/openwisp-radius/badge.svg?branch=master :target: https://coveralls.io/github/openwisp/openwisp-radius?branch=master :alt: Test Coverage

.. image:: https://requires.io/github/openwisp/openwisp-radius/requirements.svg?branch=master :target: https://requires.io/github/openwisp/openwisp-radius/requirements/?branch=master :alt: Requirements Status

.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg :target: https://gitter.im/openwisp/general :alt: Chat

.. image:: https://badge.fury.io/py/openwisp-radius.svg :target: http://badge.fury.io/py/openwisp-radius :alt: Pypi Version

.. image:: https://pepy.tech/badge/openwisp-radius :target: https://pepy.tech/project/openwisp-radius :alt: Downloads

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://pypi.org/project/black/ :alt: code style: black

.. image:: https://github.com/openwisp/openwisp-radius/raw/master/docs/source/images/demo_radius.gif :alt: Feature Highlights

OpenWISP RADIUS provides a web interface to a freeradius <https://freeradius.org/>_ database, a rich REST HTTP API <https://openwisp-radius.readthedocs.io/en/latest/user/api.html>_ and features like user self registration <https://openwisp-radius.readthedocs.io/en/latest/user/registration.html>, SMS verification <https://openwisp-radius.readthedocs.io/en/latest/user/api.html?highlight=SMS#create-sms-token>, import of users from CSV files <https://openwisp-radius.readthedocs.io/en/latest/user/importing_users.html>, generation of new users for events <https://openwisp-radius.readthedocs.io/en/latest/user/generating_users.html>, social login <https://openwisp-radius.readthedocs.io/en/latest/user/social_login.html>_, and much more.

It can be used as a standalone application or integrated with the rest of OpenWISP <https://openwisp.org>. It can also be used as a base system or framework on top of which custom tailored solutions can be built <https://openwisp-radius.readthedocs.io/en/latest/developer/how_to_extend.html>.

  • Documentation <http://openwisp-radius.readthedocs.io/en/latest/>_
  • Change log <https://github.com/openwisp/openwisp-radius/blob/master/CHANGES.rst>_
  • Support <http://openwisp.org/support.html>_
  • Issue Tracker <https://github.com/openwisp/openwisp-radius/issues>_
  • License <https://github.com/openwisp/openwisp-radius/blob/master/LICENSE>_

.. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg :target: http://openwisp.org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].