Re: [Tinyos-help] Stanford repository ubuntu

2009-03-27 Thread Leon Steenkamp
> Thanks, I'll give it a try Any chance of creating a Jaunty > and/or an Ibis repository so it would work with synaptic or apt-get > for those of us running the newer Kubuntus? You can use those repositories with the newer ubuntu versions, just add the lines as per normal to sources.list

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-27 Thread Omprakash Gnawali
On Thu, Mar 26, 2009 at 12:06 PM, Mehmet Akif Antepli wrote: > Hi, > > I am sure that they are sending messages because when i just start MsgReader > with the following command, > >>>java net.tinyos.tools.MsgReader MultihopOscilloscopeMsg > > oscilloscope_t structure fields are parsed and shown on

[Tinyos-help] TOSSIM simulation configuration

2009-03-27 Thread Azadeh Abdolrazaghi
Hi, I am studying the TOSSIM simulator. I am wondering how XML schema can be used. Can it be used as simulation configuration? Or configuration can be done just by Phyton or C++? Thank you, Azadeh @ the world we love ___ Tinyos-help mailing li

[Tinyos-help] MicaZ: UART0 vs. radio

2009-03-27 Thread Nicos Gollan
Hello, We are trying to forward data from an external serial interface over the radio. To do that, we read data (three small packets, 96B total) from Atm128Uart0C, wait a few ms on a TMilli timer, and forward it over AMSenderC. This works well as long as the node is alone; however, as soon as a

[Tinyos-help] [Researchers] {Disarmed} IEEE GLOBECOM 2009: Final Call for Papers

2009-03-27 Thread Profa Mirela Sechi Moretti Annoni Notare
Globecom'09 Newsletter IEEE GLOBECOM 2009 Call for Papers Extended to 31 March 2009 IEEE GLOBECOM -- the premier telecommunications events -- covers the entire range of communications tech

[Tinyos-help] routing protocol

2009-03-27 Thread wafa jaballah
Hello! I don't know whether there is an implementation of a any routing protocol or data aggregating protocol in tinyos.? I will be very grateful if you could give me a hand? Best Regards -- Wafa Ben Jaballah ___ Tinyos-help mailing list Tinyos-help@

[Tinyos-help] Any one use "zigbee protocol analyser"???

2009-03-27 Thread GUO Rui
Dear All: Have any one use "ZigBee protocol analyser"? Please give some information about it, thanks very much!!! grey 2009.03.27 ___ Tinyos-help mailing

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-27 Thread Mehmet Akif Antepli
Hello Omprakash, In the READMe.txt under apps/tests/TestNetwork there is the following expression; "There are scripts on net2 website to parse the debug messages sent by the nodes." i couldn't find them. Could you send me if there are any such scripts, please? And how to run them to parse Collect

[Tinyos-help] XSniffer 1.0.3

2009-03-27 Thread Marc Romera
hi everybody, I'm traying to run XSniffer but I don't have succes. Can any give me a step-to-step manual to how I install and program Motes to watch the packets with the XSniffer. thanks you, Marc. ___ Tinyos-help mailing list Tinyos-help@millennium.be

[Tinyos-help] implemented channel access methods

2009-03-27 Thread João Paulo Amaro da Costa Luz Carneiro
Hi, What are the different MAC implementations available for the IRIS mote in tinyos2.1. Are they all packet based or is there any TDMA protocol. If you could also provide any performance results you have that I could use to make a performance comparison between the protocols would be great.

Re: [Tinyos-help] T2 on IRIS security support

2009-03-27 Thread André Rodrigues
Hi Thanks Miklos. I give some time to get other opinions Without more replies to my email, I think security (packet encryption) in T2 is not already supported. Regards, André - Original Message - From: "Miklos Maroti" To: "André Rodrigues" Cc: ; Sent: Wednesday, Mar

Re: [Tinyos-help] implemented channel access methods

2009-03-27 Thread Miklos Maroti
Dear Joao, There is only one MAC for the IRIS currently, which is BMAC with low power listening and acknowledgments (CCA/CA best effort single hop asynchronous single channel). There are two CA (collision avoidance) algorithms: one is the simple random backoff just like the one used in the CC2420

Re: [Tinyos-help] RF output power levels

2009-03-27 Thread Mohamed H. Seddik
Hi all   Do you know can I found & use this interface (setpower() ) with IRIS mote ?     Thanks    Mohamed --- On Mon, 3/23/09, Robert Szewczyk wrote: From: Robert Szewczyk Subject: Re: [Tinyos-help] RF output power levels To: hodi...@yahoo.com Cc: tinyos-help@millennium.berkeley.edu Date:

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-27 Thread Mehmet Akif Antepli
Hello Omprakash, >> Actually, i also want to see the field values of ctp_header_t, >> ctp_router_t,... structures all in the ctp library! >In Receive.receive, you should locate the CTP header in msg. Right now >it just grabs the payload and sends it over the UART so you are not >logging the header

Re: [Tinyos-help] RF output power levels

2009-03-27 Thread Janos Sallai
Mohamed: RF230PacketC.PacketTransmitPower is what you're looking for. Janos 2009/3/27 Mohamed H. Seddik : > Hi all > > Do you know can I found & use this interface (setpower() ) with IRIS mote ? > > > Thanks > > Mohamed > > --- On Mon, 3/23/09, Robert Szewczyk wrote: > > From: Robert Szewczyk

Re: [Tinyos-help] RF output power levels

2009-03-27 Thread Miklos Maroti
Hi Mohamed, Use the PacketTransmitPower interface provided by the RF230ActiveMessageC component. This accepts values between 0 (+3dBm) and 15 (-17 dBm). Miklos 2009/3/27 Mohamed H. Seddik : > Hi all > > Do you know can I found & use this interface (setpower() ) with IRIS mote ? > > > Thanks > >

Re: [Tinyos-help] routing protocol

2009-03-27 Thread Omprakash Gnawali
2009/3/27 wafa jaballah : > Hello! > > I don't know whether there is an implementation of a any routing protocol or > data aggregating protocol  in tinyos.? > I will be very grateful if you could give me a hand? You will find information about network protocols in TinyOS on this page: http://docs.

Re: [Tinyos-help] routing protocol

2009-03-27 Thread Roy Shea
Hello, > I don't know whether there is an implementation of a any routing > protocol or data aggregating protocol  in tinyos.? Take a quick look at: http://docs.tinyos.net/index.php/What_to_Read_First which includes a few links on "Network Collection and Dissemination". In particular the links

[Tinyos-help] ActiveMessageAddressC default failure

2009-03-27 Thread Gus Wirth
I'm trying to understand why I am getting a "`ActiveMessageAddress.changed' not implemented" error when I try to compile a simple program using the ActiveMessageAddress interface with the ActiveMessageAddressC component. My test program is essentially the Blink app with the blinking parts stripped

Re: [Tinyos-help] ActiveMessageAddressC default failure

2009-03-27 Thread Faisal Aslam
You have to implement all the events of an interface you are using. It is one of the bad things in TinyOS. Hence create empty body of event changed and it should work. Faisal Gus Wirth wrote: > I'm trying to understand why I am getting a > "`ActiveMessageAddress.changed' not implemented" error

[Tinyos-help] Wireless sensor / Opnet

2009-03-27 Thread Mohamed H. Seddik
Hi all   Is it possible to use opnet to simulate wireless sensor (e.g. IRIS,MICAz ) and RF wireless charger, if yes how ? Thanks   Mohamed ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cg

Re: [Tinyos-help] ActiveMessageAddressC default failure

2009-03-27 Thread Gus Wirth
Except that the function IS implemented. The changed() function is in the ActiveMessageAddressC module and is designated as the default function. The problem is that the wiring isn't picking up on the default part. Gus Faisal Aslam wrote: > You have to implement all the events of an interface you

[Tinyos-help] tinyos beaconing protocol

2009-03-27 Thread wafa jaballah
Hello Is there anyone could give me a hand : I don't know if there exist the implementation of *TinyOS beaconing protocol* ? I will be very thankful for any suggestion! Best Regards! -- Wafa Ben Jaballah ___ Tinyos-help mailing list Tinyos-help@mill

Re: [Tinyos-help] ActiveMessageAddressC default failure

2009-03-27 Thread Philip Levis
No. Default is all or nothing. It's for when something is not wired. Otherwise you could have very hard to find bugs because you don't get events you need to use the interface correctly. Phil On Mar 27, 2009, at 11:49, Gus Wirth wrote: > Except that the function IS implemented. The changed

[Tinyos-help] Simplest way to include ActiveMessageAddressC$addr

2009-03-27 Thread Gus Wirth
What is the simplest way to get the symbol ActiveMessageAddressC$addr into the executable image? Right now when I make a project I get the following warning: ubu...@ubuntu-desktop:/opt/tinyos-2.1.0/apps/AMA$ make telosb reinstall.2 bsl,/dev/ttyUSB0 tos-set-symbols --objcopy msp430-objcopy --objdum

Re: [Tinyos-help] Simplest way to include ActiveMessageAddressC$addr

2009-03-27 Thread Janos Sallai
Gus, > What is the simplest way to get the symbol ActiveMessageAddressC$addr > into the executable image? Wire in ActiveMessageC. > Right now when I make a project I get the > following warning: > > ubu...@ubuntu-desktop:/opt/tinyos-2.1.0/apps/AMA$ make telosb > reinstall.2 bsl,/dev/ttyUSB0 > to

Re: [Tinyos-help] Simplest way to include ActiveMessageAddressC$addr

2009-03-27 Thread Roy Shea
Hello Gus, > What is the simplest way to get the symbol ActiveMessageAddressC$addr > into the executable image? > I know it doesn't hurt anything now, but eventually I'll want to use > the  ability to tag the motes at compile time and use that > information. My experience is that the compiler do

Re: [Tinyos-help] Simplest way to include ActiveMessageAddressC$addr

2009-03-27 Thread Gus Wirth
Roy Shea wrote: > Hello Gus, > >> What is the simplest way to get the symbol ActiveMessageAddressC$addr >> into the executable image? > >> I know it doesn't hurt anything now, but eventually I'll want to use >> the ability to tag the motes at compile time and use that >> information. > > My exp

[Tinyos-help] How To Use TOSSIM in Xubuntu system?

2009-03-27 Thread An Feng
Hello All, Can anyone provide any tutorial about how to use TOSSIM in XunbuTOS.ISO, which is a linux system, different from the tutorial on the website. Thank you for your help. Sincerely. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.ed

[Tinyos-help] Problem with SerialForwarder

2009-03-27 Thread Lazar Supic
Hi, I have read tutorial about "Mote-PC serial communication". At the same time I have tested given examples on the iris mote via mib520. I am trying to run second SerialForwarder, whose source is the first SerialForwarder, like in example in tutorial. But I can not run second SerialForwarder,

[Tinyos-help] [Researchers] IEEE Globecom 2009: Ad Hoc, Sensor and Mesh Networking Symposium

2009-03-27 Thread Profa Mirela Sechi Moretti Annoni Notare
= We apologize in advance if you receive multiple copies of this CFP. Thank you to post in your emailing lists = SUBMISSION DEADLINE: Extended MA

[Tinyos-help] Can you please help me to deal with my first programming problem

2009-03-27 Thread An Feng
Hello All, Is there any one fluent with TINYOS programming that can help me with my first TINYOS program: 1, the devices has its unique ID. 2, each node has its own counter. 3, each counter will increment by 1 for each second 4, every five second, each node will transmit its unique ID and its own

Re: [Tinyos-help] Can you please help me to deal with my first programming problem

2009-03-27 Thread Ittipong Khemapech
Please have a look at TinyOS Tutorial lesson 3 and 4: Lesson 3: http://docs.tinyos.net/index.php/Mote-mote_radio_communication Lesson 4: http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder Ittipong 2009/3/28 An Feng > Hello All, > > Is there any one fluent with TI