Re: [Tinyos-help] TOSSIM - Topology

2017-04-12 Thread James Allen (PGR)
ect: [Tinyos-help] TOSSIM - Topology Hello friends, After staying until dawn yesterday trying to understand the differences, I decided to ask for help. I have 4 files: gera-topologia.txt, linkagain1.txt and linkagain2.txt. The file-topology file was taken from the TOSSIM tutorial itself and is exac

[Tinyos-help] TOSSIM - Topology

2017-04-08 Thread arsaraiva
Hello friends, After staying until dawn yesterday trying to understand the differences, I decided to ask for help. I have 4 files: gera-topologia.txt, linkagain1.txt and linkagain2.txt. The file-topology file was taken from the TOSSIM tutorial itself and is exactly the same as that used by a

[Tinyos-help] TOSSIM support for tkn154 and flash storage

2016-09-07 Thread Kriti Bhargava
Hi, I am trying to compile my application using 'make micaz sim' (given that TOSSIM does not support telosb motes). I am experiencing compile time errors. The first error shown is StorageVolumes.h not existent. I also encounter problems with the MAC timer. However, if I compile the application

[Tinyos-help] TOSSIM for MICA2

2015-09-14 Thread M.Farahani, asl
Hi I want to simulate leach algorithm in mica2. But officially, TOSSIM not support mica2( only support micaz), Are there any way to simulate my project for mica2? I will be happy with your replay. ___ Tinyos-help mailing list

[Tinyos-help] TOSSIM :How set radio parameter

2015-09-14 Thread M.Farahani, asl
Hi I want to see how can i change radio stack parameter such as bit-rate and simulation parameter like RF power, Receive Sensitivity, ... for tossim? I will be happy with your replay ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] TOSSIM and power consuption

2015-08-08 Thread M.Farahani, asl
Hi i'am beginner TinyOS developer but i write several programs in nesc and run that in TOSSIM. My problem is with power consumption. How can i determine that? and how can i find death time of my mote in micaz or similar device? in final, PowerTOSSIM is support in TinyOS 2.x? if yes How? thank you

[Tinyos-help] TOSSIM error

2015-05-08 Thread sercan vançin
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] Tossim Help on WSM

