-
Notifications
You must be signed in to change notification settings - Fork 0
/
appdev_vm.tmpl.html
61 lines (53 loc) · 2.73 KB
/
appdev_vm.tmpl.html
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<div class="container">
<div class="row">
<div class="col-md-8">
<h3>
<small>Application Development</small>
<br/>WISEBED VM
</h3>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="alert alert-warning" role="alert">
<p>
Please note that the WISEBED project ended in May 2011. Some but not all of the testbeds are still
operational and some but not all of the software solutions are still being developed.
</p>
<p>
While e.g., Testbed Runtime and the Wiselib are still being actively used and developed the WISEBED
VM is nowadays outdated. However, it can be a good starting point if you are willing to update to
more up-to-date versions.
</p>
</div>
<p>
The WISEBED Virtual Machine is the easiest way to get started. The VM is a pre-configured development
environment for WSN applications and WISEBED testbed experimentation. It contains:
</p>
<ul>
<li>Compilers for various WSN hardware platforms,</li>
<li>several WSN operating systems,</li>
<li>the <a title="Wiselib" href="#appdev_wiselib">Wiselib</a>,</li>
<li>the <a title="Shawn" href="#appdev_shawn">Shawn Simulator</a>,</li>
<li>the <a title="Experimentation Scripts" href="#tools_clients">Experimentation Scripts</a> testbed
client,
</li>
<li>
as well as the <a title="Testbed Runtime" href="#tools_tr">Testbed Runtime</a> WISEBED back end
implementation so that you can run your personal desktop testbed, allowing you to use the full
WISEBED toolchain at your desk before deploying to large scale testbeds.
</li>
</ul>
<p>
More specifically it contains the following operating systems, compilers, libraries and tools:
</p>
<iframe src="https://docs.google.com/spreadsheet/pub?hl=de&hl=de&key=0AhLyHruAqG0ndDlBcHdEd3Y4SW9XRE9FU3NsNEhRelE&single=true&gid=2&output=html"
style="width:100%; height:300px; border:1px solid #bbb;"></iframe>
<h4>Downloads</h4>
<ul>
<li>single-file <a href="http://www.ibr.cs.tu-bs.de/alg/wisebed/wisebed.zip">zip</a></li>
<li>single-file <a href="http://www.ibr.cs.tu-bs.de/alg/wisebed/wisebed.rar">rar</a></li>
</ul>
</div>
</div>
</div>