Nano-RK
http://dbpedia.org/resource/Nano-RK an entity of type: Thing
Nano-RK is a wireless sensor networking real-time operating system (RTOS) from Carnegie Mellon University, designed to run on microcontrollers for use in sensor networks. Nano-RK supports a fixed-priority fully preemptive scheduler with fine-grained timing primitives to support real-time task sets. "Nano" implies that the RTOS is small, using 2 KB of random-access memory (RAM) and using 18 KB of flash memory, while RK is short for resource kernel. A resource kernel provides reservations on how often system resources can be used. For example, a task might only be allowed to execute 10 ms every 150 ms (CPU reservation), or a node might only be allowed to transmit 10 network packets per minute (network reservation). These reservations form a virtual energy budget to ensure a node meets its de
rdf:langString
rdf:langString
Nano-RK
rdf:langString
Nano-RK
rdf:langString
Nano-RK
xsd:integer
19004505
xsd:integer
1085097980
rdf:langString
Discontinued
rdf:langString
June 2020
rdf:langString
Yes
rdf:langString
English
xsd:date
2008-02-12
rdf:langString
Revision 427
rdf:langString
GPL or commercial
rdf:langString
Erratic capitalization/punctuation/grammar, excessively-technical implementation detail, some parts read like an advertisement by the authors of the software.
rdf:langString
Atmel FireFly, MicaZ motes, MSP430
rdf:langString
Nano-RK is a wireless sensor networking real-time operating system (RTOS) from Carnegie Mellon University, designed to run on microcontrollers for use in sensor networks. Nano-RK supports a fixed-priority fully preemptive scheduler with fine-grained timing primitives to support real-time task sets. "Nano" implies that the RTOS is small, using 2 KB of random-access memory (RAM) and using 18 KB of flash memory, while RK is short for resource kernel. A resource kernel provides reservations on how often system resources can be used. For example, a task might only be allowed to execute 10 ms every 150 ms (CPU reservation), or a node might only be allowed to transmit 10 network packets per minute (network reservation). These reservations form a virtual energy budget to ensure a node meets its designed battery lifetime and to prevent a failed node from generating excessive network traffic. Nano-RK is open-source software, is written in C and runs on the Atmel-based FireFly sensor networking platform, the MicaZ motes, and the MSP430 processor. Tradeoffs occur when using an RTOS in sensor networks.
rdf:langString
Wireless sensor networks
xsd:nonNegativeInteger
8310
xsd:date
2008-02-12
xsd:string
Revision 427