2014-04-24 Thread Diwakar Pandey
Hello Friends, I am writing program for project Ad-hoc Routing Protocols for Wireless Sensor Networks. while running code on eclipse, i am getting below error message set: MAKERULES = /opt/tinyos-2.x/support/make/Makerulesset: COMPONENT = src/make: Entering directory `/opt/AdHoc-WSN'mkdir -p

[Tinyos-help] TOSSIM compilation error.

2014-03-15 Thread Abhishek Gupta
Hi, I am getting the following error when i am trying to make micaz for TOSSIM. I have tried a lot of things but I could not get to the rootcause. Also, *make micaz *is working fine. The problem is only in the case of Tossim. Any help would be greatly appreciated. ncc -c -DUSE_DL_IMPORT -fpic

[Tinyos-help] Tossim channel creation problem

2013-11-19 Thread PREETI BISHT
i am referring http://www.tinyos.net/dist-2.0.0/tinyos-2.0.0/doc/html/tutorial/lesson11.html Go into RadioCountToLedsC and modify the Boot.booted event to print out a debug message when it boots, such as this: *event void Boot.booted(){* *call Leds.led0On();* *dbg(Boot,Application booted.

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-16 Thread sandyireland
Unfortunately the image link at site for virtual box image on has tinyos2.x. following link needs to update imgae does not have all the packages. http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_XubunTOS_(with_TinyOS_from_tp-freeforall/prod_repository)_in_VirtualBox. following

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread sandyireland
Eric, thanks for reply. for me Blink is running since it did not required sim but to other where TOSSIM is required for command $make micaz sim. As a case also i see in other posts as well. its failing (image attached)

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread azeey
I believe you are correct about g++ being required to build the sim target. To install g++ from the Ubuntu repositories, you must first have the repository specified in your /etc/apt/sources.list file. It would be really helpful if you can send us the contents of this file so we can better

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread sandyireland
Hi addisu, already used sudo apt-get update as described above. GCC is there also as descibed above but g++ is not there. I have checked sources.list also. /etc/apt/sources.list coppied to a.txt attached. a.txt http://tinyos-help.10906.n7.nabble.com/file/n23628/a.txt -- View this message in

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread Addisu Z. Taddese
+Ubuntu+Client+VDIs. Hope that helps, Addisu -- Message: 3 Date: Sun, 13 Oct 2013 11:01:39 -0700 (PDT) From: sandyireland sandy.i...@gmail.com Subject: Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working To: tinyos

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread Eric Decker
+Client+VDIs. Hope that helps, Addisu -- Message: 3 Date: Sun, 13 Oct 2013 11:01:39 -0700 (PDT) From: sandyireland sandy.i...@gmail.com Subject: Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working To: tinyos-help

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-13 Thread sandyireland
Eric, started post from saying running RadioCountToLeds For which command ($ make micaz sim ) so I am not running Blink through TOSSIM. Also I am fully aware that TOSSIM is written in c++ as per documentation.. you can read from previous my posts .. I was trying to run RadioCountToLeds For which

[Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-12 Thread sandyireland
Error g++ not found. Try: $sudo apt-get install g++-4.4 no package found $sudo apt-get install build-essential Still same problem. $sudo aptitude install build-essential initializing package states .. no installation still. dpkg --list g++ not displayed. gcc installed but no g++. tried

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-12 Thread sandyireland
Can anyone point right g++ version for tinyos 2.1.0 there is no entry anywhere. Also dependent libraries for g++.? current Gcc is the $which Gcc /usr/bin/gcc $gcc --version gcc 4.4.1 g++ linker and its dependent libraries not present -- View this message in context:

Re: [Tinyos-help] TOSSIM error g++ not found, intalling using apt-get, apptitude not working

2013-10-12 Thread Eric Decker
On Sat, Oct 12, 2013 at 4:34 PM, sandyireland sandy.i...@gmail.com wrote: Can anyone point right g++ version for tinyos 2.1.0 there is no entry where are you looking for entries? I don't know about 2.1.0 any more. It is very very old. For 2.1.2 the msp430-gcc that is being used is 4.6.3.

Re: [Tinyos-help] TOSSIM and the Blip stack

2013-09-06 Thread Declan Delaney
Yes, this is a great help. I am able to make with the sim option I am not able to run make with the sim-rpl option however. The sim-rpl.extra file in support/make is trying to include some object files that are not available. Is there a certain process that I should follow to get this all

Re: [Tinyos-help] TOSSIM and the Blip stack

2013-09-06 Thread Declan Delaney
On Fri, Sep 6, 2013 at 11:41 AM, Declan Delaney declan.dela...@gmail.comwrote: Yes, this is a great help. I am able to make with the sim option I am not able to run make with the sim-rpl option however. Ive managed to make the program with sim-rpl: $ make micaz blip sim-rpl and have

Re: [Tinyos-help] TOSSIM and the Blip stack

2013-09-06 Thread Jens Dede
Hi Dec, I just tested the repository using XubunTOS in VirtualBox and adapted the Readme: General setup: - clone this repository - Adapt paths (TOSROOT, TOSDIR...) - cd to support/sdk/c/blib - Execute ./bootstrap.sh ./configure make How to compile the app and run the simulation: - cd to

Re: [Tinyos-help] TOSSIM and the Blip stack

2013-09-05 Thread Declan Delaney
Thanks Srikanth and Jens for your reply, I will first take a look a Jens code and see if I can find a solution that works for my case. I will post any results I get to the list. Jens, you mentioned that you modified the TCPEcho application in your repo. to work with sim. Is this still the

Re: [Tinyos-help] TOSSIM and the Blip stack

2013-09-05 Thread Jens Dede
The modified file is the UDPEchoP.nc. There you will find the following lines: #ifdef TOSSIM #ifdef RPL_ROUTING if (TOS_NODE_ID == SOURCE_NODE_ID) { if(TOS_NODE_ID == RPL_ROOT_ADDR){ dbg (UDPEchoP, Root ID = %d.\n, TOS_NODE_ID); call RootControl.setRoot(); }

[Tinyos-help] TOSSIM and the Blip stack

2013-09-04 Thread Declan Delaney
Hi all! I am running into problems trying to compile a program for TOSSIM using the blip stack. I know this has been asked in the past, but currently it seems there is no solution. Firstly: Has anybody managed to compile a TinyOS program using the blip stack for TOSSIM(i.e. Using: $ make micaz

Re: [Tinyos-help] TOSSIM and the Blip stack

2013-09-04 Thread Srikanth Nori
On Wed, Sep 4, 2013 at 3:13 AM, Declan Delaney declan.dela...@gmail.com wrote: I am running into problems trying to compile a program for TOSSIM using the blip stack. I know this has been asked in the past, but currently it seems there is no solution. Firstly: Has anybody managed to compile

Re: [Tinyos-help] TOSSIM and the Blip stack

2013-09-04 Thread Jens Dede
Hi Dec, you found a very old repository. At present, I'm not working with tinyos. Due to some toolchain problems, I cannot test the simulation at present. However, I pushed the old repository to github: https://github.com/jdede/tinyos-main Maybe that works for you. Hope that helps. Best

[Tinyos-help] TOSSIM initialization problem

2013-08-07 Thread Abhijeet Powar
 Respected Sir, I am new in Ubuntu and TinyOS environment. I have successfully compiled my code and wanted to simulate it. But when i give make micaz sim command then the Python.h not found error is generated. Please help me to resolve this problem. Regards, Abhijeet S. Powar, Assis. Prof.  

[Tinyos-help] Tossim help

2013-05-07 Thread asma achour
hi sorry for bothering , i saw the publication in tinyos help concerning the NameError: name 'tossim' is not defined and i wonder if you have any idea how to resolve it because i am having the same error when trying to run the application RadioCountToLeds with the following cmd : python test.py.

Re: [Tinyos-help] TOSSIM simulation

2013-03-08 Thread Prakhar
http://www.csi.ucd.ie/content/octopus-dashboard-sensor-networks-visual-control ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TOSSIM SIMULATION

2013-03-05 Thread pranoy dutta
Hello, I am trying to send periodic messages to a base station from 4 motes. I am facing problem in writing the TOSSIM code. Please help Regards, Pranoy Dutta Kolkata ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Tossim: Strange behavior with Asymmetric links and Acks

2013-03-01 Thread Jan Egil Vestbø
Hi I was simulating and found this weird behavior while using Tossim. I am sending AM packets from node 1 to node 0, which is requested for acks, and checking whether the ack is returned. When there is bidirectional connection between the nodes, acks are received. If there is no connection

Re: [Tinyos-help] TOSSIM Tinyviz in Tinyos2.1.1

2013-02-19 Thread meriam
salam, hello, really i need some help!! i can't run tinyviz in tinyos2.1.0 in exe MViz, the window is so fast closed do you have any suggestion or advice plz thank you very much in advance best regards meriam ___ Tinyos-help mailing list

[Tinyos-help] TOSSIM compilation error in cygwin (Win 64bit)

2012-10-22 Thread ronak sutaria
Hi, I'm trying to get the TOSSIM (TinyOS 2.1.1-3) setup working in my Windows 7 64 bit environment with JDK 1.6. I have gone through all the steps given in the TinyOS wiki for Cygwin based installation and also read the Primer written by Geoffrey Lo

[Tinyos-help] TOSSIM support for more platforms

2012-10-10 Thread Farzan Doroodgar
Hello dear Sir/Madam, I was extremely working hard on getting TOSSIM compiling for mica2 platform and then all of the sudden I came across the following message on the web which is sent from your email address to another person who was facing with the same problem as mine. *Since Tinyos 2.x is

[Tinyos-help] TOSSIM mobile simulation

2012-09-25 Thread A Renner
I would like to simulate mobility in some nodes and I have seen some references indicate that this is not feasible without modifying TOSSIM. I cannot find any source code for these modifications, so I just attempted to change gain values in the middle of my simulation at set times in order to

[Tinyos-help] Tossim

2012-07-21 Thread mansooreh mollaie
Hello all! Can I simulate BaseSation and other node with Tossim? How I should determine which node is Basestation? Can node forward data in Tossim? topology file should change for this problems??? Thanks ___ Tinyos-help mailing list

Re: [Tinyos-help] Tossim

2012-07-18 Thread Irlan Arley
According to the documentation of TinyOS, Currently, micaz is the only platform supported by TOSSIM: http://docs.tinyos.net/tinywiki/index.php/TOSSIM. 2012/7/16 ahmed desoky ahmed_d...@hotmail.com Does Tossim simulate Telosb sensor nodes? ___

[Tinyos-help] Tossim

2012-07-16 Thread ahmed desoky
Does Tossim simulate Telosb sensor nodes? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TOSSIM - CntToRfm - TinySec

2012-07-13 Thread Konstantinos Antonopoulos
Hi, I'm working with TinySec(AUTH_ONLY) and i want to simulate a network with 5 motes, using the CntToRfm application. When the simulation begin all works fine... After 1-2 TOSSIM minutes from the 5 motes that started only 2 of them works on the simulation. This only happens when tinysec is

[Tinyos-help] Tossim - Python compilation problem

2012-06-22 Thread Hamid Rafiei Karkvandi
Hello Everyone, I have migrated to Ubuntu 12.04 from Cygwin and I am not that skilled in Linux. I have got a problem with my TinyOS installation. I have installed the latest edition of TinyOS and then tried to install Python 2.7.3 During the Python installation from the tarball I use the

[Tinyos-help] TOSSIM on TinyOS 2.x: Generating attributes for motes, injecting packets, retrieving results in PC

2012-06-21 Thread Tri Nguyen Phi Minh
Hi all, There are two things I'm stuck in using TOSSIM from TinyOS 2.x: 1. I would like to generate sensing data for motes such as nodeID, temperature, light... 2. I would like to write C++ program or Python script to inject packets into motes, retrieve results processed from motes

[Tinyos-help] Tossim Output

2012-06-21 Thread mansooreh mollaie
Hello! I’m using Tinyos 2.1 and Tossim I use document in http://docs.tinyos.net/tinywiki/index.php/TOSSIM The following instructions are true in my python from TOSSIM import * t = Tossim([]) t.runNextEvent() False m = t.getNode(32) m.bootAtTime(45654) t.runNextEvent() True   But I want to

[Tinyos-help] Tossim: interface CC2420SecurityMode not found

2012-06-11 Thread Fatma Hendaoui
Hello all, I compiled thefile: /opt/tinyos-2.1.1/apps/tests/cc2420/TestSecurity/RadioCountToLeds1/ When i compiled make micaz it works, unfortnately, when i tried make micaz sim i obtained a lot of errors: mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to

[Tinyos-help] Tossim

2012-05-28 Thread mansooreh mollaie
Hello! I want to know Tossim has it's own schedule or use from Tinyos schedule file(SchedulerBasicP.nc)?? Thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tossim error compiling

2012-05-19 Thread Fatma Hendaoui
Hello all, i tried to compile tossim with tinyos2..1.1 using the Blink application. I got the following error: make: python2.7-config: Command not found make: python2.7-config: Command not found make: python2.7-config: Command not found placing object files in simbuild/micaz writing XML schema

Re: [Tinyos-help] TOSSIM compile error

2012-04-03 Thread newlyn
Since I am not running either debian/ubuntu or cygwin and don't like the solution of downgrading my gcc as I would then have to manage multiple versions of gcc I went the route of making nesc from source. I decided to detail the process here in case anyone else runs into this. The steps I

Re: [Tinyos-help] TOSSIM compile error

2012-04-01 Thread Javier M Mora
On Fri, 30 Mar 2012 14:16:03 -0400 Newlyn Erratt new...@erratt.com wrote: I am currently attempting to setup TinyOS on a new machine on OpenSUSE 12.1 and am running into a minor issue. Compilation works fine for both Micaz and telosb but when I compile for TOSSIM I get the following error.

Re: [Tinyos-help] TOSSIM compile error

2012-04-01 Thread Bíró , András
On Fri, Mar 30, 2012 at 8:09 PM, Javier M Mora jmm...@us.es wrote: On Fri, 30 Mar 2012 14:16:03 -0400 Newlyn Erratt new...@erratt.com wrote: I am currently attempting to setup TinyOS on a new machine on OpenSUSE 12.1 and am running into a minor issue.  Compilation works fine for both Micaz

[Tinyos-help] TOSSIM compile error

2012-03-30 Thread Newlyn Erratt
All, I am currently attempting to setup TinyOS on a new machine on OpenSUSE 12.1 and am running into a minor issue. Compilation works fine for both Micaz and telosb but when I compile for TOSSIM I get the following error. Two source files specified (PLATFORM_MICAZ and BOARD_MICASB) I have

[Tinyos-help] TOSSIM-CC2420

2012-03-22 Thread sid sid
Dear all I would like to simulate my application into TOSSIM-CC2420 I read in the internet that you must follow the instructions in $TOSROOT/beta/TOSSIM-CC2420/README.txt, so could you please give me the link to download the beta/TOSSIM-CC2420 file and some comment about this file Thank

[Tinyos-help] TOSSIM interface and top view

2012-03-06 Thread Ali Shareef
Hello all, I would like to add multiple channel capabilities to TOSSIM, but I don't know how to modify the TOSSIM code. Is there documentation for TOSSIM for TinyOS2.0? I found a paper for TinyOS 1.0, but was wondering if there is any difference between the two. I found a multiple channel

[Tinyos-help] Tossim mote SerialForwarder?

2012-02-29 Thread salahadin
  Hello All, I have installed tinyos-2.1.1on unbuntu 11.10 and checked blink app work correctly but i want to simulate and see how data could be transmitted from mote 0 in TOSSIM to SerialForwarder via TOSSIM Serial to PC application.Can anyone help me by giving clarification on it? Thank

[Tinyos-help] tossim problem reent.h‏‏

2012-01-31 Thread nou nou
Hi,I used cygwin to run tinyos. I have the following problem when i run make micaz sim for the Blink application I'm using windows 7. In file included from /usr/include/stdio.h:45, from /opt/tinyos-2.x/tos/lib/tossim/tos.h:45:/usr/include/sys/reent.h:187: syntax error before

[Tinyos-help] TOSSIM

2012-01-22 Thread TUSHAR MAHESHWARI
Hello Guys, I am new to TinyOS and i am using TinyOS-2.1.1. I want to know how to get started with TOSSIM in this version. For instance how can i run a pre-given application in TOSSIM. Thank You ___ Tinyos-help mailing list

[Tinyos-help] tossim

2012-01-21 Thread priya
Hi, I am working with crossbows moteworks(iris motes) ,i want to simulate lesson 5 using tossim ,i used the command make iris sim,but i didnt get any output .pl help out. thanks priya ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] TOSSIM help

2012-01-19 Thread Fernando Antonio Marques Filho
Check this link: http://docs.tinyos.net/tinywiki/index.php/TOSSIM Fernando On Thu, Jan 19, 2012 at 3:25 AM, TUSHAR MAHESHWARI tushkiaw...@gmail.comwrote: I am new to TinyOS,I am using Tinyos-2.1.1 How to run Blink application or any application on TOSSIM?? What are the basic steps to

[Tinyos-help] TOSSIM help

2012-01-18 Thread TUSHAR MAHESHWARI
I am new to TinyOS,I am using Tinyos-2.1.1 How to run Blink application or any application on TOSSIM?? What are the basic steps to simulate a program on TOSSIM ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] TOSSIM

2011-11-15 Thread yon
Does any one suggest on how TOSSIM models concurrent commands/events? i think the old release doesn't model execution of threads .My application uses TDMA... and distant nodes can pick the same TDMA slot and broadcast concurrently w/o collision. how does TOSSIM models this? thx in adv! --

[Tinyos-help] tossim error make micaz sim

2011-11-14 Thread azeddine attir
Hello I have installed tinyos2.1.1 under Ubuntu 8.04 i write this command : make micaz sim and i have the following error : mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling BlinkAppC to object file sim.o ncc -c -shared -fPIC -o

[Tinyos-help] TOSSIM Installation

2011-11-07 Thread jyoti patole
Hi all Can anyone tell me how do i install TOSSIM simulator on Ubuntu 11.10? Please reply. -- With Warm Regards *JYOTI 9766319445* ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] TOSSIM+Blip?

2011-10-24 Thread Zhuo Chen
Hi, I am trying to extend the BCP protocol to make it interoperable with IPv6 standard - to fit it in the BLIP structure. I would also like to test my code using TOSSIM. However, I find it hard to use both BLIP and TOSSIM. I found this page:

[Tinyos-help] TOSSIM: dBm, noise and topology

2011-10-15 Thread Amin Amin
Hi all, I worked with Tinyo 2.x, and i would use TOSSIM for simulate my application. So, i used this titurial: http://docs.tinyos.net/tinywiki/index.php/TOSSIM, but i not understand whatdoes men: dBm and noise And for topology: 12-54? ___

[Tinyos-help] TOSSIM simple routing protocol

2011-10-10 Thread Indtiny s
Hi, I went through the wiki for TOSSIM and done with basic guide given for the RadioCountLeds. In the basic packets.py it it could send message from one node to another .. Now I want to implement a simple routing method , Node1- Node2 Node0 . here Node0 is the sink . I need send data from Node1

[Tinyos-help] tossim with mesh protocol

2011-10-10 Thread Indtiny s
Hi, I have installed the tossim and tested with wiki guide . Now I want to use some mesh protocol (which has basic routing method) , I want to generate the following things , send data node1 - node3 node0 and node2-node3node0 Can any one suggest a application available in tinyos-2.1.0 to

[Tinyos-help] tossim with mesh protocol

2011-10-10 Thread Indtiny s
Hi, Could any one suggest a available protocol to start with this ..? I'm really stuck up at this point . rgds Indu -- Forwarded message -- From: Indtiny s indt...@gmail.com Date: Mon, Oct 10, 2011 at 5:44 AM Subject: tossim with mesh protocol To:

[Tinyos-help] TOSSIM segmentation error

2011-10-06 Thread Indtiny s
Hi, As per the wiki guide I started with RadioCountLeds demo, I created the 3 files, topo.txt , test.py and meyer-heavy.txt and run the test.py but I get the following segmentation error . 1 2 -54.0 2 1 -55.0 1 3 -60.0 3 1 -60.0 2 3 -64.0 3 2 -64.0 Creating

Re: [Tinyos-help] Tossim help needed

2011-09-14 Thread Rafael de Oliveira Costa
Hi, you can't install two applications in a network in tossim. With avrora you could do this Rafael de Oliveira Costa M.Sc. Student PPGI / DCC - iNCE/ UFRJ Rio de Janeiro, RJ, Brazil The first step to getting the things you want out of life is this : decide what you want Ben Stein On Tue, Sep

[Tinyos-help] Tossim help

2011-09-09 Thread Seetha Devi
Hi all, how to create cluster in tossim. which file should i change to form cluster. is it possible to run tinyecc0.1 in tossim. I am working on key management. i want to distribute cluster keys and pairwise keys in tossim. any idea to proceed.___

Re: [Tinyos-help] tossim help

2011-09-04 Thread Ramana Reddy
Did you install the python-dev package? If not, please install and try again. On Thu, Sep 1, 2011 at 10:14 PM, Seetha Devi seethadev...@yahoo.in wrote: i ve installed in windows using cygwin i have installed tinyos-2.x as per the instructios in wikipedia when i try to run blink program in

[Tinyos-help] TOSSIM

2011-09-04 Thread Amin Amin
Hi all, Can any one show me how i can simulate an application in TOS2, establish results and graph of an application. Please help me. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] tossim help

2011-09-02 Thread Seetha Devi
i m new to tinyos. i want to simulate a sensor network scenario how to create cluster in tossim(not in hardware) how to ecchange keys in a cluster.. where to start. no idea on creating scenario___ Tinyos-help mailing list

[Tinyos-help] tossim help

2011-09-01 Thread Seetha Devi
i have installed tinyos-2.x as per the instructios in wikipedia when i try to run blink program in tossim like make micaz sim it shows up error like /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3316: error: ISO C++ forbids declaration of `SWIG_TypeClientData' with no type

