代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/137691/5820583
java discmodel.java
// $Id: DiscModel.java,v 1.3 2003/12/26 21:04:44 scipio Exp $
package net.tinyos.sim;
public class DiscModel implements PropagationModel {
private double radius;
public DiscModel(double radius)
www.eeworm.com/read/116008/6114275
readme
Package: net.tinyos.amhandler
Description: Classes to export an AM-like interface up to java
Author: Sam Madden (madden@cs.berkeley.edu)
These classes export an AM-like interface into java. By exten
www.eeworm.com/read/11139/197287
spec avr-insight.spec
%define theprefix /usr
Summary: Insight GDB GUI
Name: avr-insight
Version: 6.3
Release: 1
Packager: TinyOS Group, UC Berkeley
License: GNU GPL
Group: Development/Tools
URL: httphttp://ftp.g
www.eeworm.com/read/11139/197604
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 cod
www.eeworm.com/read/11139/197641
am makefile.am
JDK = @JDK@
EXEEXT=
tinyoslibdir=$(libdir)/tinyos
tinyoslib_PROGRAMS = @TOSCOMMLIB@
EXTRA_PROGRAMS = libtoscomm-32.so libtoscomm-64.so toscomm.dll libtoscomm.jnilib
# Compiling libtosco
www.eeworm.com/read/11139/202856
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 ho
www.eeworm.com/read/11139/202888
makefile
# Makefile for tools/java/net/tinyos/packet
SERIAL_H = $(TOSDIR)/lib/serial/Serial.h
Serial.py:
ncg -o $@ -python-classname=Serial python $(SERIAL_H) Serial.h
www.eeworm.com/read/11139/203045
java env.java
// $Id: Env.java,v 1.4 2006/12/12 18:23:00 vlahan Exp $
package net.tinyos.util;
/**
* The Env class provides an implementation of
* getenv that actually works, unl
www.eeworm.com/read/11139/203212
extra openocd.extra
#-*-Makefile-*- vim:syntax=make
#
# To install OpenOCD, see the following wiki page:
# http://docs.tinyos.net/index.php/OpenOCD_for_IMote2
#
PROGRAM = imote2-ocd-program.py
PROGRAMMER ?= $
www.eeworm.com/read/11139/203289
extra tframe.extra
# Makefile extra for compiling 802.15.4 TinyOS apps with t-frames.
# T-frames are not interoperable with 6lowpan networks.
# Please see TEP 125 for details.
# Philip Levis, June 15 2008.
#Includ