[Tinyos-help] BaseStationP trasparent bridging problem

Salvo Fiduccia salvofid at libero.it
Thu Mar 6 16:15:07 PST 2008


Hi all,

in SerialActiveMessageP there is a note in the AMSend.send command: 
"Do not set the source address or group, as doing so
prevents transparent bridging"

I think this is correct, but the same don't happen in the send command of ActiveMessageC: in the micaz implementation, in CC2420csmaP, the Send.send command sets the header source field with the node id, so these istructions (BaseStationP) don't have effect:

task void radioSendTask() {
  .............
  273     call RadioPacket.clear(msg);
  274     call RadioAMPacket.setSource(msg, source);
  275 
  276     if (call RadioSend.send[id](addr, msg, len)....
  ....
}






More information about the Tinyos-help mailing list