代码搜索:tinyOS

找到约 3,275 项符合「tinyOS」的源代码

代码结果 3,275
www.eeworm.com/read/270919/4231973

makefile

TOS = $(shell ncc -print-tosdir) PACKAGE = net.tinyos.message MIG = mig java ROOT = ../../../.. include $(ROOT)/Makefile.include #TO REMAKE BaseTOSMsg, uncomment the line below and type make micaz
www.eeworm.com/read/270919/4231981

makefile

TOS = $(shell ncc -print-tosdir) PACKAGE = net.tinyos.message MIG = mig java ROOT = ../../../.. include $(ROOT)/Makefile.include #TO REMAKE BaseTOSMsg, uncomment the line below and type make telos
www.eeworm.com/read/270919/4233659

readme

README for Blink Author/Contact: tinyos-help@millennium.berkeley.edu Description: Blink is a basic application that starts a 1Hz timer and toggles the red LED every time it fires. It is a very simpl
www.eeworm.com/read/270919/4233770

makefile

PLATFORMS=telos telosb micaz COMPONENT ?= PongC include ../Makerules #TOS = $(shell ncc -print-tosdir) #PACKAGE = net.tinyos.oscope #APP = . #MIG = mig java # List of message classes to build #MSGS
www.eeworm.com/read/383940/2605410

in tos-set-symbols.in

#!@pathperl@ -w # # This program changes the mote ID of a TinyOS image. It is used to # install a program for a specific mote. use strict; my %G_opts = ( compat => 1, objdump => 'avr-objdump',
www.eeworm.com/read/383940/2608970

py test.py

# This script is a simple TOSSIM test of dissemination. # It builds a 15x15 grid of nodes and has nodes start # disseminating two values (based on the TinyOS app). # It prints out when nodes receive n
www.eeworm.com/read/275852/10790655

tex sensors.tex

\documentclass{article} \usepackage{fullpage} \newcommand{\fname}[1]{{\tt #1}} \newcommand{\code}[1]{{\tt #1}} \title{Standard TinyOS Sensorboard Interface V1.1} \author{David Gay, Wei Hong, Phil Le
www.eeworm.com/read/137691/5819645

set-mote-id

#!/usr/bin/perl -w # # This program changes the mote ID of a TinyOS image. It is used to # install a program for a specific mote. use strict; my %G_opts = ( compat => 1, objdump => 'avr-objdump'
www.eeworm.com/read/137691/5819943

java messagebox.java

package net.tinyos.task.awtfield; import java.awt.*; import java.io.*; import java.awt.event.*; public class MessageBox extends Dialog implements ActionListener, WindowListener { MessageBox(Fram
www.eeworm.com/read/137691/5820147

readme

Package: net.tinyos.sf Description: provides serial port multiplexing Author: Bret Hull David Gay This application instantiates a server