-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
33 lines (24 loc) · 787 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This repository contains a simulation environment for TinyOS. It is an
adapted version of Morten's TinyOS fork.
It contains an old version of TinyOS. The last sync with the master was in
February 2012!
How to use:
General setup:
- clone this repository
- Adapt paths (TOSROOT, TOSDIR...)
- cd to support/sdk/c/blib
- Execute
./bootstrap.sh
./configure
make
How to compile the app and run the simulation:
- cd to apps/UDPEcho
- Build simulation libraries: make micaz sim-rpl blip
- Start the simulation: ./sim/Simulation.py
- The results are located in sim/output/suite_<date>/
In case of error, ensure you have the following packets installed:
python-dev
python-numpy
python-matplotlib
python-scipy
sudo apt-get install python-dev python-numpy python-matplotlib python-scipy