Motes Overview
#1

TinyOS/Motes Overview
[attachment=16584]

Components
• Programs are built out of components
• Each component is specified by an interface. A Component has:
– Frame (internal states)
– Tasks (data processing)
– Interface(s) (commands/events)
• Commands and Events are function calls (later)
• Application is a wiring of multiple interfaces(components).
• The components are statically wired together based on their interfaces. (For
runtime efficiency)


Tasks
• FIFO scheduling
• non-preemptable by other task, preemtable by events
• perform computationally intensive work
• handling of multiple data flows:
– a sequence of non-blocking command/event through the component graph
– post task for computational intensive work
– preempt the running task, to handle new data



Wiring
• Not only the interfaces can be wired together, commands/events also can be;
• any wired elements must be compatible;
• Wiring statements:
– S1 = S2
 S1 and S2 are both external, one is provided and the other is used
 one is internal, the other is external; and both are provided or used.
– S1− > S2 or S2 < −S1:
 Both are internal. One is provided and other used.
• internal specification element: from a configuration’s specification
• external specification element: from a configuration’s component’s specification
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: gene motes auctioneers, george motes gmc, motes beams, smart dust motes pdf download, david motes cpa, motes family tree, motes game,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  PULSE DETONATION ENGINE TECHNOLOGY: AN OVERVIEW seminar addict 1 1,852 22-10-2012, 02:24 PM
Last Post: seminar details
  Workflow Overview and DAFv2 Case Study seminar details 0 1,082 11-06-2012, 05:55 PM
Last Post: seminar details
  An overview of guided missiles seminar paper 0 670 13-03-2012, 03:36 PM
Last Post: seminar paper
  An overview of the phase-locked loop (PLL) seminar paper 0 815 09-03-2012, 03:34 PM
Last Post: seminar paper
  GSM Security Overview seminar paper 0 757 08-03-2012, 03:29 PM
Last Post: seminar paper
  Overview of Pressure Vessel Design seminar paper 0 857 05-03-2012, 03:37 PM
Last Post: seminar paper
  Overview of Sensor Network Security seminar paper 0 550 05-03-2012, 01:56 PM
Last Post: seminar paper
  Acoustic Emission Based Machining Tool Condition Monitoring – An Overview seminar paper 0 689 24-02-2012, 04:05 PM
Last Post: seminar paper
  SATELLITE COMMUNICATIONS - AN OVERVIEW seminar addict 1 1,085 23-02-2012, 04:15 PM
Last Post: seminar paper
  OVERVIEW OF DISTRIBUTED GENERATION seminar addict 1 1,327 11-02-2012, 09:52 AM
Last Post: seminar addict

Forum Jump: