-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_techreports.tmpl.html
91 lines (91 loc) · 4.98 KB
/
about_techreports.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<div class="container">
<div class="row">
<div class="col-md-8"><h3>Technical Reports</h3></div>
</div>
<div class="row">
<div class="col-md-8">
<table>
<colgroup>
<col>
<col>
<col>
</colgroup>
<tbody>
<tr bgcolor="#cccccc">
<td><strong>Documentation</strong></td>
<td> </td>
<td><strong>Technical Reports</strong></td>
</tr>
<tr style="background-color: #eeeeee;">
<td><strong>APIs</strong></td>
<td> </td>
<td><strong> </strong></td>
</tr>
<tr>
<td valign="top">Version 2.3</td>
<td valign="top" width="30" style="text-align: center"><a href="http://wisebed.eu/api/documentation/iwsn/2.3/iwsn-api.pdf"
target="_blank"><img src="img/icon-pdf.png"
alt="Icon PDF" width="16" height="16"></a></td>
<td valign="top">Wireless Sensor Network (iWSN) APIs</td>
</tr>
<tr>
<td valign="top">Version 1.0</td>
<td valign="top" width="30" style="text-align: center"><a href="http://wisebed.eu/api/documentation/snaa/1.0/snaa-api.pdf"
target="_blank"><img src="img/icon-pdf.png"
alt="Icon PDF" width="16" height="16"></a></td>
<td valign="top">Sensor Network Authentication and Authorization (SNAA) API</td>
</tr>
<tr>
<td valign="top">Version 1.0</td>
<td valign="top" width="30" style="text-align: center"><a href="http://wisebed.eu/api/documentation/rs/1.0/rs-api.pdf"
target="_blank"><img src="img/icon-pdf.png"
alt="Icon PDF" width="16" height="16"></a></td>
<td valign="top">Reservation System (RS) API</td>
</tr>
<tr>
<td valign="top">Version 0.9</td>
<td valign="top" width="30" style="text-align: center"><a href="http://wisebed.eu/api/documentation/node/0.9/node-api.pdf"
target="_blank"><img src="img/icon-pdf.png"
alt="Icon PDF" width="16" height="16"></a></td>
<td valign="top">Node API</td>
</tr>
<tr>
<td valign="top"> </td>
<td valign="top"> </td>
<td valign="top"> </td>
</tr>
<tr style="background-color: #eeeeee;">
<td valign="top"><strong>Others</strong></td>
<td valign="top"> </td>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top">Version 1.0</td>
<td valign="top" width="30" style="text-align: center"><a
href="http://wisebed.eu/documents/technical-reports/topology-control-algorithms-v1.pdf"
target="_blank"><img src="img/icon-pdf.png" alt="Icon PDF" width="16"
height="16"></a></td>
<td valign="top">Development and Experimental Testing and Comparison of Topology-Control Algorithms
in Sensor Networks
</td>
</tr>
<tr>
<td valign="top">Version 1.0</td>
<td valign="top" width="30" style="text-align: center"><a
href="http://wisebed.eu/documents/technical-reports/topology-time-synchronisation-algorithms-v1.pdf"
target="_blank"><img src="img/icon-pdf.png" alt="Icon PDF" width="16"
height="16"></a></td>
<td valign="top">Topology and Time-Synchronization Algorithms in Wireless Sensor Networks</td>
</tr>
<tr>
<td valign="top">Version 1.0</td>
<td valign="top" width="30" style="text-align: center"><a href="http://wisebed.eu/documents/technical-reports/highway-construction-v1.pdf"
target="_blank"><img src="img/icon-pdf.png"
alt="Icon PDF" width="16" height="16"></a></td>
<td valign="top">Highway Construction in Wireless Sensor Networks</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>