代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/270919/4231855
makefile
TOS = $(shell ncc -print-tosdir)
PACKAGE = net.tinyos.drain
MIG = mig java
NCG = ncg java
LIB = $(TOSDIR)/lib
# List of message classes to build
MSGS = DrainMsg.java DrainBeaconMsg.java DrainG
www.eeworm.com/read/270919/4231930
makefile
TOS = $(shell ncc -print-tosdir)
PACKAGE = net.tinyos.oscope
APP = $(TOS)/../apps/Oscilloscope
MIG = mig java
# List of message classes to build
MSGS = OscopeMsg.java OscopeResetMsg.java
INITIAL_TA
www.eeworm.com/read/270919/4232769
readme
directory: tinyos-1.x/tos/lib/Rpc
author: kamin whitehouse
date: 9/23/05
Please see the following wiki page for documentation:
http://today.cs.berkeley.edu/nestfe/index.php/Rpc
www.eeworm.com/read/270919/4232791
readme
directory: tinyos-1.x/tos/lib/Registry
author: kamin whitehouse
date: 9/23/05
Please see the following wiki page for documentation:
http://today.cs.berkeley.edu/nestfe/index.php/Registry
www.eeworm.com/read/270919/4232874
readme
directory: tinyos-1.x/tos/lib/Hood
author: kamin whitehouse
date: 9/23/05
Please see the following wiki page for documentation:
http://today.cs.berkeley.edu/nestfe/index.php/Hood
www.eeworm.com/read/270919/4233777
deprecated readme.deprecated
$Id: README.deprecated,v 1.1 2005/07/22 17:43:48 jwhui Exp $
Deluge 2.0 - TinyOS Network Programming
- Project members/groups:
* Jonathan Hui
Automatic cloning of Golden
www.eeworm.com/read/383940/2605416
in tos-install-jni.in
#!/bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
tinyoslibdir=$libdir/tinyos
jni=`tos-locate-jre --jni`
if [ $? -ne 0 ]; then
echo "Java not found, not installing JNI code"
exi
www.eeworm.com/read/383940/2605424
am makefile.am
AUTOMAKE_OPTIONS = foreign
dist_man_MANS = tosthreads-dynamic-app.1
tosthreadslibdir=$(libdir)/tinyos/tosthreads
bin_SCRIPTS = tosthreads-dynamic-app
tosthreadslib_DATA = tosthreads_standard_api.p
www.eeworm.com/read/383940/2608269
h sfsource.h
#ifndef SFSOURCE_H
#define SFSOURCE_H
#ifdef __cplusplus
extern "C" {
#endif
int open_sf_source(const char *host, int port);
/* Returns: file descriptor for TinyOS 2.0 serial forwarder at host:port,
www.eeworm.com/read/383940/2608404
java serialbytesource.java
// $Id: SerialByteSource.java,v 1.6 2007/05/24 19:55:12 rincon Exp $
package net.tinyos.packet;
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All ri