-
Notifications
You must be signed in to change notification settings - Fork 0
/
tools_tr.tmpl.html
31 lines (29 loc) · 1.24 KB
/
tools_tr.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
<div class="container">
<div class="row">
<div class="col-md-8">
<h3>
<small>Tools & Docs</small>
<br/>Testbed Runtime
</h3>
</div>
</div>
<div class="row">
<div class="col-md-2"><img src="img/icon-run-your-own-testbed.png" width="128" height="128"/></div>
<div class="col-md-6">
<p>
During the WISEBED project we developed a testbed management software called "Testbed Runtime" (TR). TR
allows you to set up your own testbed within minutes.
</p>
<p>
You can use it for your local desktop testbed or your research institutions testbed. It even can scale
up to thousands of nodes! In fact, TR has also been used for experimentation and administration of the
<a href="http://www.smartsantander.eu/">SmartSantander</a> smart city deployment!
</p>
<p>
Please check the Testbed Runtime homepage at <a href="https://github.com/itm/testbed-runtime">https://github.com/itm/testbed-runtime</a>
to learn more.
</p>
</div>
<div class="col-md-2"> </div>
</div>
</div>