Re: [Tinyos-help] Receveing packets

2010-08-05 Thread Michael Schippling
I have successfully sent a message from a PC host to an Xmesh node, however I personally have not tested that in a multi-hop environment. On the node the message is configed as: // messages we receive App.CalibMsg -> MULTIHOPROUTER.Receive[CPAM_CALIBMSG]; Which causes this method to be call

[Tinyos-help] Receveing packets

2010-08-05 Thread Atslands Rocha
Hi all, How can a sensor node receive packets from another sensor node using Xmesh (Crossbow) and TinyOS1? I read the material and I just saw the upstream transmission mode using sink nodes, but I want a communication between sensor nodes (source and destination). I changed the source BASE_STATION