http://freifunk.in-kiel.de/wiki/Entwicklung/fastd
HowTo: http://www.nilsschneider.net/2013/02/17/fastd-tutorial.html
OpenWRT-Pakete: https://git.metameute.de/lff/pkg_fastd/
Debian-Pakete:
echo "deb http://repo.universe-factory.net/debian/ sid main" > /etc/apt/sources.list apt-get update apt-get install fastd
Folgende Abhängigkeiten werden benötigt:
apt-get install git cmake-curses-gui libnacl-dev flex bison libcap-dev pkg-config
Release-Pakete:
wget --no-check-certificate https://projects.universe-factory.net/attachments/download/43/fastd-7.tar.xz unxz fastd-7.tar.xz tar -xvf fastd-7.tar wget --no-check-certificate https://projects.universe-factory.net/attachments/download/42/libuecc-3.tar.xz unxz libuecc-3.tar.xz tar -xvf libuecc-3.tar
Compilieren&Installieren aus dem Repository:
git clone http://git.universe-factory.net/fastd git clone http://git.universe-factory.net/libuecc mkdir fastd_build mkdir libuecc_build cd libuecc_build cmake ../libuecc make && make install cd .. cd fastd_build cmake ../fastd make && make install cd .. rm -rf fastd* libuecc*
Im ccmake-Menü muss zweimal 'c' und einmal 'g' gedrückt werden.
Hier gibt es die OpenWRT-Pakete:
https://git.metameute.de/lff/pkg_fastd/