Re: [Tinyos-help] tossim help

2011-09-01 Thread Rafael de Oliveira Costa
Did you install tinyos-2.x in windows or linux ? On Thu, Sep 1, 2011 at 5:46 AM, Seetha Devi seethadev...@yahoo.in wrote: i have installed tinyos-2.x as per the instructios in wikipedia when i try to run blink program in tossim like make micaz sim it shows up error like

[Tinyos-help] tossim help

2011-09-01 Thread Seetha Devi
i ve installed in windows using cygwin i have installed tinyos-2.x as per the instructios in wikipedia when i try to run blink program in tossim like make micaz sim it shows up error like /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:3316: error: ISO C++ forbids declaration of

[Tinyos-help] TOSSIM, TinyOs 1.x

2011-08-19 Thread Yazeed ncl
Hi all, My name is Yazeed. I am trying to simulate a replay attack on TinySec. The first problem that I face is that the TOSSIM has already 3 users and I would like to use just one of them to send more than one message (thus replay attack). I am wondering If I can make a user send or receive more

[Tinyos-help] TOSSIM simulation

2011-07-08 Thread jyoti suman
Hello Sir I have installed Tinyos 2.1.1 in ubuntu 10.10 I dont have any wireless sensor node device.So i will simulate my application on tossim.I want to install a visualization tool.I have read that Tinyviz doesnt work for tinyos 2.1.1. Octopus and Mviz are the ohter visualization

