Message 7: I am using MAXFOR hardware.
________________________________________ From: [email protected] [[email protected]] on behalf of [email protected] [[email protected]] Sent: Wednesday, March 02, 2011 2:13 PM To: [email protected] Subject: Tinyos-help Digest, Vol 95, Issue 5 Send Tinyos-help mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Tinyos-help digest..." Today's Topics: 1. Re: Flow Control of S-MAC Protocol (Hiral Jhaveri) 2. Consultation about a Simulation Environment (mojtaba raznahan) 3. S-MAC Flow Chart with ANYONE???? (Hiral Jhaveri) 4. MDA300 Counter (Raaziyah Shamim) 5. Slow data readings from accelerometer (mulle) (Mst Kirill) 6. TinyOs RPL code (Fahad Raees) 7. Re: TinyOs RPL code ([email protected]) 8. TinyOS Simulator (Parisa Panjideh) ---------------------------------------------------------------------- Message: 1 Date: Tue, 1 Mar 2011 22:32:49 -0800 From: Hiral Jhaveri <[email protected]> Subject: Re: [Tinyos-help] Flow Control of S-MAC Protocol To: Eric Decker <[email protected]> Cc: [email protected], [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" On 1 March 2011 13:22, Eric Decker <[email protected]> wrote: > > > On Tue, Mar 1, 2011 at 9:19 AM, Hiral Jhaveri <[email protected]>wrote: > >> Hello, >> >> I am studying S-MAC source code given in >> /opt/tinyos-1.x/contrib/s-mac/apps/SMACTest/SMACTestM.nc >> >> Now, while studying I understood that the flow of program would go in >> following manner :-- >> >> >> 1. StdControl.init() >> 2. StdControl.start() >> 3. task sendMsg() -- This must be called and somehow TST_MSG_INTERVAL >> (present in config.h) is set to 0. Can anyone explain how is this >> happening???? >> 4. Now, Broadcast is done using MACComm.broadcastMsg and after sending >> the message, event MACComm.broadcastDone() is signalled. >> 5. In MACComm.broadcastDone(), txMode is switched to Unicast and again >> sendMsg and thus MACComm.unicastMsg() is called. >> 6. This again signals MACComm.unicastDone() is called. >> 7. This continues for on and on. >> 8. But how is the receiving done?????? >> >> > There will be a receive event signalled into one of those modules. It is > most likely in the same file as MACComm.broadcast or the task definition. > You should start there. > Thank you for your reply!! As you said, is it rxMsgDone() which is signalled at the receiver end when it receives the packet?? >From where is this event signalled?? I checked out SMACM.nc (which is wired to SMACTest.nc) and found that rxMsgDone() is signalled by handleDATA() function, which in turn is called by PhyComm.rxMsgDone(). Now, from where is PhyComm.rxMsgDone() called???? > >> 1. Is it the Linkstate.nodeJoin() and LinkState.rxSyncPkt() that are >> called first before any transmissions occur or is it directly >> transmitting????? >> 2. When is LinkState.rxBcastPkt() called????? >> >> >> Reply as soon as possible!!!!!! >> -- >> - Hiral Jhaveri >> >> >> _______________________________________________ >> Tinyos-help mailing list >> [email protected] >> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >> > > > > -- > Eric B. Decker > Senior (over 50 :-) Researcher > > > -- - Hiral Jhaveri -------------- next part -------------- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20110301/001c9992/attachment.htm ------------------------------ Message: 2 Date: Wed, 2 Mar 2011 10:16:18 +0330 From: mojtaba raznahan <[email protected]> Subject: [Tinyos-help] Consultation about a Simulation Environment To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" Hi, I would be glad if someone help me to find a simulation environment based on my requisites. A simulator with both functionality of localization and energy simulation at run time in which I could do some analytics based on location and remained energy of motes.It would be better if the energy indicator is real,I mean motes die out when their energy is finished. I have already worked with TOSSIM which is not the case.Would you please comment on NS and OMNET++ or other simulators? Any help would be highly appreciated. -- Mojtaba Raznahan BS of Computer engineering Tarbiat Moallem University of Tehran www.raznahan.com -------------- next part -------------- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20110302/e4c1cc3a/attachment-0001.htm ------------------------------ Message: 3 Date: Wed, 2 Mar 2011 12:19:15 +0530 From: Hiral Jhaveri <[email protected]> Subject: [Tinyos-help] S-MAC Flow Chart with ANYONE???? To: [email protected], [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Hello, I am studying the S-MAC protocol developed by Dr. Wei Ye. I understood the SMACTest.nc module. It is wired to SMACM.nc which actually implements a lot of functions and events with some 2400 lines of code!! So since I finding it a bit difficult fathom the code and it flow, I wondered to get the flow-chart of the same code. I believe Dr. Wei Ye must have created the flowchart of the code. If anyone has it then can you plz give that since the protocol as well as the complete TinyOS is an open source, isn't it??? Waiting for reply!!! -- - Hiral Jhaveri -------------- next part -------------- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20110302/dacdcd43/attachment-0001.htm ------------------------------ Message: 4 Date: Wed, 2 Mar 2011 12:46:01 +0530 From: Raaziyah Shamim <[email protected]> Subject: [Tinyos-help] MDA300 Counter To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" How is counter implemented using counter channel of mda300 ? Can anyone give an idea of the code required?What changes should be made in xmda300.nc and xmda300M.nc files? -------------- next part -------------- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20110302/10e55080/attachment-0001.htm ------------------------------ Message: 5 Date: Wed, 02 Mar 2011 11:55:37 +0300 From: Mst Kirill <[email protected]> Subject: [Tinyos-help] Slow data readings from accelerometer (mulle) To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain Hello! I use osculloscope.py to get readings from the accelerometer. Environment is Cygwin. Sampling rate is 4 ms. But readings appear on the screen and are recorded to the file very slow and seems like a lot of readings got lost. During readings acquisition I get this error: "Warning: wrong CRC! 55cb != 9322 ['7e', '45', ' 0', 'ff',..." and in some time data acquisition breaks off with message: Traceback (most recent call last): File "./oscilloscope.py", line 179, in <module> rs = [i<<8 | j for (i,j) in zip(msg.readings[::2], msg.readings[1::2])] File "/opt/tinyos-main-read-only/support/sdk/python/tos.py", line 614, in __ge tattr__ return self._values[self._names.index(name)] ValueError: list.index(x): x not in list What could be the reason for that. Thanks in advance! ------------------------------ Message: 6 Date: Wed, 2 Mar 2011 10:24:30 +0000 From: Fahad Raees <[email protected]> Subject: [Tinyos-help] TinyOs RPL code To: "[email protected]" <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Hi, Is any body implement RPL in tinyOS. If its implemented or any stuff like readme file which is help for implemention please reply me. /fahad -------------- next part -------------- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20110302/2e18e00b/attachment-0001.htm ------------------------------ Message: 7 Date: Wed, 2 Mar 2011 12:20:07 +0000 From: [email protected] Subject: Re: [Tinyos-help] TinyOs RPL code To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii On Wed, Mar 02, 2011 at 10:24:30AM +0000, Fahad Raees wrote: > Hi, > > > > Is any body implement RPL in tinyOS. If its implemented or any stuff like > readme file which is help for implemention > > please reply me. I just fond out myself last night that is all under 'blip-rpl-devel' branch in svn. There is a README.blip file, also some explanation can be found here: https://lists.eecs.berkeley.edu/sympa/arc/blip-users/2011-02/msg00002.html Currently I am trying to figure out how to get it working on Atmega128rfa1 chip. what platform are you using ? > > > > > > /fahad > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help ------------------------------ Message: 8 Date: Wed, 2 Mar 2011 14:06:03 +0100 From: "Parisa Panjideh" <[email protected]> Subject: [Tinyos-help] TinyOS Simulator To: <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Hi all, I am looking for a TinyOS simulator for shimmer platforms. Does anyone have a hint? Thanks for your assistance! Best regards Parisa -------------- next part -------------- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20110302/60405cf4/attachment.htm ------------------------------ _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help End of Tinyos-help Digest, Vol 95, Issue 5 ****************************************** _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
