Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-20 Thread Nils T. Kannengießer
As far as I know there is no TinyViz or similar available for 2.x But Octopus is running fine ... if you have the hardware :o) I recently got it working with my mica2 nodes. KR, N.T. Kannengiesser mojtaba raznahan schrieb: > So I can't have visual environment while using tinyos 2.1.0 ? > Is t

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-19 Thread mojtaba raznahan
So I can't have visual environment while using tinyos 2.1.0 ? Is there any framework like Tinyviz? 2009/11/19 "Nils T. Kannengießer" > As one of the developer said it's not possible atm without hardware ... > you may develope it :o) ... > > kr, N.T. Kannengiesser > > > > mojtaba raznahan schrieb

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-19 Thread Nils T. Kannengießer
As one of the developer said it's not possible atm without hardware ... you may develope it :o) ... kr, N.T. Kannengiesser mojtaba raznahan schrieb: > Hi, > > It seems that Octopus is usable when you have the motes(hardware).But > I dont have the motes and just simulating with tossim. > Any ide

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-19 Thread mojtaba raznahan
Hi, It seems that Octopus is usable when you have the motes(hardware).But I dont have the motes and just simulating with tossim. Any idea for visualization in tossim? Regards, On Sat, Nov 14, 2009 at 2:30 AM, Enzeneer wrote: > I finally got this to work by using the "motes" code from the CVS >

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-13 Thread Enzeneer
I finally got this to work by using the "motes" code from the CVS repository and the "java" code from the distribution on the UCD website. Some minor modifications were necessary to make the two compatible -- basically the octopus_collected_msg struct is changed and a few of the methods like getPay

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-13 Thread mojtaba raznahan
Thanks Paul and Enzeneer, I should check this out . I'm using ubuntu 9.04 tinyos 2.1.0 and TOSSIM And dont have the harwares your sincerley, Mojtaba On Fri, Nov 13, 2009 at 9:48 PM, Paul Johnson wrote: > Mojtaba, > > You need a CVS client to check out the entire project. Depending on your >

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-13 Thread Enzeneer
So I got it to build by comparing files from tinyos-2.1.0. It gives a bunch of warnings: /Users/abhay/Developer/Source/tinyos-2.x/tos/chips/cc2420/lpl/DefaultLplC.nc:39:2: warning: #warning "*** USING DEFAULT LOW POWER COMMUNICATIONS ***" /Users/abhay/Developer/Source/tinyos-2.x/tos/chips/msp430/ad

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-13 Thread Paul Johnson
Mojtaba, You need a CVS client to check out the entire project. Depending on your platform there are lots of different cvs programs. -Paul mojtaba raznahan wrote: > Hi, > > Excuse me, how can i download whole project as a single file ? > In this link i should download the project one by one...

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-13 Thread mojtaba raznahan
Hi, Excuse me, how can i download whole project as a single file ? In this link i should download the project one by one Thanks On Mon, Nov 9, 2009 at 10:44 PM, mojtaba raznahan < mojtaba.razna...@gmail.com> wrote: > Hi Mehmet, > > Thanks you very much. > I'll try this application .I will a

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-12 Thread Enzeneer
Hi, I tried to build the latest version mentioned by you. But some errors persist (related to setLocalDutyCycle). Looks like the Low Power Listening interface on the CC2420 has been changed. That function and few others are missing from the tinyos-2.x cvs code. I wonder how I can get an older wor

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-12 Thread Nils T. Kannengießer
Hi, you might try out the new versions http://www.csi.ucd.ie/content/octopus-dashboard-sensor-networks-visual-control KR, N.T. Kannengiesser Enzeneer schrieb: > Hi, > > Thanks for that. Now "make telosb" returns the following: > mkdir -p build/telosb > compiling OctopusAppC to a telosb bina

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-12 Thread Enzeneer
Hi, Thanks for that. Now "make telosb" returns the following: mkdir -p build/telosb compiling OctopusAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -fnesc-separator=__ -Wall -Wshadow -Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board= -DDEFINED_TOS_A

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-11 Thread Mehmet Akif Antepli
Hi, The path for dissemination is missing in the makefile. You should add it as follows; There is the following line in the make file: CFLAGS += -I$(TOSDIR)/lib/net/ -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/printf -I$(TOSDIR)/lib/net/le -I. change it to the one below; CFLAGS += -I$(TOSDIR)/lib

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-09 Thread mojtaba raznahan
Hi Mehmet, Thanks you very much. I'll try this application .I will ask you again,If i hade a problem using this. Best Regards, On Mon, Nov 9, 2009 at 9:23 PM, Mehmet Akif Antepli wrote: > Hi, > > You can have a look at "Octopus" application in the following link; > http://tinyos.cvs.sourceforge

Re: [Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-09 Thread Mehmet Akif Antepli
Hi, You can have a look at "Octopus" application in the following link; http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/ucd/ I have been using it for a long time. You have to play with payload struct in order for the gui to communicate with your network. All the best, -- Mehm

[Tinyos-help] Visualization tool for TinyOs 2.x

2009-11-09 Thread mojtaba raznahan
Hi, Is there any Visualization tool for TinyOs 2.x ? I heard TinyViz doesn't work with TinyOs 2.x. Simulating with just TOSSIM is not very sensible... and i want to see what are my algorithms doing . And at this point, what other people do for visualization in TinyOs 2.x ? Recently I found a frame