[Tinyos-help] tossim GUI simulation problem

2011-06-27 Thread vinod kumar
Sir, I am a student of Indian Institute of Technology. I am currently on an internship working over mviz app simulation. I am using jtossim GUI over TOSSIM to simulate and visualise network topology of mviz app. But after I make the app, and finally finish up with all the settings, I got some

[Tinyos-help] TOSSIM simulation

2011-06-26 Thread vinod kumar
Hi All, I got a problem to use the tossim-serial in the SerialForwarder tool. I intend to view packets reception at Node 0 (root of the CTP) in the MViz program. I confused how to use the SerialForwarder with the tossim-serial as a source?, since I couldn't find any tutorial on it even in the

[Tinyos-help] TOSSIM simulation for the RSS broadcast and motes connectivity without hardware

2011-06-25 Thread naveen kumar
Sir, I am trying to run mviz app over TOSSIM without actual hardware connected. But I facing some problem. I think I am missing something to activate the simulator TOSSIM. When I type: tos-mviz -comm serial@COM1:iris MVizMsg * [misc]$ tos-mviz -comm serial@COM1:iris MVizMsg

[Tinyos-help] TOSSIM-mviz(Indian Institute of technology)

2011-06-24 Thread vinod kumar
Sir, I am trying to run mviz app over TOSSIM without actual hardware connected. But I facing some problem. I think I am missing something to activate the simulator TOSSIM. When I type: tos-mviz -comm serial@COM1:iris MVizMsg * [misc]$ tos-mviz -comm serial@COM1:iris MVizMsg

