Serviceeinschränkungen vom 12.-22.02.2026 - weitere Infos auf der UB-Homepage

Treffer: Abstractions for safe concurrent programming in networked embedded systems

Title:
Abstractions for safe concurrent programming in networked embedded systems
Contributors:
The Pennsylvania State University CiteSeerX Archives
Publication Year:
2006
Collection:
CiteSeerX
Document Type:
Fachzeitschrift text
File Description:
application/pdf
Language:
English
Rights:
Metadata may be used without restrictions as long as the oai identifier remains attached to it.
Accession Number:
edsbas.16FD100A
Database:
BASE

Weitere Informationen

Over the last several years, large-scale wireless mote net-works have made possible the exploration of a new class of highly-concurrent and highly-distributed applications. As the horizon of what kinds of applications can be built on these networked embedded systems keeps expanding, there is a need to keep the activity of programming such systems easy, efficient, and scalable. We make three major contri-butions in this paper. First, we present a library for TinyOS and nesC that enables true multi-threading on a mote. This library includes support for all mote platforms in use cur-rently (AVR, MSP). Second, we present a tool that can effec-tively and accurately compute stack requirements for multi-threaded programs. Such analysis ensures that the stacks al-located to individual threads are correctly sized. Finally, we present a collection of programming abstractions that simpli-fies the construction of concurrent systems for the mote plat-form. We also present experimental results obtained from several example systems built using our concurrent program-ming abstractions and the underlying thread library. Categories and Subject Descriptors C.3 [Special purpose and Application-based systems]