Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
TinyOS
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{More citations needed|date=December 2006}} {{Infobox OS | name = TinyOS | logo = [[Image:tos-jwall.jpg|200px]] | screenshot = | caption = | developer = TinyOS Alliance | source model = [[Open-source software|Open source]] | kernel type = | supported platforms = | ui = | family = [[Embedded operating system]]s | released = {{Start date and age|2000}} | latest release version = 2.1.2 | latest release date = {{Start date and age|2012|08|20}} | latest test version = 2.1.3 | latest test date = | marketing target = [[Wireless sensor network]]s | programmed in = [[nesC]] | language = English | updatemodel = | package manager = | working state = Current | license = [[BSD licenses|BSD]] | website = {{URL|tinyos.net}} }} '''TinyOS''' is an embedded, component-based [[operating system]] and platform for low-power wireless devices, such as those used in [[wireless sensor network]]s (WSNs), [[smartdust]], [[ubiquitous computing]], [[personal area network]]s, [[building automation]], and [[smart meter]]s. It is written in the [[programming language]] nesC, as a set of cooperating tasks and processes. It began as a collaboration between the [[University of California, Berkeley]], [[Intel Research]], and [[Crossbow Technology]], was released as [[free and open-source software]] under a [[BSD licenses|BSD license]], and has since grown into an international consortium, the [[TinyOS Alliance]]. TinyOS has been used in space, being implemented in [[ESTCube-1]]. ==Implementation== TinyOS applications are written in the programming language [[nesC]], a dialect of the [[C (programming language)|C language]] optimized for the memory limits of sensor networks.<ref name="programming">{{cite book |last1=Levis |first1=Philip |last2=Gay |first2=David |date=2009 |title=Programming TinyOS |url=https://www.cambridge.org/us/universitypress/subjects/engineering/wireless-communications/tinyos-programming |publisher=Cambridge University Press |isbn=9780521896061}}</ref> Its supplementary tools are mainly in the form of [[Java (programming language)|Java]] and [[shell script]] front-ends. Associated libraries and tools, such as the nesC compiler and [[Atmel AVR]] binutils toolchains, are mostly written in C. TinyOS programs are built of [[component-based software engineering|software components]], some of which present hardware abstractions. Components are connected to each other using [[interface (computer science)|interfaces]]. TinyOS provides interfaces and components for common abstractions such as packet communication, routing, sensing, actuation and storage. TinyOS is fully [[Asynchronous I/O|non-blocking]]: it has one [[call stack]]. Thus, all [[input/output]] (I/O) operations that last longer than a few hundred [[microsecond]]s are asynchronous and have a [[Callback (computer science)|callback]]. To enable the native [[compiler]] to better optimize across call boundaries, TinyOS uses nesC's features to link these callbacks, called events, statically. While being non-blocking enables TinyOS to maintain high concurrency with one stack, it forces programmers to write complex logic by stitching together many small event handlers. To support larger computations, TinyOS provides tasks, which are similar to a [[Deferred Procedure Call]] and [[interrupt handler]] bottom halves. A TinyOS component can post a task, which the OS will schedule to run later. Tasks are non-[[Preemption (computing)|preemptive]] and run in [[FIFO (computing and electronics)|first in, first out]] order. This simple [[Concurrency (computer science)|concurrency]] model is typically sufficient for I/O centric applications, but its difficulty with CPU-heavy applications has led to developing a [[Thread (computer science)|thread]] library for the OS, named TOSThreads. TOSThreads are unmaintained and have been deprecated.<ref>{{cite web |title=TinyOS development repository TOSThreads deprecated |url=https://github.com/tp-freeforall/prod/tree/2308921ea2f2a1d48abb24c115a7691e1e400140/deprecated |website=TinyOS current development repository |access-date=3 December 2018}}</ref> TinyOS code is statically linked with program code and is compiled into a small binary, using a custom [[GNU toolchain]]. Associated utilities are provided to complete a development platform for working with TinyOS. ==History== TinyOS began as a project at UC Berkeley as part of the [[DARPA]] NEST program. It has since grown to involve thousands of academic and commercial developers and users worldwide. (list in reverse chronological order) * August 2012: TinyOS 2.1.2 released * April 2010: TinyOS 2.1.1 released. * August 2008: TinyOS 2.1.0 released. * July 2007: TinyOS 2.0.2 released. Work on TinyOS 2.1, which involves slight changes to a few interfaces, begins. * April 2007: TinyOS 2.0.1 released at the 4th TinyOS Technology Exchange in Cambridge, MA. * November 2006: TinyOS 2.0 released at the SenSys conference in Boulder, CO. * July 2006: TinyOS 2.0 beta2 released. * February 2006: TinyOS 2.0 beta1 released at the 3rd TinyOS Technology Exchange in Stanford, CA. * December 2005: TinyOS 1.1.15, the last 1.1 version, is released. * July 2005: NEST project concludes. * June 2004: Working group forms on next steps for TinyOS, based on experiences porting to new platforms. Group agrees to start work on 2.0. * September 2003 – December 2005: TinyOS begins a periodic minor release process. * August 2003: TinyOS version 1.1 is released, which includes new nesC features including data race detection. * September 2002: TinyOS version 1.0, implemented in nesC, is released. * April 2002: Work on the nesC programming language begins as a collaboration between Intel Research and UC Berkeley. * February 2002: Berkeley distributes 1000 mica nodes to other participants in the NEST project. * 2001: Berkeley develops the mica platform and releases TinyOS version 0.6. * 2000: Berkeley designs the rene platform and partners with Crossbow, Inc., who mass-produces the hardware. TinyOS version 0.43 is made available to the public via SourceForge. Pre-1.0 versions of TinyOS are a mix of C and [[Perl]] scripts. * 1999: First TinyOS platform (WeC) and OS implementations are developed at Berkeley. {{Expand section|date=June 2008}} ==Integrated development environments== As of 2010, three [[integrated development environment]]s (IDEs) are available for TinyOS, as [[Plug-in (computing)|plug-ins]] for [[Eclipse (software)|Eclipse]]: * ''YETI 2'', ETH Zürich (development stopped) * ''XPairtise'' by Rasmus Pedersen, Copenhagen Business School * ''TinyDT'', Vanderbilt University ==References== {{Reflist}} ==External links== * [http://github.com/tinyos/tinyos-main TinyOS on GitHub] {{Wireless Sensor Network}} [[Category:Embedded operating systems]] [[Category:Software using the BSD license]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite book
(
edit
)
Template:Cite web
(
edit
)
Template:Expand section
(
edit
)
Template:Infobox OS
(
edit
)
Template:More citations needed
(
edit
)
Template:Reflist
(
edit
)
Template:Wireless Sensor Network
(
edit
)