Re: [Tinyos-help] missing functionality of support/sdk/java in support/sdk/c

2009-01-20 Thread Andrey Gursky
Andrey Gursky wrote: Hi Eric! Regarding your (old) posting with mig and C interface. I've did at last a successfully test of the using TOSSIM-SF and write_sf_packet()-function (from sdk/c/sf) from the same simulation driver program. To properly write values one needs to define some nx_*

Re: [Tinyos-help] missing functionality of support/sdk/java in support/sdk/c

2009-01-19 Thread Andrey Gursky
Hi Eric! Regarding your (old) posting with mig and C interface. I've did at last a successfully test of the using TOSSIM-SF and write_sf_packet()-function (from sdk/c/sf) from the same simulation driver program. To properly write values one needs to define some nx_* variables to get the offset

Re: [Tinyos-help] missing functionality of support/sdk/java in support/sdk/c

2009-01-05 Thread Andrey Gursky
Hi all! Ok, I've found in support/sdk/c/sf/ the program prettylisten.c. It could be, what I'm looking for, to send/receive packets through (simulated) serial interface out of the simulation program using TOSSIM. Would you suggest to use the C sf? The C++ sf claims there were issues with packet

[Tinyos-help] missing functionality of support/sdk/java in support/sdk/c

2008-12-30 Thread Andrey Gursky
Hi! I'm looking now for the implementation of java classes such as PhoenixSource, MoteIF in C/C++. With another words is there any project (may be some external) that gives a simple way to communicate with motes (real or simulated) from C/C++ program? The support of java and python is very