Re: [Tinyos-help] simple code problem, need help understanding compiler error

2013-06-14 Thread Eric Decker
two ";;" On Fri, Jun 14, 2013 at 9:00 AM, Sascha Hevelke wrote: > Until when? If I remove the declarations after the if statement everything > seems to be fine. > > On Friday 14 June 2013 17:51 Markus Becker wrote: > > > On Friday 14 June 2013 17:31:37 Sascha Hevelke wrote: > >> Hi everyone, >

[Tinyos-help] Implementation of CTP and Multihop LQI in TOSSIM

2013-06-14 Thread Muhammad Aamir Shah
Dear all, I am a beginner, I have gone through the manual. Now i want to evaluate the performance of CTP and Multihop LQI in TOSSIM. I know i have to write a simple application for that purpose but how can i include CTP or Multihop LQI in my application. Both components are available in tos/lib/net

[Tinyos-help] TinyOS simulator

2013-06-14 Thread Mariana Segovia
Hi, I want to implement different routing attacks to CTP. Is there any open source TinyOS simulator where I could specify different code to run in different nodes? For example, multiple nodes running an application that uses CTP as the routing protocol and a node that runs a different routing

Re: [Tinyos-help] simple code problem, need help understanding compiler error

2013-06-14 Thread Sascha Hevelke
Until when? If I remove the declarations after the if statement everything seems to be fine. On Friday 14 June 2013 17:51 Markus Becker wrote: > On Friday 14 June 2013 17:31:37 Sascha Hevelke wrote: >> Hi everyone, >> >> I am currently working on an implementation of a simple interface. My >> co

Re: [Tinyos-help] simple code problem, need help understanding compiler error

2013-06-14 Thread Markus Becker
On Friday 14 June 2013 17:31:37 Sascha Hevelke wrote: > Hi everyone, > > I am currently working on an implementation of a simple interface. My > code looks as following: > > > module CorrectionMessageC { > > provides interface CorrectionValueInterface; > } > implementation { > > comm

[Tinyos-help] simple code problem, need help understanding compiler error

2013-06-14 Thread Sascha Hevelke
Hi everyone, I am currently working on an implementation of a simple interface. My code looks as following: module CorrectionMessageC { provides interface CorrectionValueInterface; } implementation { command void CorrectionValueInterface.generateOutlierMessage(uint16_t xVals[], ui