[Tinyos-help] Micaz Mote interfacing with Beagleboard

2011-06-22 Thread TJ
Hey!!

I am using a Micaz Mote and i need to communicate over UART with a
Beagleboard-xM.
I've got the Mote communicating with a linux system.
I wanted to know what do need to install on the beagleboard to do the same,
as there are space constraints..

Thanks.

Always Yours
Tejovanth
Tj n Spook
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] (no subject)

2011-06-22 Thread Sandip Bapat
http://newfies-normandie.com/modules/Search/world.html___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Iris mote stops after a while (TinyOS2.x)

2011-06-22 Thread John Yamamoto
Hello,

I recently got some iris mote, so I was following TinyOS tutorials.  I was
following Mote-mote radio communication, and programmed BlinkToRadio.  I
built it, and installed on my iris mote.  It looked like it works for the
first couple of minutes, but it stops after awhile.
I thought I made mistakes in my program, so I used the one in tutorials
directory, but I still get the same problem.

I used printf to check where the mote stops, and found out that it stops
right after it checks the return value of Packet.getPayload, or when adding
info to the packet. (It changes every time.)

I am using Iris mote (XM2110J) with mib520 for the usb bridge.  My
TinyOS2.x is up to date with CVS.

Does anybody knows how to solve this problem?

Thanks in advance.


John
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Iris mote stops after a while (TinyOS 2.x)

2011-06-22 Thread Eric Decker
I would say try again but use the current SVN trunk and see if it makes any
difference.

If memory serves, the CVS code is well over a year old.

On Wed, Jun 22, 2011 at 7:20 PM, John Yamamoto
wrote:

