Re: [Tinyos-help] X-MAC on TinyOS 2.1

2010-03-18 Thread giantkiar
Have you got your answer ?!? Gary Lee-3 wrote: Hi, Could anyone tell me whether X-MAC has been implemented based on TinyOS 2.1? Where is the implementation? Thanks, Gary ___ Tinyos-help mailing list

[Tinyos-help] Mistake uploading updates to CVS

2010-03-18 Thread Jordi Soucheiron
Hello, I've made a mistake uploading the improvements to the msp430X code. I've created a tinyos-2.x-contrib folder inside the tinyos-2.x-contrib/dexma folder. Now I can't delete the folder, but theorically an admin could delete it. Sorry for the inconvinience. *Jordi Soucheiron* Software

Re: [Tinyos-help] X-MAC on TinyOS 2.1

2010-03-18 Thread Vincent Gay
An implementation of XMAC, based on TOS-2.1, is available in tinyos-2.x-contrib/wustl/upma. Vincent 2010/3/17 giantkiar giantk...@gmail.com Have you got your answer ?!? Gary Lee-3 wrote: Hi, Could anyone tell me whether X-MAC has been implemented based on TinyOS 2.1? Where

[Tinyos-help] CC2420 Packet Link

2010-03-18 Thread Jens Burmeister
At the moment, we're testing the Packet Link for the CC2420 and I think there's something wrong in the PacketLinkP.nc (http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x/tos/chips/cc2420/link/PacketLinkC.nc). The number of the retries, that is set with setRetries is one more than

Re: [Tinyos-help] CC2420 Packet Link

2010-03-18 Thread Eric Decker
Can someone change the documentation to reflect this? Currently it says... interface PacketLink { /** * Set the maximum number of times attempt message delivery * Default is 0 * @param 'message_t* ONE msg' * @param maxRetries the maximum number of attempts to deliver * the

Re: [Tinyos-help] CC2420 Packet Link

2010-03-18 Thread Arik Sapojnik
Try to talk to the owner of the file. Arik On Thu, Mar 18, 2010 at 16:41, Eric Decker cire...@gmail.com wrote: Can someone change the documentation to reflect this? Currently it says... interface PacketLink { /** * Set the maximum number of times attempt message delivery *

[Tinyos-help] a few questions

2010-03-18 Thread Riki Tiki
Spam detection software, running on the system mail.Millennium.Berkeley.EDU, has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] CCA and CSMA question?? TinyOs 1.x and iMote2 with CC2420

2010-03-18 Thread I HUNG LI
Hi~ I am confusing about CSMA using in TinyOs 1.x with iMote2 I tried to modify the application within the TinyOs 1.x 1.CntToLedsAndRfm 2.RfmToLeds I made my own app with combine 1 and 2 so my app can transmit and receive. My experiment: 1.Using 3 iMote2 to send packets (only using timer to

Re: [Tinyos-help] a few questions

2010-03-18 Thread Michael Schippling
On question 1: receive() gets called when the lower level radio code has completed receiving a full TOS Message, and, if ACKs are enabled, sent the ACK. I'd have to go poke into the radio code to see exactly when and where it happens, which just about anyone could do... I dunno on the other

[Tinyos-help] Using Eclipse For JAVA programs .

2010-03-18 Thread himanshu barve
Hello Friends .. I have a small doubt (Its still doubt because i have not got any errors yet) I am using eclipse to create a java application. THis java appication has one package based on serial forwarder Received data . Now i am using eclipse in Win Vista. I have copied tinyos.jar and added to

Re: [Tinyos-help] SensirionSht11 interface problem

2010-03-18 Thread Mark Patrick Cabrera
Hi Miklos, I checked the files that you linked but I guess these are for the telosb platform. Can I use it in micaz? Patrick On Sun, Mar 14, 2010 at 4:44 AM, Miklos Maroti mmar...@math.u-szeged.huwrote: Hi! You might want to look at the SHT11 driver for the MTS400 on the tinyos-2.x tree