Facebook Developers Network

Join MamakSpot Fb Developer Network


New Project unleashed !!!
Build You Own SMS System at home
http://cakesms.blogspot.com

Introduction to MamakSpot



Watch the demo video here

What is MamakSpot ?
A wifi controller. You can control your wifi users using a web based management system.

Features ? You can control the users by
1.by maximum usage hours
2.by expire date
3.by upload/download speed in kbps

How many versions of MamakSpot ?
1. MamakSpot Prepaid Edition
2. MamakSpot Manage Edition

MamakSpot Prepaid Edition ?
MamakSpot prepaid is targeted to people who wants to run prepaid business using Wifi. Admin can create X numbers of prepaid and registered or public users can buy the prepaid for their internet usage.

Mamakspot Manage Edition ?
This is fork from version 1 of MamakSpot. User must be registered first. Admin the, can select which user have the rights to surf the net. Admin simply enable particular user with some credentials like
1. upload/bandwith speed
2. Expiry date
Admin can check every connected user internet history like :
1. When he/she online
2. Number of hours online by day,month,year
3. Total bandwidth downloaded/uploaded
4. Sites visited
Who are the developer for MamakSpot ?
Currently, I'm the only one doing the RnD. From understanding how Radius server works to Web Management Interface. I can be contacted at 014.6412.911 ( Malaysia ) or by email at azril.nazli@gmail.com


Mamakspot V1 is free ( http://code.google.com/p/mamakspot/ )

Saturday, February 16, 2008

Some updates

Online Status
---------------------
manage.php online status now displaying more accurate data. Using shell_exec to call chilli_query list then use PHP to manipulate the data. It will show connected users ( wifi or wired ) with correct DHCP ip address and mac address.

Disconnect
--------------------
Before this I'm using disconnect table in MySQL. I've created simple bash script and running it in screen background. Every 15 secs the script will check mysql disconnect table in radius db and if any macaddress inserted into there, will be disconnected using php-cgi running as root.

Now I'm using PHP to execute chilli_query logout $mac to kick out connected user using Sudo ( remember to comment the requiretty var in visudo )

To Do lists
--------------------
1.Coupon system
2.Ajax PHP for displaying the usage bar
3.Max-Bandwidth counter in radius AAA

No comments:

Post a Comment