File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ # WifiDog #
2
+
1
3
The WiFi Guard Dog project is a complete and embeddable captive portal
2
4
solution for wireless community groups or individuals who wish to open a
3
- free HotSpot while still preventing abuse of their Internet connection.
5
+ free hotspot while still preventing abuse of their Internet connection.
4
6
5
7
The project's homepage is:
6
8
http://dev.wifidog.org/
7
9
8
- Mailing list interface:
9
- http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog
10
+ Development happens on GitHub:
11
+ https://github.com/wifidog/
12
+
13
+ ## WifiDog Gateway ##
14
+
15
+ WifiDog consists of two parts:
16
+
17
+ * auth server
18
+ * client daemon (the gateway)
19
+
20
+ This repository contains the client daemon. The client typically runs on
21
+ embedded hardware, e.g. the hotspot itself. The client is responsible for
22
+ redirecting the user to the auth server where they may authenticate
23
+ themselves. Depending on the response of the auth server, the client
24
+ lifts the access restrictions for the user.
10
25
11
- The project's software is released under the GPL license and is copyright it's respective owners.
26
+ ## License ##
27
+ The project's software is released under the GPL license and is copyrighted
28
+ by its respective owners. See COPYING for details.
12
29
You can’t perform that action at this time.
0 commit comments