Differences between revisions 8 and 17 (spanning 9 versions)
Revision 8 as of 2006-04-11 15:00:29
Size: 3578
Comment:
Revision 17 as of 2006-07-15 09:28:30
Size: 3210
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#refresh 60
Line 2: Line 3:
 A network in the Arbor Lodge neighborhood of North Portland has been experimenting with various implementations of ad-hoc routing protocols.
2 [http://pdos.csail.mit.edu/roofnet/doku.php roofnet] nodes are still in operation, but the rest of the network has since converted over to [http://olsr.org OLSR]    AaronBaer, TomHiggins and JasonMcArthur are currently hosting nodes.[[BR]]
 . A network in the Arbor Lodge neighborhood of North Portland has been experimenting with various implementations of ad-hoc routing protocols. 2 [http://pdos.csail.mit.edu/roofnet/doku.php Roofnet] nodes are still in operation, but the rest of the network has since converted over to [http://olsr.org OLSR].[[BR]]  AaronBaer, TomHiggins and JasonMcArthur are currently hosting nodes.[[BR]]
Line 8: Line 7:
Line 10: Line 8:
  * Map: NodeId:39542   * NodeDb Map: NodeId:39542
  * NodeMap: NodeMap:Node39542
Line 12: Line 11:
  * Map: NodeId:39573   * NodeDb Map: NodeId:39573
  * NodeMap: NodeMap:Node39542
Line 17: Line 17:

* The core network consists primarily of NetgearWgt634u nodes and a few Linksys WRT54G.
 * The core network consists primarily of NetgearWgt634u nodes.
Line 21: Line 20:
Line 27: Line 25:

* [http://10.11.134.198:8000/listen.pls Arbor Lodge Streaming Radio]
 * [http://10.11.134.196:8000/ Arbor Lodge Radio]
Line 31: Line 28:
Line 33: Line 29:
 * OLSR Network Channel: 1   * OLSR Network Channel: 1
Line 39: Line 35:
Line 41: Line 36:
Gateway 1 [[BR]]
http://64.122.12.107/topology.png [[BR]]
Gateway 3 [[BR]]
http://64.122.12.107/topo3.png [[BR]]
[[Anchor(map)]]
Gateway 1 [[BR]] http://64.122.12.107/topology.png [[BR]] Gateway 3 [[BR]] http://64.122.12.107/topo3.png [[BR]]
Line 47: Line 40:

After assigning an available IP to yourself via the [allocation table],
use this basic configuration for {{{/etc/olsrd.conf}}}.
After assigning an available IP to yourself via the [allocation table],  use this basic configuration for {{{/etc/olsrd.conf}}}.
Line 99: Line 90:
=== Maps ===
[http://www.cipheralgo.org/~jason/hoodnet/00:09:5B:D2:C8:41-1.jpg http://www.cipheralgo.org/~jason/hoodnet/00:09:5B:D2:C8:41-1s.jpg]
[http://www.cipheralgo.org/~jason/hoodnet/00:09:5B:D2:C8:41-2.jpg http://www.cipheralgo.org/~jason/hoodnet/00:09:5B:D2:C8:41-2s.jpg]
[http://www.cipheralgo.org/~jason/hoodnet/00:09:5B:D2:C8:41-3.jpg http://www.cipheralgo.org/~jason/hoodnet/00:09:5B:D2:C8:41-3s.jpg]
Line 105: Line 91:
Line 119: Line 104:
[CategoryNode][CategoryPersonalTelco]  . [CategoryNode][CategoryPersonalTelco] 

Overview

  • A network in the Arbor Lodge neighborhood of North Portland has been experimenting with various implementations of ad-hoc routing protocols. 2 [http://pdos.csail.mit.edu/roofnet/doku.php Roofnet] nodes are still in operation, but the rest of the network has since converted over to [http://olsr.org OLSR].BR

AaronBaer, TomHiggins and JasonMcArthur are currently hosting nodes.BR

Nodes

  • ["Node39542"] is the primary gateway.
  • ["Node39573"] sits out on a garage with a 7dBi omni attached.
  • ["Node134"] sits 3 hops back inside the network and it's clients rely on the upstream nodes for internet access.
  • ["Node236"] sits somewhere inside the network.

Equipment

Software Installed

  • Linux
  • olsrd
  • roofnet

Local Services

Network Configuration

  • OLSR Network ESSID: www.personaltelco.net
  • OLSR Network Channel: 1
  • Roofnet ESSID: roofnet-5.x.x.x
  • Roofnet Channel: 3
  • Gateway Nodes: 64.122.12.107 64.122.12.108 64.122.12.109 198.107.22.250
  • PTPnet Network: 10.11.134.0/24

Current OLSR Topology

Anchor(map) Gateway 1 BR http://64.122.12.107/topology.png BR Gateway 3 BR http://64.122.12.107/topo3.png BR

OLSR Configuration

After assigning an available IP to yourself via the [allocation table], use this basic configuration for /etc/olsrd.conf.

DebugLevel      0
IpVersion       4
ClearScreen     yes

Hna4
{
10.11.134.0 255.255.255.0
}

Hna6
{
}

Willingness     4
AllowNoInt      yes

IpcConnect
{
     MaxConnections  0
}

UseHysteresis           no
LinkQualityLevel        2
TcRedundancy            2
MprCoverage             2

#LoadPlugin "olsrd_httpinfo.so.0.1"
#{
#        PlParam "port" "8080"
#        PlParam "Net" "0.0.0.0 0.0.0.0"
#}

Interface "ath0"                        
 {                                                   
        Ip4Broadcast     255.255.255.255            
        Ip6AddrType     site-local                 
        Ip6MulticastSite        ff05::15                
        Ip6MulticastGlobal      ff0e::1                    
        #HelloInterval    2.0
        #HelloValidityTime  40.0
        #MidInterval 5.0
        #MidValidityTime    100.0       
        #HnaInterval        5.0
        #HnaValidityTime    100.0
  }                                                         

See also:

FullSearch()


ArborLodge (last edited 2012-03-10 01:53:27 by RussellSenior)