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)....
  ....
}




_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to