Changeset 6541 in genesis for nodes


Ignore:
Timestamp:
Jan 3, 2009, 12:26:33 PM (16 years ago)
Author:
roland
Message:

Fixed some bugs regarding exodus import.
11a detection should work, but some bugs regarding ethernet
to wifi bridges do exist.

Location:
nodes
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • nodes/CNodeAJSoft2/wleiden.conf

    r6527 r6541  
    7171ESSID=il-n.livinglab.wleiden.net
    7272
    73 #CHANNEL=36
     73CHANNEL=36
    7474
    7575POLAR=Hor
  • nodes/CNodeAster/wleiden.conf

    r6530 r6541  
    4141$config{'sis1'}=sprintf <<ED1;  # link naar Internet adsl-modem
    4242TYPE=ethernet
    43 IP=192.168.1.6/24 # via dhcp
     43# via dhcp
     44IP=192.168.1.6/24
    4445
    4546
  • nodes/CNodeDirkLos2/wleiden.conf

    r6527 r6541  
    138138MODE=managed
    139139ESSID=il-nw.stadhuis2.wleiden.net
    140 #CHANNEL=36
     140CHANNEL=36
    141141
    142142
  • nodes/CNodeLvLn2/wleiden.conf

    r6530 r6541  
    6868CABLE=1
    6969HEIGTH=10
     70CHANNEL=36
    7071
    7172EW0
  • nodes/genesis-to-py.pl

    r6535 r6541  
    8383                    $direction =~ tr/oz/es/;
    8484                }
     85                # node AMwtrt1 and 'test' directions
     86                if ($direction eq "wtrtr" or $direction eq "test") {
     87                    $direction = '';
     88                }
    8589                $tmp{'compass-direction'} = $direction;
    8690            } elsif ($key =~ /^gain$/i) {
     
    9094        }
    9195    }
    92 
     96# 11a
    9397    if ( $tmp{type} eq '11b' && $tmp{channel} > 13 ) {
    9498        $tmp{type} = '11a';
Note: See TracChangeset for help on using the changeset viewer.