Changes between Version 23 and Version 24 of doc/developer/WiFiDog_V2
- Timestamp:
- 03/26/08 16:04:05 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/developer/WiFiDog_V2
v23 v24 37 37 * It waits for the status thread to download the configuration succesfully before initializing networking and denying clients 38 38 * Once initialized, it waits for connections on its port (redirected from firewall) 39 ** Handles traffic the same way as before (forward to login page... gets back a token later, tests the token with the auth server, applies firewall rules)39 * Handles traffic the same way as before (forward to login page... gets back a token later, tests the token with the auth server, applies firewall rules) 40 40 41 41 === Status thread === … … 45 45 * System free memory 46 46 * System load average 47 * System network interface list (ifconfig -a). (needed to select which interface wifidog will use) 47 48 * Other stats... 48 49 * Currently connected clients