root/trunk/wifidog-auth-lite/README

Revision 1107, 2.1 KB (checked in by acv, 6 years ago)

new file

Line 
1wifidog-auth-lite
2
3README Document
4
5Alexandre Carmel-Veilleux
6<acv@miniguru.ca>
7
8INTRODUCTION
9============
10
11        Wifidog-auth-lite was initially a one-off project for
12Ile Sans Fil. The primary goal was to have NoCatSplash like
13behavior during a single one-day event Ile Sans Fil was being
14paid to provide wifi at.
15        This was in the beginning, when the gateway was still
16somewhat unstable and ISF was flat broke money-wise. And so
17we agreed to provide wifi and then when it came to the auth
18server, we weren't ready.
19        I volunteered to write this package and did so in a
20few hours, litteraly at the 11th hour in fact. I volunteered
21because at the time I was quite possibly the only one who
22know precisely how little the Gateway needed to get going.
23While the technical consensus was to trim down the Auth
24Server. Whereas I knew that a file containing only the
25following lines would successfully authenticate a user:
26
27-------------------
28Auth: 1
29Messages: |Bogus
30-------------------
31
32        And so I wrote that code, the event was held (that
33is a story in its own right) and then the code was quickly
34forgotten, rotted and then broke. It was no longer needed.
35        And now, I'm giving the code a second-life as a
36minimal implementation of the WifiDog protocol. The focus
37this time around will be two-fold:
38
39        1. Debugging gateway protocol interactions.
40
41        2. Providing a lightweight PHP4 base for anyone
42           to start from when implementing their own
43           auth server.
44
45        It's important to note that it is not a goal to
46develop an alternate auth server for Ile Sans Fil or even
47a new primary auth server to replace wifidog-auth. Highly
48motivated groupd will find the base useful but users that
49don't possess programming skills will be much better served
50trying to get wifidog-auth working then trying to make
51wifidog-auth-lite behave as they wish.
52        Wireless groups however will find that the debugging
53tools included very useful if they're having any network
54communications problem in their environment.
55        Incidental goals of this project will include the
56production of a detailed protocol specification and of tools
57to simulate a gateway to test auth servers.
Note: See TracBrowser for help on using the browser.