readme

来自「主要用于无线传感网络的编写的书籍.对于初学者有着很大的用处」· 代码 · 共 34 行

TXT
34
字号
/* Modified by ksho@cse September 2005 */------------The program is modified for listening packet like the java listener on stargate. It is unstable and further bug fix is needed to make it work------------This is is simple sample program to verify thatthe Mote interface for Stargate platformis properly setup on your Host Computer System.Also provided is a TinyOS program - modified from thesample app in TinyOS 1.1 release - GenericBase. The modification involves routing the packets receivedfrom the UART port to be sent back to the same UART port.Build command:     makeOn successful build, creates the Derived files.To execute insert a Mote at the Mote connector on thestargate board.Primary Files apps/sample/mote/motetest.c  - 'C' Source file                   Makefile   - The makefile to build the executable.                   README     - This fileTOS application source files apps/sample/mote/TOS/GenericBaseM.nc - NesC source fileDerived Files                   motetest.o    - Object file built for hello.c                   motetest      - Linked Executable.

⌨️ 快捷键说明

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