@@ -4,11 +4,10 @@ The WiFi Guard Dog project is a complete and embeddable captive portal
4
4
solution for wireless community groups or individuals who wish to open a
5
5
free hotspot while still preventing abuse of their Internet connection.
6
6
7
- The project's homepage is:
8
- http://dev.wifidog.org/
7
+ More information and the old issue tracker can be found on
8
+ [ dev.wifidog.org] [ homepage ] .
9
+ Nowadays, development happens on [ github] [ GitHub ] .
9
10
10
- Development happens on GitHub:
11
- https://github.com/wifidog/
12
11
13
12
## WifiDog Gateway ##
14
13
@@ -22,8 +21,18 @@ embedded hardware, e.g. the hotspot itself. The client is responsible for
22
21
redirecting the user to the auth server where they may authenticate
23
22
themselves. Depending on the response of the auth server, the client
24
23
lifts the access restrictions for the user.
24
+ Client and server speak the [ WifiDog Protocol Version 1] [ protov1 ] ,
25
+ with Version 2 being a draft which has not been implemented so far.
26
+ A detailed description of the login process involving user,
27
+ client and server is available as a [ flow diagram] [ flowdia ] .
28
+
25
29
26
30
## License ##
27
31
The project's software is released under the GPL license and is copyrighted
28
32
by its respective owners. See COPYING for details.
29
33
34
+ [ homepage ] : http://dev.wifidog.org/
35
+ [ github ] : https://github.com/wifidog/
36
+ [ protov1 ] : http://dev.wifidog.org/wiki/doc/developer/WiFiDogProtocol_V1
37
+ [ flowdia ] : http://dev.wifidog.org/wiki/doc/developer/FlowDiagram
38
+
0 commit comments