[Tinyos-help] TOSSIM simulation

2011-06-21 Thread vinod kumar
Sir, I am working over iris motes. I wanted to run the mviz app in order to collect the RSS values of the sensor motes. Before that I want to test in on TOSSIM. Please guide me how to run mviz on TOSSIM without any actual hardware connected. I could compile it. Whn I type make iris sim, its

[Tinyos-help] tossim-mviz

2011-06-20 Thread vinod kumar
Hello! Please guide me how to run mviz app on tossim without any actual hardware. I could compile it well on iris platform. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] TOSSIM Tinyviz in Tinyos2.1.1

2011-06-01 Thread Romain Bornet
Hi, TinyViz is no longer supported in TinyOS 2.x but you can have a look at MViz if you want to develop a graphical application. TOS_ROOT/support/sdk/java/net/tinyos/mviz for host/PC support TOS_ROOT/apps/MViz for an example mote application Hope this helps... Romain On Tue, May 31, 2011

Re: [Tinyos-help] TOSSIM Tinyviz in Tinyos2.1.1

2011-06-01 Thread neelomadhab neelomadhab
Thanks a lot. Its a gr8 Help. Regards, Neel On Wed, Jun 1, 2011 at 1:59 PM, Romain Bornet bornet.r...@gmail.com wrote: Hi, TinyViz is no longer supported in TinyOS 2.x but you can have a look at MViz if you want to develop a graphical application. TOS_ROOT/support/sdk/java/net/tinyos/mviz

