![]() |
|
Quick Start
This section supports a quick start that help a new-bie to understand the RETOS operating system. You can download a full version of tutorial document and RETOS development toolkit from this web site. Please download the document and the toolkit and follow instruction on this page to understand how our operating system works. This document assumes that RETOS development environment and RETOS operating system are already installed. For more detailed installation process, check [RETOS Tutorial] or [Installation] pages.
Tutorial You can download binary files and a tutorial [Downloads]. We also provide some quick start for users new to RETOS.
RETOS Development toolkit You can download binary files of RETOS and a development toolkit [Downloads].
RM tool RM tool is a managing system for wireless sensor networks. The tool display all sensor motes on screen and shows their system infomation.
Prepare the FULL version of RETOS.
Prepare a sink motes. It gathers packets from member motes. Assign the mote's ID number one. RETOS stands for a directory where RETOS is installed. Move to the proper directory while following instructions. And, input proper COM port.
[ Sink mote : ID = 1 ]
$> cd RETOS/kernel $> make tmote_install COM=com1 ID=1 $> cd RETOS/apps/rmtool_sink $> make $> make injector COM=com1 $> Prepare member motes. Please, remind that every motes should have different ID.
[ Member motes : ID = 2 ~ n ]
$> cd RETOS/kernel
$> make tmote_install COM=com1 ID=2 $> cd RETOS/apps/rmtool_router $> make $> make injector COM=com1 $>
Execute the rmtool monitor. [RETOS/utility/rmtool_win32] Connect to proper COM port of the sink mote.
[ Host PC ] ![]()
Lines indicate each mote's parent which is based on link quality. The tool can send various commands to every sensor motes.
RETOS FULL version is a dedicated version of RETOS for the rmtool. This version supports ... - NSL (Network Support Layer) support - PNS (Parametric Neighbor Selector) modules - ETA (Elapsed Time Arrival) support - Sensor Drivers
Blink Blink is a simple application to test your LEDs.
Prepare the LIGHT version of RETOS.
[ Sensor motes : Tmote Sky ]
$> cd RETOS/kernel $> make tmote_install COM=com1 ID=1 $> cd RETOS/apps/blink $> make $> make injector COM=com1 $> RETOS LIGHT version is an official release of the kernel for the TmoteSky mote. This version supports ... - Drivers for sensors on the TmoteSky mote (humidity, temporature and light sensor.)
and doest not support ... - NSL (Network Support Layer) support - PNS (Parametric Neighbor Selector) modules - ETA (Elapsed Time Arrival) support
For more applications ... RETOS provides various sample applications. Try other samples.
|
|
Copyright © 2007 Yonsei University. All rights reserved. Yonsei University 134 Shinchon-dong, Seodaemoon-gu, Seoul, 120-749, Korea |