Dieses Wiki ist ein Archiv bis 2023. Das aktuelle Wiki findet sich unter https://wiki.hamburg.ccc.de/

Difference between revisions of "Freifunk OpenWRT"

From CCCHHWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
sudo apt-get install gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils subversion libncurses5-dev zlib1g-dev
 
sudo apt-get install gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils subversion libncurses5-dev zlib1g-dev
 +
 +
 +
olsrd.conf
 +
DebugLevel              1
 +
IpVersion              4
 +
AllowNoInt              yes
 +
Pollrate                0.1
 +
TcRedundancy            2
 +
MprCoverage            7
 +
LinkQualityWinSize      100
 +
Hna4
 +
{
 +
}
 +
IpcConnect
 +
{
 +
MaxConnections  1
 +
Host            127.0.0.1
 +
}
 +
LinkQualityLevel 2
 +
UseHysteresis no
 +
Interface "eth1"
 +
{
 +
HelloInterval          5.0
 +
HelloValidityTime      90.0
 +
TcInterval              2.0
 +
TcValidityTime          270.0
 +
MidInterval            15.0
 +
MidValidityTime        90.0
 +
HnaInterval            15.0
 +
HnaValidityTime        90.0
 +
}

Revision as of 23:02, 7 December 2006

sudo apt-get install gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils subversion libncurses5-dev zlib1g-dev


olsrd.conf

DebugLevel              1
IpVersion               4
AllowNoInt              yes
Pollrate                0.1
TcRedundancy            2
MprCoverage             7
LinkQualityWinSize      100
Hna4
{
}
IpcConnect
{
MaxConnections  1
Host            127.0.0.1
}
LinkQualityLevel 2
UseHysteresis no
Interface "eth1"
{
HelloInterval           5.0
HelloValidityTime       90.0
TcInterval              2.0
TcValidityTime          270.0
MidInterval             15.0
MidValidityTime         90.0
HnaInterval             15.0
HnaValidityTime         90.0
}