[Tinyos-help] tossim SIMULATION HELP.............................please help me out

2011-05-31 Thread vinod kumar
After compilation I used make micaz docs which gave me some xml documentation containing all graphs of main,blink etc.But can we get the live simulation on the cygwin prompt itself when we enter the simulation command.After compilation I am getting msg TOSSIM librabry successfully built.But it

Re: [Tinyos-help] tossim SIMULATION HELP....please help me out

2011-05-31 Thread Vamsidhar Addanki
://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20110531/2bd76f6f/attachment-0001.htm -- Message: 2 Date: Tue, 31 May 2011 03:58:14 -0700 From: vinod kumar vk.86@gmail.com Subject: [Tinyos-help] tossim SIMULATION HELP

[Tinyos-help] TOSSIM Tinyviz in Tinyos2.1.1

2011-05-31 Thread neelomadhab neelomadhab
Hi, How to run Tinyviz in tinyos2.1.1 I have recently installed TinyOS2.1.1 in a UBuntu10.04 Lucid system. If its not supported in Tinyos2.1.1, is there any way to install it? If to use this tool I need to install a older version of TinyOS then how to uninstall this version? Please

[Tinyos-help] tossim compilation error

2011-05-27 Thread vinod kumar
When I go to---c:/cygwin/opt/tinyos-2.x/apps/Blink directory and type make micaz It worked out very fine showing the last step as Writing TOS image But when I type: make micaz sim it has shown some 3700 errors in the code pointing to: c:/cygwin/opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx Im

