No description
Find a file
2017-06-25 23:19:09 +02:00
files Wait x times before accepting 2017-06-25 18:20:24 +02:00
src Format code 2017-06-25 20:27:29 +02:00
CMakeLists.txt First version 2017-05-30 22:16:06 +02:00
LICENSE Initial commit 2017-05-24 15:38:04 +02:00
README.md Add installation instructions 2017-06-25 23:19:09 +02:00

DAWN

Decentralized WiFi Controller

Repro Content
patches-pending Pending LEDE / OpenWrt Patches DAWN is depending on
bowl-feed Feed for DAWN

Installation

Compiling LEDE with patch

Clone LEDE source code

git clone https://github.com/lede-project/source.git

Switch to directory

cd lede/

Clone patch

git clone https://github.com/berlin-open-wireless-lab/patches-pending.git

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 to feeds.conf

src-git bowlfeed git@github.com:berlin-open-wireless-lab/bowl-feed.git

Slect dawn under

make menuconfig

Compile

make package/dawn/compile