Re: [Tinyos-help] Simulator

2012-10-02 Thread Urs Hunkeler
Hi,

1) As far as I know, and unless there were major improvements that were 
not discussed on the mailing list, TOSSIM does not support TelosB (yet). 
I have extended the Avrora simulator to also simulate the TelosB 
platform (at least partially, but including some sensors and the radio 
interface). These modifications are, however, not in the official release.

2) No, they use different modulations and protocols and are not 
compatible. Bluetooth also uses 2.4GHz, and all three are not interoperable.

Cheers,
Urs

On 10/02/2012 06:30 AM, Anandghan W wrote:
 Hi ,
  I am doing a project on Internet of Things . I am new to TinyOS
 and hav a few questions

 1) I want to write code for telosb motes and want to simulate it . Can i
 do it in TOSSIM ? If not any other simulator ?
 2) Can i connect to telosb motes using  wifi from my laptop ? Since they
 both work on 2.4 GHz

 Thanx in advance!

 Regards,
 Anandghan

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


Re: [Tinyos-help] Simulator

2012-10-02 Thread Urs Hunkeler
Hi Anandghan,

I have not worked with the Wsim simulation platform. It looks very 
interesting and I think you should try it. Let us know how it works, I 
am sure other people on this mailing list would be very interested to 
know if this works well for the TelosB platform.

Cheers,
Urs


On 10/02/2012 09:16 AM, Anandghan W wrote:
 Hi Urs,
  Which simulator should i use since there is no standard simulator 
 ? It is necessary for me to simulate the code . I found a simulator 
 Wsim http://wsim.gforge.inria.fr/tutorial.html , have you worked on it?


 On Tue, Oct 2, 2012 at 12:25 PM, Urs Hunkeler urs.hunke...@epfl.ch 
 mailto:urs.hunke...@epfl.ch wrote:

 Hi,

 1) As far as I know, and unless there were major improvements that
 were not discussed on the mailing list, TOSSIM does not support
 TelosB (yet). I have extended the Avrora simulator to also
 simulate the TelosB platform (at least partially, but including
 some sensors and the radio interface). These modifications are,
 however, not in the official release.

 2) No, they use different modulations and protocols and are not
 compatible. Bluetooth also uses 2.4GHz, and all three are not
 interoperable.

 Cheers,
 Urs


 On 10/02/2012 06:30 AM, Anandghan W wrote:

 Hi ,
  I am doing a project on Internet of Things . I am new
 to TinyOS
 and hav a few questions

 1) I want to write code for telosb motes and want to simulate
 it . Can i
 do it in TOSSIM ? If not any other simulator ?
 2) Can i connect to telosb motes using  wifi from my laptop ?
 Since they
 both work on 2.4 GHz

 Thanx in advance!

 Regards,
 Anandghan




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


Re: [Tinyos-help] Simulator for TinyOS 2

2009-07-18 Thread Faisal Aslam
What about TOSSIM ?

Faisal

yagh mur wrote:
 Hi all,
 What is the best WSN simulator for TinyOS 2 applications?
 I've to test some features at network level (collection and
 dissemination protocols) and I've also to use external tools connected
 to the WSN via SerialForwarder (TCP).

 I'm going to take a look at Castalia, NesCT and Avrora...
 What do you suggest? which is more suited to my needs?


 Regards,
   YM
 ___
 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] Simulator for TinyOS 2

2009-07-18 Thread yagh mur
I've to load three different applications: some nodes have
application1, other nodes have application2 and one node have a base
station application; moreover I've to use external tools connected to
the WSN via SerialForwarder... so Tossim and Tossim-live are not
suitable to me.


2009/7/18 Faisal Aslam as...@informatik.uni-freiburg.de:
 What about TOSSIM ?

 Faisal

 yagh mur wrote:

 Hi all,
 What is the best WSN simulator for TinyOS 2 applications?
 I've to test some features at network level (collection and
 dissemination protocols) and I've also to use external tools connected
 to the WSN via SerialForwarder (TCP).

 I'm going to take a look at Castalia, NesCT and Avrora...
 What do you suggest? which is more suited to my needs?


 Regards,
          YM
 ___
 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] simulator ?

2006-07-21 Thread [EMAIL PROTECTED]


We simulated 802.15.4 based sensor clusters using ns2. (Offcourse not
TinyOS based applications)

Manjunath
On Fri, 21 Jul 2006, Roberto wrote:

 Does anyone know if exist a simulator that manage radio models and also
 simulates the delays due to the processing (interrupt handling, mac,
 task queue) for sensor networks?

 thanks

 ___
 Tinyos-help mailing list
 Tinyos-help@Millennium.Berkeley.EDU
 https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Simulator for TelsoB

2006-02-07 Thread Andrea Pacini
I used TOSSIM also for code written for TelosB; of course you must write 
it in nesC and don't use any specific TelosB

features.

Andrea

ANDREW VAN DER BYL wrote:


Hi all,

I'll have to ask you to forgive the possibly stupid question, but is there a 
simulator available for use with code written for the TelosB motes? I heard 
that TOSSIM only works for (up to and including) the MicaZ motes. Is that true?

Thanks,
Andrew

Disclaimer 
This e-mail transmission contains confidential information,

which is the property of the sender.
The information in this e-mail or attachments thereto is 
intended for the attention and use only of the addressee. 
Should you have received this e-mail in error, please delete 
and destroy it and any attachments thereto immediately. 
Under no circumstances will the Cape Peninsula University of 
Technology or the sender of this e-mail be liable to any party for

any direct, indirect, special or other consequential damages for any
use of this e-mail.
For the detailed e-mail disclaimer please refer to 
http://www.cput.ac.za/email.php or call +27 (0)21 460 3911


___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


 



___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Simulator for TelsoB

2006-02-07 Thread Ixent Galpin

Hi,

 I used TOSSIM also for code written for TelosB; of course you must write
 it in nesC and don't use any specific TelosB
 features.

Could you please give me a couple of examples of what kinds of TelosB 
specific features would not be available?


Thanks
Ixent



Hi all,

I'll have to ask you to forgive the possibly stupid question, but is 
there a simulator available for use with code written for the TelosB 
motes? I heard that TOSSIM only works for (up to and including) the 
MicaZ motes. Is that true?


Thanks,
Andrew

Disclaimer This e-mail transmission contains confidential information,
which is the property of the sender.
The information in this e-mail or attachments thereto is intended for 
the attention and use only of the addressee. Should you have received 
this e-mail in error, please delete and destroy it and any attachments 
thereto immediately. Under no circumstances will the Cape Peninsula 
University of Technology or the sender of this e-mail be liable to any 
party for

any direct, indirect, special or other consequential damages for any
use of this e-mail.
For the detailed e-mail disclaimer please refer to 
http://www.cput.ac.za/email.php or call +27 (0)21 460 3911


___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


 



___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


___
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help