tinyos-2.x

所属分类:其他嵌入式/单片机内容
开发工具:Unix_Linux
文件大小:24884KB
下载次数:35
上传日期:2008-12-02 11:15:52
上 传 者zslic78
说明:  tinyos2.0版本驱动,集成RF版本
(tinyos2.0 versions of drivers, integrated RF version)

文件列表:
tinyos-2.x\apps\6lowpancli\CliAppC.nc (3212, 2007-12-06)
tinyos-2.x\apps\6lowpancli\CliC.nc (9096, 2007-12-06)
tinyos-2.x\apps\6lowpancli\CVS\Entries (165, 2008-06-14)
tinyos-2.x\apps\6lowpancli\CVS\Repository (27, 2008-06-14)
tinyos-2.x\apps\6lowpancli\CVS\Root (62, 2008-06-14)
tinyos-2.x\apps\6lowpancli\Makefile (353, 2007-12-06)
tinyos-2.x\apps\AgriMonitor\AgriMonitorAppC.nc (1483, 2008-10-02)
tinyos-2.x\apps\AgriMonitor\AgriMonitorC.nc (16691, 2008-10-09)
tinyos-2.x\apps\AgriMonitor\AgriMonitorRootAppC.nc (3161, 2008-10-02)
tinyos-2.x\apps\AgriMonitor\AgriMonitorRootC.nc (10602, 2008-10-08)
tinyos-2.x\apps\AgriMonitor\Datastructure.h (3893, 2008-10-09)
tinyos-2.x\apps\AgriMonitor\Makefile (155, 2008-09-28)
tinyos-2.x\apps\AgriMonitor\Node\AgriMonitorAppC.nc (1483, 2008-10-02)
tinyos-2.x\apps\AgriMonitor\Node\AgriMonitorC.nc (16691, 2008-10-09)
tinyos-2.x\apps\AgriMonitor\Node\Datastructure.h (3893, 2008-10-09)
tinyos-2.x\apps\AgriMonitor\Node\Makefile (153, 2008-10-02)
tinyos-2.x\apps\AgriMonitor\Node\vssver2.scc (199, 2008-10-28)
tinyos-2.x\apps\AgriMonitor\Root\AgriMonitorRootAppC.nc (3161, 2008-10-02)
tinyos-2.x\apps\AgriMonitor\Root\AgriMonitorRootC.nc (10602, 2008-10-08)
tinyos-2.x\apps\AgriMonitor\Root\Makefile (155, 2008-09-28)
tinyos-2.x\apps\AgriMonitor\Root\vssver2.scc (171, 2008-10-28)
tinyos-2.x\apps\AntiTheft\CVS\Entries (187, 2008-06-14)
tinyos-2.x\apps\AntiTheft\CVS\Repository (26, 2008-06-14)
tinyos-2.x\apps\AntiTheft\CVS\Root (62, 2008-06-14)
tinyos-2.x\apps\AntiTheft\java\.cvsignore (60, 2007-04-05)
tinyos-2.x\apps\AntiTheft\java\antitheft.jar (8223, 2007-07-30)
tinyos-2.x\apps\AntiTheft\java\AntiTheftGui.java (7678, 2007-04-05)
tinyos-2.x\apps\AntiTheft\java\BagPanel.java (2478, 2007-04-05)
tinyos-2.x\apps\AntiTheft\java\CVS\Entries (264, 2008-06-14)
tinyos-2.x\apps\AntiTheft\java\CVS\Repository (31, 2008-06-14)
tinyos-2.x\apps\AntiTheft\java\CVS\Root (62, 2008-06-14)
tinyos-2.x\apps\AntiTheft\java\Makefile (620, 2007-04-05)
tinyos-2.x\apps\AntiTheft\java\run (159, 2007-04-05)
tinyos-2.x\apps\AntiTheft\Nodes\antitheft.h (967, 2007-04-05)
tinyos-2.x\apps\AntiTheft\Nodes\AntiTheftAppC.nc (2467, 2008-04-25)
tinyos-2.x\apps\AntiTheft\Nodes\AntiTheftC.nc (6449, 2008-05-03)
tinyos-2.x\apps\AntiTheft\Nodes\CVS\Entries (182, 2008-06-14)
tinyos-2.x\apps\AntiTheft\Nodes\CVS\Repository (32, 2008-06-14)
tinyos-2.x\apps\AntiTheft\Nodes\CVS\Root (62, 2008-06-14)
... ...

This contains the TinyOS 2.0 source code as of $Date: 2007/07/30 07:18:52 $ This tree includes the TinyOS 2.0 documentation in tinyos-2.x/doc; you can also find the documentation online at: http://www.tinyos.net/tinyos-2.x/doc/ Please note that RPM releases do not include the doc/ or tools/ directories. They do not include the former because of the above URL, where corrections can be applied quickly. They do not include the latter because that compiled versions of its code are installed in the tinyos-tools RPM. The basic directory structure is as follows: apps: Sample TinyOS applications. tests: Sample TinyOS applications which test a part of the system. doc: Documentation index.html: Index file to all documentation txt: Text files (TEPs) html: HTML files (TEPs, installation) tutorial: Tutorials pdf: PDFs of larger documents, such as the TinyOS Programming Manual support: Non-nesC code for using TinyOS nodes make: TinyOS make system sdk: Standard developers kit: serial communication, etc. c: C SDK (fully supported, but not exhaustively tested yet) java: Java SDK (fully supported, heavily tested and used) python: Python SDK (limited, not fully supported) tools: TinyOS-specific tools and scripts platforms: Platform-specific tools release: Scripts and configurations for packaging release RPMs tinyos: TinyOS scripts java: Native support for TinyOS JNI libraries (serial and env) misc: Assorted utility scripts, begininning with tos- ncc: The scripts that invoke the nesC compiler: ncc, mig, ncg tos: TinyOS source code (nesC, C) chips: Chip-specific code interfaces: Core system interfaces lib: Extensions and larger common subsystems byte_radio: General radio stack for byte-level radios net: Network (multihop protocols) ctp: Collection tree protocol le: Link estimator lqi: LQI-based collection for CC2420 platforms power: Power management component library printf: Printing small text messages to serial port serial: Serial communication timer: Timer component library tossim: TOSSIM simulator platforms: Platform-specific code sensorboards: Sensorboard drivers system: Core system components types: Core system data types (header files) You can find documentation for the 2.0.1 release online at: http://www.tinyos.net/tinyos-2.x/doc/

近期下载者

相关文件


收藏者