https://github.com/entgl-t/hotspot_billing
https://github.com/entgl-t/hotspot_billing
freeradius-server laravel-framework php plpgsql
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/entgl-t/hotspot_billing
- Owner: entgl-t
- Created: 2019-05-24T11:30:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T22:38:09.000Z (about 4 years ago)
- Last Synced: 2025-02-10T02:13:55.575Z (over 1 year ago)
- Topics: freeradius-server, laravel-framework, php, plpgsql
- Language: JavaScript
- Size: 5.47 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hotspot Billing System
======================
The Hotspot billing system was designed to provide metered Internet access and charge users in real time.
The software interface with networking equipment to collect usage data and to control Internet access.
Wi-Fi hotspot billing system based on Chillispot open source captive portal with RADIUS AAA-protocol .
Server part runs on Linux. PostgreSQL DBMS is used to store data and stored procedures.
Requirements
-------------
- PHP >= 5.6
- Laravel Framework >= 5.1
- FreeRADIUS server
- PostgreSQL 9.3
- PL\pgSQL
- WAN-router with dd-wrt firmware
- Chillispot captive portal
Configuration
-------------
To setup client side captive portal one can refer to example below

Captive portal
---------------

Licence
-------
> Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
>
> Copyright (c) 2016 Doniyor Tropmann
>
> For non-commercial use
References
------------
- https://freeradius.org/documentation
- http://www.chillispot.org
--