[Tinyos-help] need help, RadioBackoff interface with TOSSIM

2015-10-09 Thread Abderrahmen Guermazi
Dear good people, I would like to use RadioBackoff interface with TOSSIM(make micaz sim), but the compilation claims that the the RadioBackoff interface is not found as well as its events. knowing that RadioBackoff interface works well with CC2420 chip and the installation on telosb mote is

[Tinyos-help] Need help on using MIG to generating multiple packet object

2013-12-19 Thread Qiao Xiang
Hi All, I am trying to use MIG to generate java class to listen to packets in serial commuincation. I follow the tutorial in the following link http://tinyos.stanford.edu/tinyos -wiki/index.php/Mote-PC_serial_communication_and_SerialForwarder#MIG:_generating_packet_objects and everything works

Re: [Tinyos-help] Need help on using MIG to generating multiple packet object

2013-12-19 Thread xiangq27
Hi All, Just letting you guys know that I figured this out just now. I didn't wire a new Packet interface for the new packet object. After I added that, my code can log two packet objects on Indriya now. Best Qiao -- View this message in context:

[Tinyos-help] Need help-Regarding saving sensor data

2013-07-14 Thread Bhagyeshwari Chauhan
Hi Please let me know how can I save my sensor data readings from telosb into a text file? PFA the code I have been using. But it only displays the sensor readings on the serial port terminal in ubuntu. I need to take say around 1000 light sensor readings and save it in a text file. Please help me

Re: [Tinyos-help] Need help-Regarding saving sensor data

2013-07-14 Thread Eric Decker
You are running a program on the Ubuntu side that displays the sensor readings. redirect the output of the file into a file. if you don't know about Unix redirection, look it up on google or any beginning Unix/Linux book. On Mon, Jul 8, 2013 at 11:50 PM, Bhagyeshwari Chauhan

[Tinyos-help] Need help for resolving ImportError of import tossim in python interface

2013-04-15 Thread Kiran Kumar Puram
Hi, I am getting the following error when trying to import TOSSIM with python interface: Python 2.7.3 (default, Sep 26 2012, 21:53:58) [GCC 4.7.2] on linux2 Type help, copyright, credits or license for more information. from TOSSIM import* Traceback (most recent call last): File stdin, line

Re: [Tinyos-help] Need help for resolving ImportError of import tossim in python interface

2013-04-15 Thread Srikanth Nori
The sim_mote_set_start_time should get compiled into the code automatically when you choose to compile for TOSSIM. What are you compiling and how do you compile for TOSSIM? Do other modules compile, or is it just one that's failing? On Mon, Apr 15, 2013 at 11:30 AM, Kiran Kumar Puram

[Tinyos-help] Need help to know : how to use TOSSIM

2013-04-11 Thread Pratik Ranjan
Respected Sir, I am a final year student of Master of Technology in Computer Science and Information Security and doing research on WSN Security. I am currently working on the key issues with Elliptical Curve Cryptography. For this I need a simulator. I have search out in Internet and found the

[Tinyos-help] Need Help on tinyos

2013-04-11 Thread raj bhatol
Hello sir/madam, i am installing tinyos on fedora 17 but some problems occurs in it. here i attached file in it error would be in it. so plz check it and rply me as soon as because it's urgent to me so pl. Thanking you, Raj Bhatol M.Tech(Networking Communication) Gujarat University

[Tinyos-help] Need Help

2013-04-11 Thread raj bhatol
Hello sir/madam, Please help me regarding below errors. [root@Raj tools]# ./Bootstrap + aclocal + autoconf + '[' -d config-aux ']' + automake -a -c + rm -f config.cache src/config.cache [root@Raj tools]# cd platforms/mica/uisp/ [root@Raj uisp]# ls doc kernel src [root@Raj uisp]# ./bootstrap

[Tinyos-help] Need help on Tinyos

2013-04-11 Thread raj bhatol
hello sir madam, Here attached two files svn and cvs so plzz check its error and give me solution as soon as .. because its urgent to me and plz help me Thanking you, Raj Bhatol M.tech(Networking Communication) Gujarat University, Gujarat, INDIA svn error.doc Description: MS-Word document

Re: [Tinyos-help] Need help to know : how to use TOSSIM

2013-04-11 Thread Fatma Hendaoui
Ranjan kiit.pra...@gmail.com À : tinyos-help@millennium.berkeley.edu Envoyé le : Mercredi 27 mars 2013 4h25 Objet : [Tinyos-help] Need help to know : how to use TOSSIM Respected Sir, I am a final year student of Master of Technology in Computer Science and Information Security and doing

Re: [Tinyos-help] Need help on Tinyos

2013-04-11 Thread Eric Decker
Neither the old CVS nor the SVN (google code) repositories are supported any more. The TinyOS 2.1.2 release can be found at https://github.com/tinyos/tinyos-release and the development repository can be found at https://github.com/tinyos/tinyos-main If you had looked at the main page for the

[Tinyos-help] Need help to know : how to use TOSSIM

2013-03-26 Thread Pratik Ranjan
Respected Sir, I am a final year student of Master of Technology in Computer Science and Information Security and doing research on WSN Security. I am currently working on the key issues with Elliptical Curve Cryptography. For this I need a simulator. I have search out in Internet and found the

Re: [Tinyos-help] Need help to know : how to use TOSSIM

2013-03-26 Thread Gustavo Zanatta Bruno
The main tutorial is this... http://docs.tinyos.net/tinywiki/index.php/TOSSIM 2013/3/27 Pratik Ranjan kiit.pra...@gmail.com: Respected Sir, I am a final year student of Master of Technology in Computer Science and Information Security and doing research on WSN Security. I am currently

[Tinyos-help] need help in tossim

2013-02-25 Thread rajesh mukherjee
Hi All, i am using tinyos 2.x for a while. i am actually analyzing performance of some algo in tossim. in tinyos 1.x, there is tinyviz what we can use to get d graphics. but tinyos 2.x does not support tinyviz . so, how i add graphics in tinyos 2.x. plz reply me soon. thanks in advance.

Re: [Tinyos-help] need help in tossim

2013-02-25 Thread Eric Decker
On Mon, Feb 25, 2013 at 12:17 AM, rajesh mukherjee rajeshmukherjee@gmail.com wrote: Hi All, i am using tinyos 2.x for a while. i am actually analyzing performance of some algo in tossim. in tinyos 1.x, there is tinyviz what we can use to get d graphics. but tinyos 2.x does not support

Re: [Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-28 Thread mike healy
Hi, As a sanity check I've just tested the Bluetooth test app that you point to, built with the latest TinyOS main tree from googlecode, and connecting to it using minicom, and it works as expected for me. When you say you test the same shimmer with the BoilerPlate app and ShimmerConnect, are

Re: [Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-28 Thread Dang Thi Hai Ha
Hi, Thanks Mike pour your reply. As a sanity check I've just tested the Bluetooth test app that you point to, built with the latest TinyOS main tree from googlecode, and connecting to it using minicom, and it works as expected for me. That's why I said it's weird that it does not work for

Re: [Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-28 Thread mike healy
Hi, From your last mail I get the impression that you used the Shimmer Windows Bootstrap Loader Windows based application to load the BoilerPlate image on your shimmer. Have you tried building and installing BoilerPlate from source to see if that works (to test your build environment). From the

Re: [Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-28 Thread mike healy
It definitely sounds like your development environment is the problem so. I don't know why you would have a problem building for shimmer2r if shimmer2 works. You just need to make sure that you are working off a relatively recent copy of the tinyos-main tree from googlecode svn (

Re: [Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-28 Thread Dang Thi Hai Ha
Hi, I made it works!!! :D What i did is that: for whatever interfaces and components missing in shimmer2 platform, I manually copy them from other platforms (shimmer and shimmer2r) until the compilation successes. So now I have Bluetooth working for me ;-), time for the next step :D And thank

[Tinyos-help] [Need help] Shimmer sensor: weird Bluetooth behavior or I am guilty

2012-11-27 Thread Dang Thi Hai Ha
Hi all, I've been trying to test the Bluetooth connection with my shimmer mote but I failed to make it run the Bluetooth test program downloaded from http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/shimmer/swtest/Bluetooth/ . My steps (on Ubuntu 12.04): 1. Download and

[Tinyos-help] need help in implementation of a Hello Floods attack

2012-10-12 Thread fares mezrag
Hi, i am working in secure routing in wsn, i hope to find an implementation of Hello Floods attak Best regards___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Need help compiling Make Micaz sim

2012-10-09 Thread Rafael de Oliveira Costa
John, you must certain that you have the file Python.h. Check if you have installed python-dev package and also check if your PYTHONPATH is setting correctly as showed below PYTHONPATH =.:$TOSROOT/support/sdk/python:$PYTHONPATH Rafael de Oliveira Costa, D.Sc. Student PPGI - UFRJ Rio de Janeiro,

[Tinyos-help] Need Help running the tossim simulator

2012-10-09 Thread John K. Russ
Need Help running the tossim simulator. any help would be appreciated!!! I have installed python developer too... mkdir -p simbuild/micaz /opt/tinyos-2.1.2/support/make/sim.extra:10: *** unterminated call to function `shell': missing `)'. Stop. make[1]: Leaving directory

[Tinyos-help] Need help compiling Make Micaz sim

2012-10-08 Thread John K. Russ
Here is the error I get: ++ -c -shared -fPIC -o simbuild/micaz/pytossim.o -g -O0 -DIDENT_APPNAME=\BlinkTaskAppC\ -DIDENT_USERNAME=\ubuntu\ -DIDENT_HOSTNAME=\ubuntu\ -DIDENT_USERHASH=0xf67b89f7L -DIDENT_TIMESTAMP=0x50733b88L -DIDENT_UIDHASH=0x8e29bfbaL

[Tinyos-help] Need help installing Tossim on Ubuntu

2012-10-06 Thread John K. Russ
Hello Everyone just need help installing tiny os 2.1.1 and Tossim. Thank you This is for Ubuntu 12.04. -- John Kenneth Russ College of Liberal Arts Sciences COMPUTING Wayne State University j...@wayne.edu (313)-577-0274 “If you can control a man's thinking you do not have to worry

Re: [Tinyos-help] Need help installing Tossim on Ubuntu

2012-10-06 Thread Saeid Yazdani
Hi, If you mean installing whole TinyOS, follow this guide for TinyOS 2.1.2 on Ubuntu 12.04 (32 bits!!!) http://www.electronicspub.com/article/28/TinyOS-installation-guide-on-Ubuntu.html hope it helps, Saeid. On 6-10-2012 23:59,

Re: [Tinyos-help] need help for simulating tutorial 2 mote- mote communication in tossim

2012-08-11 Thread Ankush Shah
I am facing the same issue. Were you able to solve it? Mayank Kothiya wrote: i am facing error of import tossim in python interface : [root@localhost BlinkToRadio]# python Python 2.5.1 (r251:54863, Oct 30 2007, 13:54:11) [GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2 Type help,

[Tinyos-help] Need help simuation for localization using TOSIIM

2012-08-09 Thread Indtiny s
Hi, I want to simulate a locatization system using TOSSIM environment . I need to deploy some 20 nodes and create some propogation model for some indoor environment , is it possible to do it using TOSSIM ..? Rgds Indu ___ Tinyos-help mailing list

[Tinyos-help] Need help with Tinyos-1.x TOSSIM

2012-04-01 Thread shruti
Hello all Sir I am working on cygwin tinyos and I am nt able to run make pc command properly. Can u help me please asap I want to know how should I include my mote.hheader file in nesc code.. image001.png___ Tinyos-help mailing list

Re: [Tinyos-help] Need help with Tinyos-1.x TOSSIM

2012-04-01 Thread Michael Schippling
It looks like you have put something like this in apit.h: #include mymote.h If that's the case, mymote.h should be found if it is in the source or include search path. The current directory (.../apps/testingtinysec) should work. Another way to try it is to find where apit.h is included

[Tinyos-help] need help

2012-03-19 Thread yamasu Tomohisa
hi I'm a student and I work on wns, I'm implementing a Mac protocol and I have some unclear concepts, help plz! 1)What is CC2420_TIME_ACK_TURNAROUND? and what is the difference between it and CC2420_ACK_WAIT_DELAY? 2)In my protocol I want to use the preamble, I read in the cc2420 that there is

[Tinyos-help] Need help on TinyOS telosb

2012-03-04 Thread abc78
Hello everyone, Recently, I've just started working on TinyOS (using CC2420 telosB) and I have some questions that need your help as follows: 1/ I want to send a data message from node 1 to node 2 as MACA mechanism (using RTS/CTS/DATA msg). And node 1 should sense whether medium is free or not

[Tinyos-help] need help about installing and checking JAVA for Mote-PC communication !

2012-02-06 Thread Mashal al-shboul
Hi All, I need help about checking Java installation in UBUTNU for communication between the PC and iMote2 sensor mote. i have the directory tinyos-2.1.1/support/sdk/java correctly,should i compile it?. However when i compile it (by make intelmote2), i get make: *** No rule to make target

Re: [Tinyos-help] need help about installing and checking JAVA for Mote-PC communication !

2012-02-06 Thread Michael Schippling
Just try make without the intelmote2 part. I don't think there is any platform specific code in the Java tools. MS Mashal al-shboul wrote: Hi All, I need help about checking Java installation in UBUTNU for communication between the PC and iMote2 sensor mote. i have the directory

[Tinyos-help] need help in tossim

2011-11-18 Thread Shaloo Dadwal
Sir, Please help me in writing and running nesC codes on TOSSIM version 2.x. thank you ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] need help in tossim

2011-11-18 Thread Urs Hunkeler
Hi, There is a tutorial for this: http://docs.tinyos.net/tinywiki/index.php/TOSSIM Cheers, Urs On 11/17/11 8:04 AM, Shaloo Dadwal wrote: Sir, Please help me in writing and running nesC codes on TOSSIM version 2.x. thank you ___ Tinyos-help

Re: [Tinyos-help] need help in tossim

2011-11-18 Thread Urs Hunkeler
Hi, I am willing to help you when you have specific questions. But there are a few rules that you should follow: - Write e-mails to the mailing list instead of contacting persons directly - Have specific questions (I don't understand X when I try to write a program and not I need help for

Re: [Tinyos-help] Need help on setting CLASSPATH

2011-06-29 Thread Andrew Sabelhaus
Zhuo, The $CLASSPATH variable for your shell (probably bash) need to be set up to include TinyOS's directories every time you run it (i.e. open up a terminal window), so you need to either: 1) Run the script that Joao references every time you open up a new terminal, which can be done by

Re: [Tinyos-help] Need help on setting CLASSPATH

2011-06-28 Thread João Gonçalves
Didn't you source from a script like this? #! /usr/bin/env bash # Here we setup the environment # variables needed by the tinyos # make system echo Setting up for TinyOS export TOSROOT= export TOSDIR= export MAKERULES= TOSROOT=/opt/tinyos-2.x TOSDIR=$TOSROOT/tos

[Tinyos-help] Need help on setting CLASSPATH

2011-06-27 Thread 陈卓
Hi, I ran $ tos-check-env on my computer and there are several warnings shown up. One of them says CLASSPATH may not include Would you please help me on setting the CLASSPATH? Thanks, Zhuo Chen -- Lab of Next Generation Network Dept. of Electronic Engineering Tsinghua University Beijing,

Re: [Tinyos-help] need help

2011-05-10 Thread Romain Bornet
Hi, Please also post your replies to the mailing-list so that others can follow the thread if they ever come across the same issue. I have installed  “ VirtualBox-4.0.4-70112-Win” And did you install the extension pack as well ? If you did not install it, try this first. You can find the

[Tinyos-help] need help in compiling Ppprouter on iris motes

2011-04-19 Thread Shrikant U Hallur
Hi All, I am working on blip-rpl-devel version of tinyos available in tinyos svn repo, i tried to compile Ppprouter on iris mote by doing make iris blip and i am getting the following errors /opt/tinyos-2.x/tos/system/LedC.nc:32:25: error: PlatformLed.h: No such file or directory In file

[Tinyos-help] Need help related to XbowCam.acquire

2011-04-12 Thread Ibrahim Abbas
Hi everyone, when we use the following commands to capture the image XbowCam.acquire(COLOR_UYVY, (void*)BASE_FRAME_ADDRESS, img_size, 0); then in which format image data is stored . is it a YUV format or something else..? and how the below call is different from the upper one

[Tinyos-help] Need help with Tinyos-1.x TOSSIM

2011-03-11 Thread Chinedu Duru
Hi I managed to successfully get no errors after putting the command toscheck for tinyos-1.x. But because i need to use TOSSIM i had to configure and compile TinyViz by going to cd /opt/tinyos-1.x/tools/java/net/tinyos/sim and executing the make command. However i got numerous errors which are

Re: [Tinyos-help] Need help with Tinyos-1.x TOSSIM

2011-03-11 Thread Wahid
do know why: they keep it so that you get frustrated with tinyos-1 and listen to my first advice. --- On Fri, 3/11/11, Chinedu Duru cned...@googlemail.com wrote: From: Chinedu Duru cned...@googlemail.com Subject: [Tinyos-help] Need help with Tinyos-1.x TOSSIM To: tinyos-help

[Tinyos-help] need help with ftsp

2011-02-22 Thread Deeksha G Rao Sahib
Hi all, With reference to the following code from TimeSyncP.nc, what do 'sync period' and 'send period' mean?? I would also like to know how the values of the parameters affect the working of FTSP. enum { MAX_ENTRIES = 8, // number of entries in the table BEACON_RATE = TIMESYNC_RATE,//

[Tinyos-help] Need help with LPL interface

2011-02-18 Thread Tommaso Mineccia
Hi, I'm Tommaso Mineccia, a student in Computer Engineering of University of Florence. I need to do some tests with the Iris mote using TinyOs 2.1.0 and the LowPowerListening interface. I have read the Tep105 and the tutorial Writing Low-Power Applications but I don't understand some things. 1.

[Tinyos-help] need help in image writting in telosB

2010-12-11 Thread rupesh vishwakarma
Hi all, I want to send a image to the network using telos B my problem is how to write 23kb image to the flash of telosb stm? I broke the image in to array of hex, in the array there are 40,000 elements now when i use the interface uint16_t image[127]={1 ,139 ,175 ,99 ,140 ,169 ,97 ,139};

Re: [Tinyos-help] need help

2010-12-07 Thread Romain Bornet
. vinothini.tin...@hotmail.com wrote: I'am getting the following error while typing make micaz make: *** [exe0]Error 1 i'am not able to fix it help me Regards   Vino Date: Thu, 2 Dec 2010 13:18:43 +0100 Subject: Re: [Tinyos-help] need help From: bornet.r

[Tinyos-help] need help

2010-12-02 Thread vino .
hi I'am installed tinyos through cygwin in my windows7 laptop. In this how to simulate a blink application.I read those tutorials in tinyos .net, i set that path /opt/tinyos-2.x/apps/Blink and i typed the following command make micaz sim it showing the following error make: *** No

Re: [Tinyos-help] need help

2010-12-02 Thread Romain Bornet
Hi Vino It seems that something is still wrong with your environment... How did you install TinyOS from RPM as described on Wiki ? ( http://docs.tinyos.net/index.php/Installing_TinyOS_2.1.1#Manual_installation_on_your_host_OS_with_RPMs ) If so ensure that you followed carefully each step,

Re: [Tinyos-help] need help on tossim

2010-10-18 Thread farzaneh baghche band
both version are the same!!! On 10/17/10, Magnus Morton magnusmor...@gmail.com wrote: Hi, You need to change the PYTHON_VERSION variable to your installed version of python in /opt/tinyos-2.x.x/suport/make/sim.extra On 17 October 2010 13:16, farzaneh baghche band

[Tinyos-help] need help on tossim

2010-10-17 Thread farzaneh baghche band
HI i have problem with make micaz sim error is as below: make: pyhton2.5-config: command not found placing object file in simbuild/micaz make : ***[sim-exe] error 2 how can i do it? which file should i place? Regards Baghcheband. Farzaneh ___

Re: [Tinyos-help] need help on tossim

2010-10-17 Thread Magnus Morton
Hi, You need to change the PYTHON_VERSION variable to your installed version of python in /opt/tinyos-2.x.x/suport/make/sim.extra On 17 October 2010 13:16, farzaneh baghche band f.baghcheb...@gmail.comwrote: HI i have problem with make micaz sim error is as below: make:

[Tinyos-help] need help: Trawler GUI

2010-09-10 Thread radhika
Hi, I ran delta application with trawler for some time and received the following exception from the GUI several times: $make tmote reinstall,1 bsl,3 $motecom=ser...@com4:tmote java com.moteiv.trawler.Trawler ser...@com4:57600: resynchronizing Added node: 1 After that I got this

[Tinyos-help] Need help to install z-monitor tknsniffer application

2010-09-08 Thread Mohammad Islam
Dear Concern, I need to know how to install tknsniffer in base station in z-monitor?I tried,But it seems makefile include error.there is no description in readme file.I need your kind support. Thanx for your support. We have installed z-monitor in ubuntu. regards Mohammad

[Tinyos-help] Need help with RFM.nc tinyos

2010-07-14 Thread Kartik Siddhabathula
Hi all, I want to use the byte interface RFM.nc in tinyos-1.x with micaz motes. Has anyone ever used it? I don't know how to use. It will be great if some tells me on how to use that component! Thanks in advance, Kartik ___ Tinyos-help mailing

[Tinyos-help] need help

2010-07-07 Thread 周乾伟
Hello, I use Xubuntos with Tinyos which had been installed by someone to develop my program. I find there are tinyos-2.1.0 and tinyos-2.0.2 in the xubuntos. And system is using tinyos-2.1.0 to make my program. But I need tinyos-2.0.2 or even lower one to make it. How can I use tinyos-2.0.2 to

[Tinyos-help] need help

2010-06-15 Thread Oussama Ghorbel
Hi I want to define a type that i can use the binary value like 0 and 1 ...please tell me what how can i do to define my tbinary type can i use this: nx_bin_t val; ?? thanks for the reply... Best regard O.G ___ Tinyos-help mailing

[Tinyos-help] need help

2010-05-12 Thread xuetao wei
Hi,all I have the following problems. I searched it , but no correction is found. Thanks a lot for your help!!! Best, michael mich...@ubuntu:/opt/tinyos-2. 0.2/apps/TestBVRSimple$ make micaz sim mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml

[Tinyos-help] Need help with Counter Interface

2010-05-03 Thread Kartik Siddhabathula
Hi All, I am using the interface Counter to get the time difference between two events. Since the 2nd event lies beyond the limit of the Counter so I have declared a variable which should increment every time there is an overflow. The problem is neither the variable is getting incremented nor

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-30 Thread Eric Decker
the difference between the two events is hardly 10/15 secs. So, am not convinced with the results. Please advice. Thanks in advance, Kartik --- On *Thu, 4/29/10, Eric Decker cire...@gmail.com* wrote: From: Eric Decker cire...@gmail.com Subject: Re: [Tinyos-help] Need help with recording the time

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-30 Thread Andreas Weigel
...@gmail.com Subject: Re: [Tinyos-help] Need help with recording the time difference between 2 events To: Kartik Siddhabathula siddhabathulakar...@yahoo.com Cc: TinyoS help tinyos-help@millennium.berkeley.edu Date: Thursday, April 29, 2010, 11:53 PM I've used localtimeTMilli

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-30 Thread Kartik Siddhabathula
cire...@gmail.com Subject: Re: [Tinyos-help] Need help with recording the time difference between 2 events To: Kartik Siddhabathula siddhabathulakar...@yahoo.com Cc: TinyoS help tinyos-help@millennium.berkeley.edu Date: Friday, April 30, 2010, 1:15 AM Well try subtracting in the other order.  You

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-30 Thread Eric Decker
to subtract the other way I was getting 002d something like that. That makes it 45 in decimal and when divided by 1024 it is 0.04 which is incorrect. Kartik. --- On *Fri, 4/30/10, Eric Decker cire...@gmail.com* wrote: From: Eric Decker cire...@gmail.com Subject: Re: [Tinyos-help] Need

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-30 Thread Kartik Siddhabathula
it is not able to. Kartik --- On Fri, 4/30/10, Eric Decker cire...@gmail.com wrote: From: Eric Decker cire...@gmail.com Subject: Re: [Tinyos-help] Need help with recording the time difference between 2 events To: Kartik Siddhabathula siddhabathulakar...@yahoo.com Cc: TinyoS help tinyos-help

[Tinyos-help] Need help with recording the time difference between 2 events

2010-04-29 Thread Kartik Siddhabathula
Hi All, I am using tinyos-2.x and telosb motes. I am looking to record the time difference between two events. Can I use moteclockp.nc to get the difference? LocalTimeMilliC is not giving accurate results. Am having a lot of trouble with it. Please help. Thanks in advance, Kartik

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-29 Thread Eric Decker
I've used localtimeTMilli with out trouble. What kind of problems have you had with it? Keep in mind that its resolution is a mis (binary millisecond, 1/1024 second). For higher resolution timing I just grab the value of TAR the timer register which is set up for 1uis ticks. 1/(1024*1024)

Re: [Tinyos-help] Need help with recording the time difference between 2 events

2010-04-29 Thread Kartik Siddhabathula
is hardly 10/15 secs. So, am not convinced with the results. Please advice. Thanks in advance,Kartik --- On Thu, 4/29/10, Eric Decker cire...@gmail.com wrote:   From: Eric Decker cire...@gmail.com Subject: Re: [Tinyos-help] Need help with recording the time difference between 2 events

[Tinyos-help] Need Help with blip

2010-04-22 Thread bouakkaz issam
Hello All; I install tinyos-2.x and I am not sure if it is working good, I need to test this two applications IPBaseStation and UDPEcho if they are working well , the two applications are compiling well. In the tutorial of blip we can make : ping6 fec0::1 but this instruction don't work I

[Tinyos-help] Need help with localtime interface

2010-04-20 Thread Kartik Siddhabathula
Hi All, I am using tinyos-2.x and telosb motes. I am using the LocalTime.get and storing the values in 2 variables and subtracting them. My first value is stored at boot up and 2nd value is on pressing the user button on telosb. Since the time is a 32 bit number am storing it in 32 bit

Re: [Tinyos-help] Need help with LocalTime interface

2010-04-20 Thread Arik Sapojnik
. Thanks in advance, Kartik --- On *Mon, 4/19/10, Arik Sapojnik sapoj...@gmail.com* wrote: From: Arik Sapojnik sapoj...@gmail.com Subject: Re: [Tinyos-help] Need help with LocalTime interface To: Kartik Siddhabathula siddhabathulakar...@yahoo.com Cc: TinyoS help tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Need help with LocalTime interface

2010-04-20 Thread Kartik Siddhabathula
: From: Arik Sapojnik sapoj...@gmail.com Subject: Re: [Tinyos-help] Need help with LocalTime interface To: Kartik Siddhabathula siddhabathulakar...@yahoo.com Cc: TinyoS help tinyos-help@millennium.berkeley.edu Date: Tuesday, April 20, 2010, 10:07 AM Not all the parameters were defined in the file

Re: [Tinyos-help] Need help with LocalTime interface

2010-04-20 Thread Arik Sapojnik
bits when I do time_diff0ff. So, if the mask is 0x then my results must also be right, right? Thanks in advance, Kartik --- On *Tue, 4/20/10, Arik Sapojnik sapoj...@gmail.com* wrote: From: Arik Sapojnik sapoj...@gmail.com Subject: Re: [Tinyos-help] Need help with LocalTime interface

[Tinyos-help] Need help with LocalTime interface

2010-04-19 Thread Kartik Siddhabathula
Hi All, I am using tinyos-2.x and telosb motes. I am using the LocalTime.get and storing the values in 2 variables and subtracting them. My first value is stored at boot up and 2nd value is on pressing the user button on telosb. Since the time is a 32 bit number am storing it in 32 bit

Re: [Tinyos-help] Need help with LocalTime interface

2010-04-19 Thread Arik Sapojnik
Some code snippets would help On Mon, Apr 19, 2010 at 19:12, Kartik Siddhabathula siddhabathulakar...@yahoo.com wrote: Hi All, I am using tinyos-2.x and telosb motes. I am using the LocalTime.get and storing the values in 2 variables and subtracting them. My first value is stored at boot

Re: [Tinyos-help] Need help with LocalTime interface

2010-04-19 Thread Kartik Siddhabathula
Hi Arik, Please find attached the code for the local time interface that I had written. Thanks in advance, Kartik --- On Mon, 4/19/10, Arik Sapojnik sapoj...@gmail.com wrote: From: Arik Sapojnik sapoj...@gmail.com Subject: Re: [Tinyos-help] Need help with LocalTime interface To: Kartik

Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING)

2010-02-24 Thread Kartik Siddhabathula
Subject: Re: [Tinyos-help] Need help with event Receive To: Kartik Siddhabathula siddhabathulakar...@yahoo.com Cc: TinyoS help tinyos-help@millennium.berkeley.edu Date: Wednesday, February 24, 2010, 1:13 AM Hi, I think that your problem is that you are running over the message's header: file

Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING)

2010-02-24 Thread Arik Sapojnik
...@gmail.com* wrote: From: Arik Sapojnik sapoj...@gmail.com Subject: Re: [Tinyos-help] Need help with event Receive To: Kartik Siddhabathula siddhabathulakar...@yahoo.com Cc: TinyoS help tinyos-help@millennium.berkeley.edu Date: Wednesday, February 24, 2010, 1:13 AM Hi, I think that your

Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING)

2010-02-24 Thread Kartik Siddhabathula
. Kartik --- On Wed, 2/24/10, Arik Sapojnik sapoj...@gmail.com wrote: From: Arik Sapojnik sapoj...@gmail.com Subject: Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING) To: Kartik Siddhabathula siddhabathulakar...@yahoo.com Cc: TinyoS help tinyos-help@millennium.berkeley.edu Date

Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING)

2010-02-24 Thread Kartik Siddhabathula
Thanks Arik, I will change the size. --- On Wed, 2/24/10, Arik Sapojnik sapoj...@gmail.com wrote: From: Arik Sapojnik sapoj...@gmail.com Subject: Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING) To: Kartik Siddhabathula siddhabathulakar...@yahoo.com Cc: TinyoS help tinyos-help

Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING)

2010-02-24 Thread Arik Sapojnik
* wrote: From: Arik Sapojnik sapoj...@gmail.com Subject: Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING) To: Kartik Siddhabathula siddhabathulakar...@yahoo.com Cc: TinyoS help tinyos-help@millennium.berkeley.edu Date: Wednesday, February 24, 2010, 11:06 AM Kartik

[Tinyos-help] Need help with event Receive

2010-02-23 Thread Kartik Siddhabathula
Hi All, I am new to tinyos-2.x and was migrating my tinyos-1.x code to tinyos-2.x. I am having a problem with the reception of the message. I am sending a message but I am not able to receive it. I am sending the code as an attachment, if possible can anyone tell me where I am going wrong?

Re: [Tinyos-help] Need help with event Receive

2010-02-23 Thread Arik Sapojnik
Hi, I think that your problem is that you are running over the message's header: file SenderC.nc: pPacket = (packet_msg_t *)report.data; *report *is a messaget_t, you are casting it to (packet_msg_t *) and running over the header. Try two things: 1. Comment lines 42 through 45 in

[Tinyos-help] Need help porting tinyos1.x code to tinyos2.x

2010-02-21 Thread Kartik Siddhabathula
Hi All, I don't have much idea about tinyos-2.x. I want to port my tinyos-1.x code to tinyos-2.x. In the component wiring file, I am getting an error that it cannot find Boot, AMSend and Receive. Also what are the valid instantiation arguments for the components AMSenderC and AMReceiverC.

Re: [Tinyos-help] Need help porting tinyos1.x code to tinyos2.x

2010-02-21 Thread bharat naik
Hi All, I don't have much idea about tinyos-2.x. I want to port my tinyos-1.x code to tinyos-2.x. In the component wiring file, I am getting an error that it cannot find Boot, AMSend and Receive. Also what are the valid instantiation arguments for the components AMSenderC and

[Tinyos-help] Need help Mviz display

2010-02-12 Thread t'aim .
HiI need help in Mviz application.Right side of the display is not visible ..Can any one help me it is showing this error.Help me plzz tk...@cnsr-2:/opt/tinyos-2.1.0/apps/MViz$ tos-mviz -comm @serial/dev/ttyUSB0:57600 MVizMsg/opt/tinyos-2.1.0/support/sdk/java/tinyos.jar:.Making

[Tinyos-help] Need help with Deluge T2 RPMs

2010-02-09 Thread Kartik Siddhabathula
Hi All, I want to install deluge T2 and it has been mentioned that I need to install some RPMs from the CVS tinyos-2.x/tools/tinyos/misc but I am not sure which ones to download? Also I have not much idea about the RPMs, when I press download, it shows me the code, am I supposed to save that

Re: [Tinyos-help] Need help with Deluge T2 RPMs

2010-02-09 Thread Razvan Musaloiu-E.
Hi! On Tue, 9 Feb 2010, Kartik Siddhabathula wrote: Hi All, I want to install deluge T2 and it has been mentioned that I need to install some RPMs from the CVS tinyos-2.x/tools/tinyos/misc but I am not sure which ones to download? I highly recommend to compile the tools from the latest

[Tinyos-help] Need help

2010-01-27 Thread Madhuri Revalla
Hi, I am trying to run the test application tinyos-2.x\apps\tests\mts300\PhotoTemp. I compiled the application successfully. This is the sensor application to read temperature and photo using TempC and photoC. But I need help to run this application. I could not able to display the readings.

Re: [Tinyos-help] Need help with Maths Library

2009-12-02 Thread Razvan Musaloiu-E.
Hi! On Wed, 2 Dec 2009, sissou wrote: Hello, In fact, it does not need to add the lm flags since it is already in the makerules but there is a problem with the math library and telosb. for example, this program : implementation{ event void Boot.booted() {

[Tinyos-help] Need help with Maths Library

2009-12-01 Thread Kartik Siddhabathula
Hi All, I need help with the maths library. In the tutorial, it says to pass -lm option to ncc. How am I supposed to do that? make telosb -lm doesn't work nor the various combinations. Please help, Kartik ___ Tinyos-help mailing list

Re: [Tinyos-help] Need help with Maths Library

2009-12-01 Thread Paul Johnson
Kartik, In your local makefile add something similar to this: CFLAGS+=-lm CFLAGS is a variable that make stores and passes to ncc when it compiles. That should do it for you. Cheers, -Paul Kartik Siddhabathula wrote: Hi All, I need help with the maths library. In the tutorial, it says to

Re: [Tinyos-help] Need help with Maths Library

2009-12-01 Thread sissou
Hello, In fact, it does not need to add the lm flags since it is already in the makerules but there is a problem with the math library and telosb. for example, this program : implementation{ event void Boot.booted() { uint8_t a; uint8_t b;

[Tinyos-help] Need Help regarding dissemination protocol

2009-10-26 Thread Mayank Kothiya
Hello, I am learning to simulate dissemination protocol.I am using following reference: http://docs.tinyos.net/index.php/Dissemination I don't understand any difference between how Dip and Dhv need manual start of radio. Is it the kind of pressing switch on hardware manually or something else?

[Tinyos-help] Need help with broadcasting

2009-10-09 Thread Kartik Siddhabathula
Hi, I am new with Tiny OS and need help with broadcasting a packet by all the motes. How am I supposed to do it. Thanks in advance, Kartik. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: [Tinyos-help] Need help with broadcasting

2009-10-09 Thread Faisal Aslam
Please read the tutorials. The read all of them tutorial. In your case (http://docs.tinyos.net/index.php/Mote-mote_radio_communication). The AMSend.send with AM_BROADCAST_ADDR broadcast to all the motes. -- Faisal Aslam PhD Student University of Freiburg

  1   2   3   >