> Hello,
>
> (I'm sorry for the previous message, I forgot to add subject to it.  I am
> really stuck in this problem, so I'd really need help.)
>
> I recently got some iris mote, so I was following TinyOS tutorials.  I was
> following Mote-mote radio communication, and programmed BlinkToRadio.  I
> built it, and installed on my iris mote.  It looked like it works for the
> first couple of minutes, but it stops after awhile.
> I thought I made mistakes in my program, so I used the one in tutorials
> directory, but I still get the same problem.
>
> I used printf to check where the mote stops, and found out that it stops
> right after it checks the return value of Packet.getPayload, or when adding
> info to the packet. (It changes every time.)
>
> I am using Iris mote (XM2110J) with mib520 for the usb bridge.  My
> TinyOS2.x is up to date with CVS.
>
> Does anybody knows how to solve this problem?
>
> Thanks in advance.
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Eric B. Decker
Senior (over 50 :-) Researcher
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Iris mote stops after a while (TinyOS 2.x)

2011-06-22 Thread John Yamamoto
Hello,

(I'm sorry for the previous message, I forgot to add subject to it.  I am
really stuck in this problem, so I'd really need help.)

I recently got some iris mote, so I was following TinyOS tutorials.  I was
following Mote-mote radio communication, and programmed BlinkToRadio.  I
built it, and installed on my iris mote.  It looked like it works for the
first couple of minutes, but it stops after awhile.
I thought I made mistakes in my program, so I used the one in tutorials
directory, but I still get the same problem.

I used printf to check where the mote stops, and found out that it stops
right after it checks the return value of Packet.getPayload, or when adding
info to the packet. (It changes every time.)

I am using Iris mote (XM2110J) with mib520 for the usb bridge.  My
TinyOS2.x is up to date with CVS.

Does anybody knows how to solve this problem?

Thanks in advance.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Congestion Control Disabled in CTP via ECNOff?

2011-06-22 Thread Omprakash Gnawali
On Wed, Jun 8, 2011 at 6:36 AM, Jon Szymaniak  wrote:
> Hello All,
>
> I'd like to follow up on a post made in Feb 2010
> (http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2010-February/044460.html).
>
> From what I see in CtpRoutingEngineP.nc, CTP congestion control appears to
> be disabled via the ECNOff variable being hardcoded to "true,"  implying
> that nodes will never delay their transmissions or change their parent (with
> sufficient ETX delta) due to the parent's C-bit being set to 1.  Am I
> correct?
>
> Also, could anyone provide any additional information regarding why
> congestion control is disabled (i.e., why ECNOff is hardcoded to "true")?
> Is this a design decision intended to offload congestion control to another
> layer, a section of code that requires more testing, or a feature that
> should be enabled only when an application can sacrifice latency for greater
> packet delivery?

We tried doing congestion signaling based on simple threshold on the number of
packets in the queue and packet forwarding delays when the bit is signaled. This
led to unstable behavior and we turned it off. It is appropriate to use this bit
for signaling but to use it properly you want mechanisms at higher layer.


> In some Castalia-based simulations of CTP, I tried enabling congestion
> control and did see a slightly more packets being delivered, with a tradeoff
> of increased latencies and THL (hop count).  This seems reasonable to me --
> packets could be delayed due to the congestion timer, and non-optimal routes
> might be temporarily selected while a parent is congested.  However, I would
> appreciate any insights anyone has to offer on this.

This is very interesting and you should share the results.

- om_p

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Measuring different dynamic properties

2011-06-22 Thread Michael Schippling
There {is,was} a stack trace module, maybe you can find
it by searching on this list. Since there usually isn't
any dynamic memory allocation, memory usage is probably
no more complicated than looking at the compile output.

Dynamic power consumption would be interesting but you
need to put a current monitor in-line with the battery,
which requires a bit of hardware-foo. Probably just a
few resistors going to an ADC input but I'm not sure
about the range you would be able to resolve. I have
such a thing on my robo-cars, but use an op-amp and
a completely different power scheme.

I've sometimes puzzled over making some kind of
CPU monitor. I think one could put a counter in the
task scheduler to measure how long the controller
sleeps on it's daily rounds. But that's about as
far as I've gotten with it

MS

swayanti das wrote:
> Hi All
> 
> I am trying to measure different properties of TinyOS applications and 
> TinyOS threded applications and have this applications running on iris 
> mote..
> Can anyone help me with this.
> I want to measure the dynamic properties like stack consumption, or real 
> time memory consumption, CPU used, etc..
> I have tried measuring the power consumption of these applications, but 
> I need more dynamic properties.
> 
> Any help is highly appreciated.
> 
> Regards
> Swayanti
> 
> 
> 
> 
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] [CFP] ACM MobiWac 2011

2011-06-22 Thread aggeloko
*** Apologize if you receive multiple copies of this CFP ***



*** Due to many requests, the registration and submission deadlines
have been both
extended to June 22, 2011 ***



---

   Call for Papers

   ACM MobiWac 2011

  (www.mobiwac.org)

---



The 9th ACM International Symposium on Mobility Management and Wireless Access
(MobiWac 2011) will be held in conjunction with MSWiM 2011 (the 14th ACM
International Symposium on Modeling, Analysis and Simulation of
Wireless and Mobile
Systems) from October 31 to November 4, 2011 at Miami Beach, FL, USA.



The MOBIWAC series of events are intended to provide an international
forum for the
discussion and presentation of original ideas, recent results and
achievements by
researchers, students, and systems developers on issues and challenges
related to
mobility management and wireless access protocols.



Authors are encouraged to submit both theoretical and practical results of
significance on all aspects of wireless and mobile access technologies, with an
emphasis on mobility management and wireless access. Authors are
invited to submit
full papers describing original research. Submitted papers must
neither have been
published elsewhere nor currently be under review by another
conference or journal.



TOPICS OF INTEREST include, but are not limited to:



- Wireless/Mobile Access Protocols

- Wireless/Mobile Web Access

- Wireless Internet and All-IP integration

- Next Generation Wireless systems

- Mobile Broadband Wireless Access

- Pervasive Communication and Computing

- Ubiquitous and mobile access

- Wireless Applications and testbeds

- Multi-Homing and Vertical Handoff

- Multi-Channel Multi-Radio MAC / network layer management

- Channels and resources allocation algorithms

- Energy and power management algorithms

- Multi-technology switching using Software Defined Radios

- Context-aware services and applications

- Context-aware protocols and protocol architectures

- Interactive applications

- Mobile database management

- Wireless Multimedia Protocols

- Mobile and Wireless Entertainment

- Mobile Info-services

- QoS management

- Mobility Control and Management

- Localization and tracking

- Mobile/Vehicular environment access

- Wireless ad hoc and sensor networks

- Security,Trust management and Privacy issues

- Fault Tolerance solutions

- Wireless Systems' Design

- Analysis/Simulation of wireless mobile systems

- Testbeds for experimental and simulation analysis



FOR MORE INFORMATION about the conference, organizing committee, submission
instructions, and venue please see the conference website
(http://www.mobiwac.org/).



=



ORGANIZING COMMITTEE:



General Chair



  Jose Rolim, University of Geneva, Switzerland



Program Co-Chairs



  Jun Luo, Nanyang Technological University, Singapore

  Sotiris Nikoletseas, U. of Patras and CTI, Greece



Technical Program Committee (tentative)



  Kevin Almeroth, University of California, Santa Barbara

  DK Arvind, University of Edinburgh

  Venkataramana Badarla, Indian Institute of Technology Rajasthan

  Jalel Ben-othman, University of Versailles

  Bharat Bhargava, Purdue University

  Luciano Bononi, University of Bologna

  Azzedine Boukerche, University of Ottawa

  Costas Busch, Louisiana State University

  Levente Buttyan, Budapest University of Technology and Economics

  Claude Chaudet, Telecom Paristech

  Marcelo Dias de Amorim, UPMC Sorbonne Universitιs

  Thomas Erlebach, University of Leicester

  Scott Fowler, Linkφping University

  Lisandro Granville, Federal University of Rio Grande do Sul

  Mesut Guenes, Freie Universitat Berlin

  Arshad Jhumka, University of Warwick

  Dariusz Kowalski, University of Liverpool

  Peter Langendoerfer, IHP microelectronics

  Wing Cheong Lau, The Chinese University of Hong Kong

  Pierre Leone, University of Geneva

  Mo Li, Nanyang Technological University

  Lavy Libman, University of Sydney Justin Lipman, Intel R&D

  Justin Lipman, Intel R&D

  Antonio Loureiro, Federal University of Minas Gerais

  S. Kami Makki, Lamar University

  Paulo Mendes, SITI, University Lusofona

  Lynda Mokdad, Universite de Paris 12

  Ai-Chun Pang, National Taiwan University

  Panagiotis (Panos) Papadimitratos, KTH

  Cristina M. Pinotti, University of Perugia

  Marius Portmann, University of Queensland

  Christian Scheideler, Paderborn University

  Christian Schindelhauer, University of Freiburg

  Emmanouel Varvarigos, University of Patras

  Vasos Vassiliou, University of Cyprus

  Xinbing Wang, Shanghai Jiaotong University

  Yaling Yang, Virginia Tech

  Zainab Zaidi, National ICT Australia, Ltd

  Albert Zomaya, University of Sydney





Posters/Demo Chair



  Vinay Kolar, Carnegie Mellon University, Qatar



Web Chair



  Dimitra Patroumpa, U. of Patras and CTI, Greece



Publicity Chairs



  Constantinos Marios Angelopoulos, U. of Patras a

[Tinyos-help] Measuring different dynamic properties

2011-06-22 Thread swayanti das
Hi All

I am trying to measure different properties of TinyOS applications and
TinyOS threded applications and have this applications running on iris
mote..
Can anyone help me with this.
I want to measure the dynamic properties like stack consumption, or real
time memory consumption, CPU used, etc..
I have tried measuring the power consumption of these applications, but I
need more dynamic properties.

Any help is highly appreciated.

Regards
Swayanti
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] tos-install-jni

2011-06-22 Thread Michael Schippling
Based on messages received here, that script only works
about 75% of the time... Search this list for various
pieces of advice about fixing it. I use a back rev of
the tos libs and install them by hand so I can't tell
you exactly what to do, but if you can find the getenv
and toscomm files you can just copy them to the right
places in your JRE.

MS

vinod kumar wrote:
> Hi ,all:
> 
>   My environment is Tinyos 2.0.2 , JDK version is 1.5.0_12, and run 
> tos-check-env without error. But when I run the tos-install-jni, it gets a 
> error like below:
> 
> $ tos-install-jni
>
> [: ==: unknown operand
> Installing 32-bit Java JNI code in /cygdrive/c/Program 
> Files/Java/jdk1.5.0_12/jre/bin ...
> install: cannot stat `/usr/local/lib/tinyos/*-32.dll': No such file or 
> directory
> 
> 
> I don't know how to correct this error. Please help me to fix this error.
> 
> Thanks in advanced.
> 
> Best wishes,
> 
> Vinodh.
> 
> 
> 
> 
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] (no subject)

2011-06-22 Thread John Yamamoto
Hello,

I recently got some iris mote, so I was following TinyOS tutorials.  I was
following Mote-mote radio communication, and programmed BlinkToRadio.  I
built it, and installed on my iris mote.  It looked like it works for the
first couple of minutes, but it stops after awhile.
I thought I made mistakes in my program, so I used the one in tutorials
directory, but I still get the same problem.

I used printf to check where the mote stops, and found out that it stops
right after it checks the return value of Packet.getPayload, or when adding
info to the packet. (It changes every time.)

I am using Iris mote (XM2110J) with mib520 for the usb bridge.  My
TinyOS2.x is up to date with CVS.

Does anybody knows how to solve this problem?

Thanks in advance.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Serial Forwarder

2011-06-22 Thread naveen kumar
* Hi all,*>>**>>* When I try to run SerialForwarder, I receive the
following error:*>>**>>* The toscomm JNI library was not found.*>>*
Check that your tinyos-tools package is installed and try*>>*
rerunning tos-install-jni.*>>* Aborting.*>>**>>* And I when do run
sudo tos-install-jni, I get*>>* Installing 32-bit Java JNI code in
/usr/lib/i686 ...*>>* done.*>>* It seems that this is not the default
directory, since when I run*>>* serialForwarder again, it still says
that the package is not found. *>>* Any idea*>>* how I can let it find
the correct directory?*>>**>>* Thanks,*

*Vinodh*
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] tos-install-jni

2011-06-22 Thread vinod kumar
Hi ,all:

My environment is Tinyos 2.0.2 , JDK version is 1.5.0_12, and run
tos-check-env without error. But when I run the tos-install-jni, it
gets a error like below:

$ tos-install-jni

[: ==: unknown operand
Installing 32-bit Java JNI code in /cygdrive/c/Program
Files/Java/jdk1.5.0_12/jre/bin ...
install: cannot stat `/usr/local/lib/tinyos/*-32.dll': No such file or directory


I don't know how to correct this error. Please help me to fix this error.

Thanks in advanced.

Best wishes,

Vinodh.
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] jni error

2011-06-22 Thread navya kumari
Hello friends!

My environment is Tinyos 2.0.2 , JDK version is 1.5.0_12, and run
tos-check-env without error. But when I run the tos-install-jni, it
gets a error like below:

$ tos-install-jni

[: ==: unknown operand
Installing 32-bit Java JNI code in /cygdrive/c/Program
Files/Java/jdk1.5.0_12/jre/bin ...
install: cannot stat `/usr/local/lib/tinyos/*-32.dll': No such file or directory


I don't know how to correct this error. Please help me to fix this error.

Thanks in advanced.

Best wishes,

navya
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] micaz spi speed

2011-06-22 Thread Prasanna Karthik V
hi,
   What is MicaZ platform's SPI speed? I tried searching for it but
couldn't get it. I am more interested in the practical speed achieved
by it.

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Questions about how to use tos-mviz

2011-06-22 Thread navya
Please reply me how to simulate mviz over tossim 
without actual hardware. my email id is : "navyakmri...@gmail.com"
Waiting for ur reply,
Thanks,
Vinodh,

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] tinyos 2.x help please

2011-06-22 Thread navya

hey!!!
Even I am facing the same problem of how to simulate mviz app on TOSSIM. I am 
unable to do it. Please help me out if you are done with it.
Reply me at "navyakmri...@gmail.com"
Please relp me. Its the need of my time.


___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Question regarding obtaining intermediate C code

2011-06-22 Thread Apoorva Gade
Hi,
 Thanks a lot. I have downloaded the C implementation.

Regards,
Apoorva.

On Wed, Jun 22, 2011 at 3:26 AM, Romain Bornet wrote:

> Hi,
>
> You can find the intermediate C code generated by the nesC compiler if
> you build an application using CTP. After you compiled the application
> you will find an "app.c" source file in the build/
> subdirectory. This is the generated C code...
>
> Let's say for example that you build the MultihopOscilloscope in the
> apps directory for the micaz:
>
> $ cd $TOSROOT/apps/MultihopOscilloscope
> $ make micaz
>
> The generated C code is in
> $TOSROOT/apps/MultihopOscilloscope/build/micaz/app.c
>
> You will see that the generated code is rather difficult to read and
> follow but you can find CTP related function rather easily.
>
> If you are looking for other CTP implementations more easily portable
> in plain C have a look at: http://sing.stanford.edu/gnawali/ctp/
>
> Hope this helps
>  Romain
>
> On Wed, Jun 22, 2011 at 1:00 AM, Apoorva Gade 
> wrote:
> > Hi,
> >   I am working on a project where i should implement the Collection Tree
> > Protocol for routing in sensor networks in C.  Since it is already
> > implemented in tinyOS, is there a way to get the intermediate C code
> > generated by the nesc compiler? Else i should do it manually which seems
> to
> > be quite complicated. I am new to tinyOS. Any help would be greatly
> > appreciated.
> >
> >
> > Thanks in advance.
> >
> > Apoorva.
> >
> > ___
> > Tinyos-help mailing list
> > Tinyos-help@millennium.berkeley.edu
> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> >
>
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Question regarding obtaining intermediate C code

2011-06-22 Thread Romain Bornet
Hi,

You can find the intermediate C code generated by the nesC compiler if
you build an application using CTP. After you compiled the application
you will find an "app.c" source file in the build/
subdirectory. This is the generated C code...

Let's say for example that you build the MultihopOscilloscope in the
apps directory for the micaz:

$ cd $TOSROOT/apps/MultihopOscilloscope
$ make micaz

The generated C code is in $TOSROOT/apps/MultihopOscilloscope/build/micaz/app.c

You will see that the generated code is rather difficult to read and
follow but you can find CTP related function rather easily.

If you are looking for other CTP implementations more easily portable
in plain C have a look at: http://sing.stanford.edu/gnawali/ctp/

Hope this helps
 Romain

On Wed, Jun 22, 2011 at 1:00 AM, Apoorva Gade  wrote:
> Hi,
>   I am working on a project where i should implement the Collection Tree
> Protocol for routing in sensor networks in C.  Since it is already
> implemented in tinyOS, is there a way to get the intermediate C code
> generated by the nesc compiler? Else i should do it manually which seems to
> be quite complicated. I am new to tinyOS. Any help would be greatly
> appreciated.
>
>
> Thanks in advance.
>
> Apoorva.
>
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help