Skip to content

Commit 4b3156c

Browse files
committed
README: add note on gateway, github URL
1 parent 3de9e24 commit 4b3156c

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
1+
# WifiDog #
2+
13
The WiFi Guard Dog project is a complete and embeddable captive portal
24
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.
46

57
The project's homepage is:
68
http://dev.wifidog.org/
79

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.
1025

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.
1229

0 commit comments

Comments
 (0)