mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
add readme
This commit is contained in:
parent
e0207ddfa7
commit
fbfea7131c
1 changed files with 1 additions and 58 deletions
59
README.md
59
README.md
|
@ -8,64 +8,7 @@ Decentralized WiFi Controller
|
||||||
|[patches-pending](https://github.com/berlin-open-wireless-lab/patches-pending)|Pending OpenWrt Patches DAWN is depending on|
|
|[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|
|
|[bowl-feed](https://github.com/berlin-open-wireless-lab/bowl-feed)|Feed for DAWN|
|
||||||
|
|
||||||
## Installation
|
[Install](INSTALL.md)
|
||||||
|
|
||||||
### Compiling OpenWRT with patch
|
|
||||||
|
|
||||||
Create Folder
|
|
||||||
|
|
||||||
mkdir patched_openwrt
|
|
||||||
|
|
||||||
Enter folder
|
|
||||||
|
|
||||||
cd patched_openwrt
|
|
||||||
|
|
||||||
Clone OpenWRT source code
|
|
||||||
|
|
||||||
git clone https://github.com/openwrt/openwrt.git source
|
|
||||||
|
|
||||||
Clone patch
|
|
||||||
|
|
||||||
git clone https://github.com/berlin-open-wireless-lab/patches-pending.git patches
|
|
||||||
|
|
||||||
Apply patches
|
|
||||||
|
|
||||||
quilt apply
|
|
||||||
|
|
||||||
Updating feeds
|
|
||||||
|
|
||||||
./scripts/feeds update -a && ./scripts/feeds/install -a
|
|
||||||
|
|
||||||
Configure image
|
|
||||||
|
|
||||||
make menuconfig
|
|
||||||
|
|
||||||
Compile image
|
|
||||||
|
|
||||||
make -j $(nproc)
|
|
||||||
|
|
||||||
### 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
|
|
||||||
|
|
||||||
Select dawn under
|
|
||||||
|
|
||||||
make menuconfig
|
|
||||||
|
|
||||||
Compile
|
|
||||||
|
|
||||||
make package/dawn/compile
|
|
||||||
|
|
||||||
### Configure Dawn
|
|
||||||
|
|
||||||
Edit settings under
|
|
||||||
|
|
||||||
/etc/config/dawn
|
|
||||||
|
|
||||||
Restart daemon
|
|
||||||
/etc/init.d/dawn restart
|
|
||||||
|
|
||||||
## Setting up Routers
|
## Setting up Routers
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue