[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 with

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: http://tinyos-help.10906.n7.nabble.com/Need-h

[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 o

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 < bhagyeshwarichau

[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 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 wrote: > Hi

[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 "",

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 o

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

2013-04-11 Thread Fatma Hendaoui
Ranjan À : 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 research on WSN Security. I

[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

[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 bas

[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 Gujarat

[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 T

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 : > 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 issu

[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 T

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 suppo

[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] 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 y

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 ( http://code.googl

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

2012-11-28 Thread Dang Thi Hai Ha
Hi, On Wed, Nov 28, 2012 at 11:36 AM, mike healy wrote: > 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 s

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 t

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

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 you

[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 compile

[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

[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 `/opt/tinyos-2.1

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 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 /opt/tinyos-2.1.2/tos/lib/tossim/

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, J

[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 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

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 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.h"header file in nesc code.. <>___ Tinyos-help mailing list Tinyos-help@millenniu

[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 b

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 directo

[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 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 pro

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

[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 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 modifying

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" CLASSPATH=$CLASSPATH:$TOSRO

[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 extens

[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 includ

[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 XbowCam.acquire(COL

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

2011-03-11 Thread Wahid
ly, I 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 wrote: From: Chinedu Duru Subject: [Tinyos-help] Need help with Tinyos-1.x TOSSIM To: tinyos-help@millennium.berkeley.edu Date: Friday, March 11, 2011, 4:57 A

[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 the

[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,// h

[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}; i

Re: [Tinyos-help] need help

2010-12-07 Thread Romain Bornet
t 10:25 AM, vino . 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 +0

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, especia

[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 rule

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 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 > wrote: > >> >> HI >> >> i have problem w

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 wrote: > > HI > > i have problem with "make micaz sim" > error is as below: > > make: pyhton2.5-config: command not f

[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 ___

[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 e

[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 l

[Tinyos-help] Need help regarding RFM.nc

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 l

[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 m

[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 l

[Tinyos-help] need help for sending message

2010-06-02 Thread Omar Cheikhrouhou (yahoo)
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] need help

2010-05-11 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 compil

[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 t

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

2010-04-30 Thread Kartik Siddhabathula
not able to. Kartik --- On Fri, 4/30/10, Eric Decker wrote: From: Eric Decker Subject: Re: [Tinyos-help] Need help with recording the time difference between 2 events To: "Kartik Siddhabathula" Cc: "TinyoS help" Date: Friday, April 30, 2010, 1:18 PM What are you measur

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

2010-04-30 Thread Eric Decker
t thing. When I tried 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 * wrote: > > > From: Eric Decker

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

2010-04-30 Thread Kartik Siddhabathula
: [Tinyos-help] Need help with recording the time difference between 2 events To: "Kartik Siddhabathula" Cc: "TinyoS help" Date: Friday, April 30, 2010, 1:15 AM Well try subtracting in the other order.  You are seeing numbers like 63 because they are negative.   You rea

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

2010-04-29 Thread Andreas Weigel
> From: Eric Decker > Subject: Re: [Tinyos-help] Need help with recording the time > difference between 2 events > To: "Kartik Siddhabathula" > Cc: "TinyoS help" > Date: Thursday, April 29, 2010, 11:53 PM > > I've used

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

2010-04-29 Thread Eric Decker
divided by 1024 whereas 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 * wrote: > > > From: Eric Decker > Subject: Re: [

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 wrote:   From: Eric Decker Subject: Re: [Tinyos-help] Need help with recording the time difference between 2 events To: "Kartik Siddhabathula" C

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

2010-04-29 Thread Eric Decker
I've used localtime 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) seconds.

[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 blip

2010-04-22 Thread sripada kadambar
Check whether you are getting a message *INFO: Starting to proxy for 0x1 when you run the routing driver. If you don't that means the node router is not associating with the edge router, Also you should see green light blinking in the edge router as soon as you power up the node.* **Also Try searc

[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 ge

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

2010-04-20 Thread Arik Sapojnik
king for the lower order bits when I do time_diff&0ff. 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 * wrote: > > > From: Arik Sapojnik > Subject: Re: [Tinyos

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

2010-04-20 Thread Kartik Siddhabathula
Arik Sapojnik Subject: Re: [Tinyos-help] Need help with LocalTime interface To: "Kartik Siddhabathula" Cc: "TinyoS help" Date: Tuesday, April 20, 2010, 10:07 AM Not all the parameters were defined in the file, so I hope no problems there (such as boot_time)The code is a bit

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

2010-04-20 Thread Arik Sapojnik
ace that I had > written. > > Thanks in advance, > Kartik > > --- On *Mon, 4/19/10, Arik Sapojnik * wrote: > > > From: Arik Sapojnik > Subject: Re: [Tinyos-help] Need help with LocalTime interface > To: "Kartik Siddhabathula" > Cc: "TinyoS help&

[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 variable

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 wrote: From: Arik Sapojnik Subject: Re: [Tinyos-help] Need help with LocalTime interface To: "Kartik Siddhabathula" Cc: "Tin

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

[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 variable.

[Tinyos-help] Need help for Tinyos

2010-04-06 Thread padmaja padmaja
Hi, I am new to tinyos. I have installed tinyos-2.x. When I am trying to compile Blink application, I got the following error: Unknown target micaz Known targets for TinyOS directory /opt/tinyos-2.x/tos and the specified include directories are: none. make: *** [exe0] Error 2 I have checked in

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

2010-02-24 Thread Arik Sapojnik
ik > > --- On *Wed, 2/24/10, Arik Sapojnik * wrote: > > > From: Arik Sapojnik > Subject: Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING) > > To: "Kartik Siddhabathula" > Cc: "TinyoS help" > Date: Wednesday, February 24, 20

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 wrote: From: Arik Sapojnik Subject: Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING) To: "Kartik Siddhabathula" Cc: "TinyoS help" Date: Wednesday, February 24, 2010, 11:50 AM Gr

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 wrote: From: Arik Sapojnik Subject: Re: [Tinyos-help] Need help with event Receive (STILL NOT WORKING) To: "Kartik Siddhabathula" Cc: "TinyoS help" Date: Wednesday, February 24, 2010, 11:06 AM Kartik, I have noticed that in t

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

2010-02-24 Thread Arik Sapojnik
gt; > > > --- On *Wed, 2/24/10, Arik Sapojnik * wrote: > > > From: Arik Sapojnik > Subject: Re: [Tinyos-help] Need help with event Receive > To: "Kartik Siddhabathula" > Cc: "TinyoS help" > Date: Wednesday, February 24, 2010, 1:13 AM > > H

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

2010-02-24 Thread Kartik Siddhabathula
Hi Arik, I did as told by you and also manually switched on the radio in the ReceiverC but still it is not working. What else could be the problem? Please help! Thanks in advance, Kartik --- On Wed, 2/24/10, Arik Sapojnik wrote: From: Arik Sapojnik Subject: Re: [Tinyos-help] Need help

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 SenderC.nc

[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? Is

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 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

[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 MVizMsgLoadin

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 late

[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

[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. Can

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() > { >

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;

  1   2   3   >