I am new to "Wireless Sensor Network". I need to be familiar with the simulators and emulators so I decided to use TOSSIM. So, can anyone provide with the documentation or tutorials for windows?
Asked
Active
Viewed 528 times
0
-
Have you checked official documentation - http://tinyos.stanford.edu/tinyos-wiki/index.php/TOSSIM? TOSSIM itself is written in Python so OS shouldn't be a major factor assuming you got TinyOS compiler installed on your Windows machine. – IvanR May 15 '17 at 14:05
1 Answers
0
There are two key points that you should figure out in TOSSIM:
- What is noise model and how to build a noise model?
- How to run the TOSSIM simulation and how to output the log info we want?
Here are some selected docs and tutorials I have gone through before:
- Official instruction (from TinyOS wiki) of TOSSIM is essential;
- A tutorial video from ANT Lab;
- Building a Network Topology for TOSSIM (Please download and open with browser)
Although TinyOS is compatible with Windows, the installation of TinyOS on Windows would be harder than that on Linux. Hope you have a pleasant WSN journey.

Yaoshicn
- 144
- 9