|
|
As a long time user of Open Source Software this is my contribution back to the community.
- PHP Radius Accounting Tool (PRAT)
- For use with freeradius and mysql.
- Listing of Users:
- Bandwidth used by user up/down, # of logins, Usage Details
- Who is using most bandwidth
- List of stations (Access Points)
- Which users use each Access Point
- Most popular Access points
- Most bandwidth used by station
- Logins per station
- Download version 0.1 radius_acct_tools.tgz
- Pushing host monitor
- Simple host monitoring tool, the hosts push their info to the server that runs php/MySQL.
- The host sends the data using a web client (wget for example) So it is suitable for embedded systems.
- I use it on access points running OpenWRT Linux
- since the hosts are pushing the data, they can be behind a firewall/NAT or proxy.
- Download version 0.2 pushing_host_monitor-0.2.tgz
- Very simple INI file reader using a bit of the c++ stl.
- download lib_INI_STL.tar.gz
- It uses simple name=value pairs to parse an INI file, and suports commenting the .ini file
- you can return the value as an int, string, or double
- Released under MIT style licence
- Lonworks using linux.
|