- Timestamp:
- Jan 3, 2009, 12:26:33 PM (16 years ago)
- Location:
- nodes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
nodes/CNodeAJSoft2/wleiden.conf
r6527 r6541 71 71 ESSID=il-n.livinglab.wleiden.net 72 72 73 #CHANNEL=3673 CHANNEL=36 74 74 75 75 POLAR=Hor -
nodes/CNodeAster/wleiden.conf
r6530 r6541 41 41 $config{'sis1'}=sprintf <<ED1; # link naar Internet adsl-modem 42 42 TYPE=ethernet 43 IP=192.168.1.6/24 # via dhcp 43 # via dhcp 44 IP=192.168.1.6/24 44 45 45 46 -
nodes/CNodeDirkLos2/wleiden.conf
r6527 r6541 138 138 MODE=managed 139 139 ESSID=il-nw.stadhuis2.wleiden.net 140 #CHANNEL=36140 CHANNEL=36 141 141 142 142 -
nodes/CNodeLvLn2/wleiden.conf
r6530 r6541 68 68 CABLE=1 69 69 HEIGTH=10 70 CHANNEL=36 70 71 71 72 EW0 -
nodes/genesis-to-py.pl
r6535 r6541 83 83 $direction =~ tr/oz/es/; 84 84 } 85 # node AMwtrt1 and 'test' directions 86 if ($direction eq "wtrtr" or $direction eq "test") { 87 $direction = ''; 88 } 85 89 $tmp{'compass-direction'} = $direction; 86 90 } elsif ($key =~ /^gain$/i) { … … 90 94 } 91 95 } 92 96 # 11a 93 97 if ( $tmp{type} eq '11b' && $tmp{channel} > 13 ) { 94 98 $tmp{type} = '11a';
Note:
See TracChangeset
for help on using the changeset viewer.