mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
update readme and install instructions
This commit is contained in:
parent
2ff3b3017f
commit
bbd80a8929
2 changed files with 50 additions and 21 deletions
39
INSTALL.md
39
INSTALL.md
|
@ -2,10 +2,6 @@
|
|||
|
||||
### Compiling DAWN
|
||||
|
||||
Add [bowlfeed](https://github.com/berlin-open-wireless-lab/bowl-feed.git) to feeds.conf
|
||||
|
||||
src-git bowlfeed git@github.com:berlin-open-wireless-lab/bowl-feed.git
|
||||
|
||||
Update Feeds
|
||||
|
||||
./scripts/feeds update -a
|
||||
|
@ -14,7 +10,6 @@ Install DAWN
|
|||
|
||||
./scripts/feeds install dawn
|
||||
|
||||
|
||||
Select dawn under
|
||||
|
||||
make menuconfig
|
||||
|
@ -23,6 +18,40 @@ Compile
|
|||
|
||||
make package/dawn/compile
|
||||
|
||||
## Compile Latest DAWN
|
||||
|
||||
Clone Openwrt
|
||||
|
||||
https://git.openwrt.org/openwrt/openwrt.git
|
||||
|
||||
Update feeds
|
||||
|
||||
./scripts/feeds update packages
|
||||
|
||||
install dawn
|
||||
|
||||
./scripts/feeds install dawn
|
||||
|
||||
Now do
|
||||
|
||||
make menuconfig
|
||||
|
||||
Select `Advanced Configuration -> Enable package source-tree override`.
|
||||
|
||||
Further, select dawn under `Network -> dawn`.
|
||||
|
||||
Now you need to clone DAWN, e.g. into your home directory
|
||||
|
||||
git clone https://github.com/berlin-open-wireless-lab/DAWN.git ~/DAWN
|
||||
|
||||
You have to add now a symlink. In the openwrt branch do something like
|
||||
|
||||
ln -s ~/DAWN/.git/ feeds/packages/net/dawn/git-src
|
||||
|
||||
Now compile dawn
|
||||
|
||||
make package/dawn/clean && make package/dawn/compile
|
||||
|
||||
### Configure Dawn
|
||||
|
||||
Edit settings under
|
||||
|
|
14
README.md
14
README.md
|
@ -3,13 +3,6 @@
|
|||
# DAWN
|
||||
Decentralized WiFi Controller
|
||||
|
||||
## Related
|
||||
|
||||
|Repro |Content |
|
||||
|------------------|--------------------------|
|
||||
|[patches-pending](https://github.com/berlin-open-wireless-lab/patches-pending)|Pending OpenWrt Patches DAWN is depending on|
|
||||
|[bowl-feed](https://github.com/berlin-open-wireless-lab/bowl-feed)|Feed for DAWN|
|
||||
|
||||
## Installation
|
||||
|
||||
See [installation](INSTALL.md).
|
||||
|
@ -50,6 +43,13 @@ I setup the OpenWRT Router as dumb APs.
|
|||
|deny_auth_reason | '1' |Status code for denying authentications.|
|
||||
|deny_assoc_reason | '17' |Status code for denying associations.|
|
||||
|use_driver_recog | '1' |Allow drivers to connect after a certain time.|
|
||||
| min_number_to_kick | '3' | How often a clients needs to be evaluated as bad before kicking. |
|
||||
| chan_util_avg_period | '3' | Channel Utilization Averaging |
|
||||
| set_hostapd_nr | '1' | Feed Hostapd With NR-Reports |
|
||||
| op_class | '0' | 802.11k beacon request parameters |
|
||||
| duration | '0' | 802.11k beacon request parameters |
|
||||
| mode | '0' | 802.11k beacon request parameters |
|
||||
| scan_channel | '0' | 802.11k beacon request parameters |
|
||||
|
||||
|
||||
## ubus interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue