代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/137691/5819818
java taskstopquery.java
package net.tinyos.task.taskcmd;
import net.tinyos.task.taskapi.*;
class TASKStopQuery
{
public static void main(String argv[])
{
if (argv.length < 2)
{
System.out.println("specif
www.eeworm.com/read/137691/5819970
java platform.java
package net.tinyos.packet;
import java.io.*;
import java.util.*;
import net.tinyos.util.*;
public class Platform {
protected static Hashtable idToKind, nameToSpec;
static class PlatformSpec
www.eeworm.com/read/116008/6114245
java send.java
package net.tinyos.tools;
import net.tinyos.util.*;
import java.io.*;
public class Send {
public static void main(String[] argv) throws IOException
{
SerialForwarderStub sfw = new SerialFor
www.eeworm.com/read/116008/6114287
readme
Similar to net.tinyos.packet, but based on the struct-layout dumping-ability
of nesc.
It would have been nice to reuse the net.tinyos.packet infrastructure, but
that wasn't based on the right abstrac
www.eeworm.com/read/11139/202949
makefile
# Top-level Makefile for tools/java
SUBDIRS = net
JAVADOCDIR = ../../../doc/javadoc
ROOT = .
include $(ROOT)/Makefile.include
tinyos.jar: all
rm -f tinyos.jar
@# create the jar, as up
www.eeworm.com/read/484868/1265167
java taskstopquery.java
package net.tinyos.task.taskcmd;
import net.tinyos.task.taskapi.*;
class TASKStopQuery
{
public static void main(String argv[])
{
if (argv.length < 2)
{
System.out.println("specif
www.eeworm.com/read/310709/3691483
py variables.py
# This is an example script from the TOSSIM tutorials.
# It can be used with any TinyOS application.
from tinyos.tossim.TossimApp import *
from TOSSIM import *
n = NescApp()
t = Tossim(n.variables.v
www.eeworm.com/read/270919/4231868
java platform.java
package net.tinyos.packet;
import java.io.*;
import java.util.*;
import net.tinyos.util.*;
public class Platform {
protected static Hashtable idToKind, nameToSpec;
static class PlatformSpec
www.eeworm.com/read/383940/2605673
py variables.py
# This is an example script from the TOSSIM tutorials.
# It can be used with any TinyOS application.
from tinyos.tossim.TossimApp import *
from TOSSIM import *
n = NescApp()
t = Tossim(n.variables.v
www.eeworm.com/read/383940/2606316
readme
A 6lowpan implementation for TinyOS 2.x
This is a 6lowpan implementation for TinyOS 2.x. Mesh Addressing and
Broadcast headers are parsed, but no mesh-networking/multi-hopping is
implemented.