mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
treewide: code and documentation cleanup
Tidy up a few bits of code - nothing very significant. Documentation fixes and updates [cleanup commit message] Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
8290138179
commit
5d8df44a3a
7 changed files with 18 additions and 20 deletions
|
@ -7,8 +7,7 @@ DAWN collects and shares information about the APs and clients in the
|
|||
network by using several standard components. The below assumes it is
|
||||
running on an OpenWrt device.
|
||||
|
||||

|
||||

|
||||
|
||||
Information about capability of the AP and current clients is discovered
|
||||
via the hostapd and iwinfo. The task to do this is scheduled by a timer.
|
||||
|
@ -105,7 +104,7 @@ Now you need to clone DAWN, e.g. into your home directory
|
|||
|
||||
You must then add a symlink. In the OpenWrt branch do something like
|
||||
|
||||
ln -s ~/DAWN/.git/ ~openwrt/feeds/packages/net/dawn/git-src
|
||||
ln -s ~/DAWN/.git/ ~/openwrt/feeds/packages/net/dawn/git-src
|
||||
|
||||
Now compile dawn
|
||||
|
||||
|
@ -179,4 +178,3 @@ algorithms to ensure that expected behaviour occurs. At the time of
|
|||
writing a number of *.script files exist that can be passed to
|
||||
test_storage, but these haven't necessarily been maintained as the code
|
||||
has evolved from when they were originally written.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue