Multicore For WANs

Aug. 14, 2008
The University of Southern California is the home of Tenet, a tiered wireless sensor network project. The architectures combine PC-class network masters with a horde of wireless micro motes that are typically 802.15.4 nodes. Generally, thes

The University of Southern California is the home of Tenet, a tiered wireless sensor network project. The architectures combine PC-class network masters with a horde of wireless micro motes that are typically 802.15.4 nodes. Generally, these are very low-power devices.

Version 2.0 is available for download from the Tenet project’s Web site. The master tier runs on Linux or Windows (courtesy of Cygwin). The applications that run on this tier utilize a linear dataflow language to access data and control the motes. An emulation framework enables developers to test the system without an array of real motes. This tier of the network normally runs on Wi-Fi wireless or Ethernet wired networks.

The mote tier runs TinyOS, a compact, non-preemptive operating system. TinyOS is programmed in nesC, which is a superset of C with task and interprocess extensions to handle the non-preemptive aspects of TinyOS.

TinyOS tasks run to completion. The system only requires a single stack and a minimal amount of memory, making it ideal for compact platforms often found on wireless nodes. The lack of preemption leads to different programming methodologies such as components that are wired together. This is akin to a state machine implementation. System response time is usually more than an interrupt-driven OS.

Designers can use nesC to wire components together (see the figure). The example creates the structure that’s executed later. Programming using this technique requires a different mindset than programming on Linux or other preemptive operating systems. The system may seem simplistic, but it can handle a TCP/IP stack. The system is also applicable to a range of embedded control applications, not just wireless applications.

Check out my Crossbow TinyOS report at www.electronicdesign.com, ED Online 12927, for more about TinyOS, and wireless sensor networks. Crossbow Technology recently announced TinyOS 2.0 support for its IRIS motes, which can be part of a Tenet environment.

CROSSBOW TECHNOLOGYwww.xbow.comTENETtenet.usc.eduTINYOSwww.tinyos.net
About the Author

William G. Wong | Senior Content Director - Electronic Design and Microwaves & RF

I am Editor of Electronic Design focusing on embedded, software, and systems. As Senior Content Director, I also manage Microwaves & RF and I work with a great team of editors to provide engineers, programmers, developers and technical managers with interesting and useful articles and videos on a regular basis. Check out our free newsletters to see the latest content.

You can send press releases for new products for possible coverage on the website. I am also interested in receiving contributed articles for publishing on our website. Use our template and send to me along with a signed release form. 

Check out my blog, AltEmbedded on Electronic Design, as well as his latest articles on this site that are listed below. 

You can visit my social media via these links:

I earned a Bachelor of Electrical Engineering at the Georgia Institute of Technology and a Masters in Computer Science from Rutgers University. I still do a bit of programming using everything from C and C++ to Rust and Ada/SPARK. I do a bit of PHP programming for Drupal websites. I have posted a few Drupal modules.  

I still get a hand on software and electronic hardware. Some of this can be found on our Kit Close-Up video series. You can also see me on many of our TechXchange Talk videos. I am interested in a range of projects from robotics to artificial intelligence. 

Sponsored Recommendations

Comments

To join the conversation, and become an exclusive member of Electronic Design, create an account today!