代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/116008/6114337
java commandmsgs.java
package net.tinyos.tinydb;
import net.tinyos.message.*;
/** Class with static functions to generate message arrays that
can be used to invoke commands on Db motes.
*/
public class CommandMsgs {
www.eeworm.com/read/116008/6114386
java tinydbquery.java
package net.tinyos.tinydb;
import java.util.*;
import net.tinyos.message.*;
/** TinyDBQuery is a Java data structure representing a query running (or to be run)
on a set of motes.
Queri
www.eeworm.com/read/11139/198155
readme
README for tinyos-2.x/tos/lib/tossim
This directory contains the core code for the TOSSIM TinyOS simulator.
One characteristic of TOSSIM is that it can controlled through a
Python script. Buildin
www.eeworm.com/read/270919/4231977
java messagefactory.java
package net.tinyos.message;
import java.lang.reflect.*;
import net.tinyos.packet.*;
public class MessageFactory {
PhoenixSource source = null;
PacketSource pSource = null;
int platform;
www.eeworm.com/read/310709/3691499
readme
README for tinyos-2.x/tos/lib/tossim
This directory contains the core code for the TOSSIM TinyOS simulator.
One characteristic of TOSSIM is that it can controlled through a
Python script. Building si
www.eeworm.com/read/383940/2605693
readme
README for tinyos-2.x/tos/lib/tossim
This directory contains the core code for the TOSSIM TinyOS simulator.
One characteristic of TOSSIM is that it can controlled through a
Python script. Building si
www.eeworm.com/read/383940/2608946
java dipinject.java
import java.io.*;
import net.tinyos.message.*;
import net.tinyos.util.*;
public class DipInject implements MessageListener
{
MoteIF mote;
DipInject(DipMsg dipmsg) {
mote = new MoteI