[Tinyos-help] TOSSIM compilation problem

2011-05-23 Thread vinod kumar
I have installed tinyos-2.1.0.Its done completely and when I go for compiling tossim,I am facing trouble. when I type: make micaz sim after I go to the tinyos-2.x/apps/Blink directory,I am getting an error message: make:*** No rule to make target 'micaz'.Stop. Please help me out.I have been

[Tinyos-help] tossim compilation....plerase help me out..........

2011-05-23 Thread vinod kumar
I have installed tinyos-2.1.0.Its done completely and when I go for compiling tossim,I am facing trouble. when I type: make micaz sim after I go to the tinyos-2.x/apps/Blink directory,I am getting an error message: make:*** No rule to make target 'micaz'.Stop. Please help me out.I have been

Re: [Tinyos-help] tossim help

2011-05-17 Thread Vamsidhar Addanki
AM Subject: [Tinyos-help] tossim help Hi there 1. I was wondering if it possible to run two separate terminals in linux one executing a copy of oscilloscope and the other executing base station and repeat the process of noticing the packet received on the java based oscilloscope application

[Tinyos-help] tossim help

2011-05-16 Thread Vamsidhar Addanki
Hi there 1. I was wondering if it possible to run two separate terminals in linux one executing a copy of oscilloscope and the other executing base station and repeat the process of noticing the packet received on the java based oscilloscope application? 2. when i run the python script

