All Projects → openwisp → Django Freeradius

openwisp / Django Freeradius

Licence: gpl-3.0
Administration web interface and REST API for freeradius 3 build in django & python, development has moved to openwisp-radius

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Freeradius

Openwisp Radius
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.
Stars: ✭ 206 (-47.45%)
Mutual labels:  networking, radius
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 (-3.83%)
Mutual labels:  networking
Unitylockstep
Modern Lockstep with clientside prediction and rollback
Stars: ✭ 349 (-10.97%)
Mutual labels:  networking
Ceras
Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c
Stars: ✭ 374 (-4.59%)
Mutual labels:  networking
Game Networking Resources
A Curated List of Game Network Programming Resources
Stars: ✭ 4,208 (+973.47%)
Mutual labels:  networking
Serving
Kubernetes-based, scale-to-zero, request-driven compute
Stars: ✭ 4,238 (+981.12%)
Mutual labels:  networking
Ws
⚠️ Deprecated - (in favour of Networking) ☁️ Elegantly connect to a JSON api. (Alamofire + Promises + JSON Parsing)
Stars: ✭ 352 (-10.2%)
Mutual labels:  networking
Goben
goben is a golang tool to measure TCP/UDP transport layer throughput between hosts.
Stars: ✭ 391 (-0.26%)
Mutual labels:  networking
Restofire
Restofire is a protocol oriented networking client for Alamofire
Stars: ✭ 377 (-3.83%)
Mutual labels:  networking
Netjsonconfig
Network configuration management library based on NetJSON DeviceConfiguration
Stars: ✭ 372 (-5.1%)
Mutual labels:  networking
Dsnet
Simple command to manage a centralised wireguard VPN. Think wg-quick but quicker: key generation + address allocation.
Stars: ✭ 365 (-6.89%)
Mutual labels:  networking
Substratumnode
WE ARE THE FOUNDATION OF THE DECENTRALIZED WEB.
Stars: ✭ 359 (-8.42%)
Mutual labels:  networking
Openwisp Config
OpenWRT configuration agent for OpenWISP Controller
Stars: ✭ 375 (-4.34%)
Mutual labels:  networking
Arachne
An always-on framework that performs end-to-end functional network testing for reachability, latency, and packet loss
Stars: ✭ 353 (-9.95%)
Mutual labels:  networking
Ntex
framework for composable networking services
Stars: ✭ 381 (-2.81%)
Mutual labels:  networking
Devops Guide
DevOps Guide - Development to Production all configurations with basic notes to debug efficiently.
Stars: ✭ 4,119 (+950.77%)
Mutual labels:  networking
Daloradius
daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, a billing engine and integrates with GoogleMaps for geo-locating.
Stars: ✭ 368 (-6.12%)
Mutual labels:  radius
Rustscan
🤖 The Modern Port Scanner 🤖
Stars: ✭ 5,218 (+1231.12%)
Mutual labels:  networking
Trio
Trio – a friendly Python library for async concurrency and I/O
Stars: ✭ 4,404 (+1023.47%)
Mutual labels:  networking
Pig
A Linux packet crafting tool.
Stars: ✭ 384 (-2.04%)
Mutual labels:  networking

django-freeradius

WARNING: The development of this project has moved to openwisp-radius <https://github.com/openwisp/openwisp-radius>_, we advise all users of django-freeradius to follow the tutorial below to migrate their existing database:

  1. Take a backup of your database.
  2. Create JSON backup of data that's required for migration with the following command:

.. code-block:: shell

# Go to the django-freeradius repository (or installed app)
cd tests/
python manage.py dumpdata auth.user > user.json
python manage.py dumpdata auth.group > group.json
python manage.py dumpdata auth.permission > permission.json
python manage.py dumpdata contenttypes > contenttype.json
python manage.py dumpdata sites > site.json
python manage.py dumpdata socialaccount > social.json
python manage.py dumpdata django_freeradius > freeradius.json
pwd # copy output of the command
  1. Setup openwisp-radius <https://openwisp-radius.readthedocs.io/en/latest/developer/setup.html#setup-integrate-in-an-existing-django-project>_

  2. Use the upgrader script <https://openwisp-radius.readthedocs.io/en/latest/user/management_commands.html#upgrade-from-django-freeradius>_:

.. code-block:: shell

# In the openwisp-radius repository
python tests/manage.py upgrade_from_django_freeradius --backup <output-copied-in-step-2>

For any support, please reach out to us on the chat channel on gitter <https://gitter.im/openwisp/general>_ or use the mailing list <https://groups.google.com/forum/#!forum/openwisp>_.

The development of django-freeradius is discontinued and this repository is archived.

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].