⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html.in

📁 tinyos中文手册,是根据tinyos系统自带手册翻译过来的,虽然质量不好,但是对英文不强的人还是有用的
💻 IN
字号:
define(`tref', `<dt> <b><font size="+1"><a href="$1">$2</a></font></b> </dt><dd>$3 <br></dd>')define(`lref', `<li><dt><b><a href="$1">$2</a></b></dt></li>');<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en"><html><head>  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <meta name="GENERATOR" content="Microsoft FrontPage 5.0">  <title>TinyOS Tutorial</title></head><body bgcolor="#f8f8ff" link="#005bb7" vlink="#005bb7">&nbsp;<table border="0" cellspacing="2" cellpadding="3" width="100%" hspace="4">  <tbody>    <tr bgcolor="#e0e0ff">      <td width="100%"><b><font face="tahoma,arial,helvetica"><font size="+2">TinyOS Documentation</font></font></b>      <p><font face="tahoma,arial,helvetica">Last updated 10 September2003&nbsp;&nbsp;&nbsp;&nbsp; <br>      </font></p>      </td>    </tr>  </tbody></table><H2>Basic Information</H2><dl>  tref(tutorial/verifyhw.html, System and Hardware Verification,  `How to verify that your TinyOS installation and mote hardware arefunctioning properly.')  tref(tutorial/index.html, Tutorial,   `The tutorial introduces the basic concepts of TinyOS through a set ofsimple applications and exercises.')  tref(changes-1.1.html, Significant Changes in TinyOS 1.1,  `This document outlines the major changes that have occured in TinyOSfrom release 1.0 to 1.1.<br>Changes for 1.1.x versions:<br>    <ul>	lref(changes-1.1.1.html, Significant Changes in TinyOS 1.1.1)	lref(changes-1.1.3.html, Significant Changes in TinyOS 1.1.3)	lref(changes-1.1.4.html, Significant Changes in TinyOS 1.1.4)	lref(changes-1.1.5.html, Significant Changes in TinyOS 1.1.5)	lref(changes-1.1.6.html, Significant Changes in TinyOS 1.1.6)    </ul>')  tref(changes-1.0.html, Significant Changes in TinyOS 1.0,  `This document outlines the major changes that have occured in TinyOSfrom release 0.6 to 1.0.')  tref(tutorial/programmers.html, Device Programmer Tools,  `Using different programming devices with TinyOS')  tref(mica2radio/mica2freq.html, 433MHz vs 916MHz,  `How to tell your 433Mhz from your 916Mhz (mica2 and mica2dot) motes')  tref(serialcomm/index.html, PC - Mote Serial Protocol,  `How to talk to your motes from your PC')  tref(Xnp.pdf, Network Reprogramming,  `How to reprogram your motes via the radio')</dl><H2>Installing TinyOS</H2><dl>  tref(install.html, Installing from RPMs,  `Directions to install TinyOS from the distributed RPM packages, for Cygwin   and Linux (Redhat 9 or similar)')  tref(install-cvs.txt, Using the CVS tinyos-1.x tree,  `How to switch from the distributed tinyos RPM packages to the current CVS  source tree')  tref(install-from-src.txt, Installing from source,  `How to compile and install the TinyOS tools (e.g., if you cannot use the  RPM packages)')</dl><H2>Programming Motes</H2><dl>  tref(nido.pdf, TOSSIM, `How to use the TinyOS (PC) Simulation Environment')  tref(tutorial/matlab.html, Matlab,   `Interact with your motes through Matlab.')  tref(nesc/nesc-debugging.html, Debugging nesC code, `How to use gdb to debug  nesC code, either in TOSSIM, or directly on the mote')  tref(nesc/debugging.html, Debugging on the mote,  `How to use ATMEL's JTAG ICE to debug directly on the mote')  tref(mcenter.html, Message Center,  `The message center allows easy injection of arbitrary messages into a  mote network (e.g., when debugging)')  tref(nesc/nesdoc.html, nesC Source Documentation,  `Automatically generate documentation and view a graphical representationof the component relationships within an application. Once generated, thisdocumentation will appear <a href="nesdoc">here</a>.')  tref(tutorial/buildenv.html, Tailoring the Build Environment,  `Setting custom parameters for your nesC/TinyOS build environment.')  tref(nesc/ncc.html, nesC Compiler,  `Documentation for ncc, the nesC compiler frontend.')  tref(nesc/mig.html, MIG - Message Interface Generator,  `The mig tool generates stubs to encode and decode TinyOS messages. See alsoits companion <a href="nesc/ncg.html">ncg</a> tool for extracting constantsfrom nesC source files.')  tref(nesc/ref.pdf, nesC Language Reference Manual,  `A rather dry definition of nesC. Most users will prefer the first fewlessons of the tutorial...')  tref(tutorial/naming.html, Naming Conventions,  `TinyOS Coding and Naming Conventions.')</dl><H2>Important Subsystems</H2><dl>  tref(multihop/multihop_routing.html, Multihop routing,  `How to use multi-hop (many-to-1) routing in your application')  tref(tinysec.pdf, TinySec - Secure Communication on Motes,  `How to use TinySec to get secure mote communication')  tref(tutorial/bombilla.html, Bombilla,  `Getting started with Bombilla, the TinyOS virtual machine. Note: thiswill only appear if you have installed the VM package (or are using a CVStree)')  tref(matchbox.pdf, Matchbox,  `How to use Matchbox, the simple mote filing system')  tref(tinydb.pdf, TinyDB,  `The TinyDB "sensor network as database" application. Note: this will onlyappear if you have installed the task-tinydb package (or are using a CVS tree)')  tref(task.pdf, TASK,  `The TASK "Tiny Application Sensor Kit" application. Note: this will onlyappear if you have installed the task-tinydb package (or are using a CVS tree)')</dl><H2>Design Documents</H2><dl>  tref(stack.pdf, Mica Radio Stack)  tref(mica2radio/CC1000.html, Mica2 (CC1000) Radio Stack)  tref(NetworkReprogramming.pdf, Network Reprogramming)  tref(ad-hoc.pdf, Ad-Hoc Routing Component Architecture,  `A general software architecture for multi-hop routing components')  tref(bombilla.pdf, Bombilla Design, `Note: thiswill only appear if you have installed the VM package (or are using a CVStree)')  tref(matchbox-design.pdf, Matchbox Design)</dl></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -