summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-13 16:11:55 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-13 16:11:55 +0000
commit59388ac3f26f8f8a23ee7d512cd91fefbe25fb1a (patch)
treed8bd375f336c6b662f3916394c689ea40f3589c7 /doc
parente9fc5fd1bdf29434238410113abf74ba7b1546cb (diff)
Serveral fixes
git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@6 022f378f-78c4-0310-b860-d162c87e6274
Diffstat (limited to 'doc')
-rw-r--r--doc/README20
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/README b/doc/README
index e9cfad8..9c61633 100644
--- a/doc/README
+++ b/doc/README
@@ -1 +1,19 @@
-Sorry, no README yet.
+Sorry, no real README yet.
+
+Just a short intro:
+
+waproamd is to be used together with ifplugd.
+
+waproamd: when not associated waproamd does periodic scans and tries to associate to a sensible AP by running a script in /etc/waproamd/scripts
+
+aeswepd: A daemon for doing AES based WEP rekeying, is called by /etc/waproamd/scripts/default if /etc/waproamd/keys/foo.aes exists
+
+ifplugd: if an associating succeeded runs ifup for the device
+
+waproamd will not issue scans while associated.
+
+The algorithm to select an AP if multiple are available is rather simple: Just take the first one having a script in /etc/waproamd/scripts.
+
+If a script named after the MAC address of the AP is available in /etc/waproamd/scripts/ it is run if an AP is selected. If not /etc/waproamd/scripts/default is run. Have a look on that script to see its arguments.
+
+$Id$