[Tinyos-help] TOSSIM LIVE

2011-04-17 Thread Tiziana Campana
Hello EveryBody, I have a question about TOSSIM LIVE. I am a user of MAC X OS 10.5.7 and I would like use TOSSIM LIVE but I have problem to make work the simple application TestSerial. I am following the steps of tutorial but it doesn't work when I run make micaz sim-sf. My TinyOS installation is

Re: [Tinyos-help] Tossim noise modeling

2011-02-24 Thread Shamali Gunawardena
there is no way of removing. Hopefully you get a better answer. Regards From: Newlyn Erratt nerr...@umail.iu.edu To: tinyos-help@millennium.berkeley.edu Sent: Thu, February 24, 2011 2:52:05 AM Subject: [Tinyos-help] Tossim noise modeling All: I have

[Tinyos-help] Tossim noise modeling

2011-02-23 Thread Newlyn Erratt
All: I have a couple of questions regarding the noise modeling in TOSSIM: 1) Are there any noise traces available that aren't included in the standard tinyos install? I saw in the CPM paper that they did several other traces (Grand Canyon, Lake Lagunita, Meyer Library on other channels/lower

[Tinyos-help] TOSSIM HELP

2011-02-09 Thread akash rvs
Hi, I am new to using TOSSIM. I actually want to read the input values from a text file into the module file but not sure on how to proceed over it. I am using python for simulation. If its not possible to read from a file how other way can i input values into the module file. Thanks in Advance.

Re: [Tinyos-help] TOSSIM HELP

2011-02-01 Thread Kartik Siddhabathula
Hi Akash, Please send your questions to the tinyos forum. I have never worked with TOSSIM. I have tested all my code on real sensor motes. I will check it out how it works though, also, posting your question to the forum.  NOTE: Hi all, Please look at the question and if possible help this guy.

[Tinyos-help] TOSSIM simulation

2011-01-28 Thread somu
*Can you help me in this work ?* * * * Deployment of wireless sensor networks* * * *Wireless sensor networks (WSNs) have been identified as one of the most important technologies of the 21st century. The deployment of a sensor network can have a significant impact on its operational performance

  1   2   3   4   5   6   7   >