ORBIT-USER: help wanted on running two wireless card and configure_error

Bin Zan zanb at eden.rutgers.edu
Wed Feb 21 09:26:07 EST 2007


Hello all,
      When I was trying to run the following simulation, I got
configure_error. Basiclly what I want to test is if I can configure two
wirless interface card on one node, and another node can communicate
with one of the card.  After I got this error, I am wondering if there
is something wrong in my script. After different trial, I found I
couldn't figure out. Then I went back to run helloworld script after
image both nodes again. I also get configure_error. Any one know the
possible reason? Most of all, I want to make sure my script is correct,
and the error is becuase of some other reasons?

Thanks,
Bin Zan

BTW, does any node on grid also have more than one wireless card?


++++++++++++++++++++
imageNodes [1,1..2] baseline-2.0.ndz

###########################################
defNodes('sender', [1,1]) {|node|
  node.prototype("test:proto:sender", {
   'destinationHost' => '192.168.1.2',
    'packetSize' => 1024,
    'rate' => 300,
    'protocol' => 'udp'
  })
  node.net.w0.mode = 'managed'
  node.net.w0.ip = '192.168.1.1'
  node.net.w0.essid = 'network1'
}

defNodes('receiver', [1,2]) {|node|
  node.prototype("test:proto:receiver" , {
    'protocol' => 'udp',
     })
  node.net.w0.mode = 'master'
  node.net.w0.ip = '192.168.1.2'
  node.net.w0.essid = 'network1'
  node.net.w1.mode = 'master'
  node.net.w1.ip = '192.168.2.2'
  node.net.w1.essid = 'network2'
}

#
# Now, start the application
#
whenAllInstalled() {|node|
  wait 40

  allNodes.startApplications
  wait 40

  Experiment.done
}


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://orbit-lab.org/pipermail/orbit-user/attachments/20070221/d74ac499/attachment.htm 


More information about the orbit-user mailing list