|
@@ -4,8 +4,8 @@
|
4
|
4
|
<meta charset="utf-8">
|
5
|
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6
|
6
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
7
|
|
- <meta name="description" content="Dowse - IoT Awareness engine">
|
8
|
|
- <meta name="author" content="dowse.eu">
|
|
7
|
+ <meta name="description" content="">
|
|
8
|
+ <meta name="author" content="">
|
9
|
9
|
<title>Dowse</title>
|
10
|
10
|
<!-- Bootstrap Core CSS -->
|
11
|
11
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
@@ -50,7 +50,7 @@
|
50
|
50
|
</li>
|
51
|
51
|
<li class="dropdown">
|
52
|
52
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Resources <b class="caret"></b></a>
|
53
|
|
- <ul class="dropdown-menu">
|
|
53
|
+ <ul class="dropdown-menu">
|
54
|
54
|
<li>
|
55
|
55
|
<a href="https://github.com/dyne/dowse">Github Project page</a>
|
56
|
56
|
</li>
|
|
@@ -118,34 +118,34 @@
|
118
|
118
|
<div class="container">
|
119
|
119
|
<div class="well">Dowse 1.0 beta is out!</div>
|
120
|
120
|
<div class="row">
|
121
|
|
- <div class="col-sm-6 col-md-4 col-lg-4 col-xs-4">
|
122
|
|
- <div class="thumbnail">
|
123
|
|
- <img src="images/DOWSE-RASP.png" alt="">
|
124
|
|
- <div class="caption">
|
125
|
|
- <h3>Download the beta!</h3>
|
126
|
|
- <p>Beta images optimised for Raspberry Pi 2 and newer</p>
|
127
|
|
- <p><a href="https://files.dyne.org/dowse/sdcard/" class="btn btn-dowse" role="button">Download</a> </p>
|
128
|
|
- </div>
|
129
|
|
- </div>
|
130
|
|
- </div>
|
131
|
|
- <div class="col-sm-6 col-md-4 col-lg-4 col-xs-4">
|
132
|
|
- <div class="thumbnail">
|
133
|
|
- <img src="images/GenericArm.png" alt="">
|
134
|
|
- <div class="caption">
|
135
|
|
- <h3>Download the beta!</h3>
|
136
|
|
- <p>Generic ARM Image: no bootloader or kernel</p>
|
|
121
|
+ <div class="col-sm-6 col-md-4 col-lg-4 col-xs-4">
|
|
122
|
+ <div class="thumbnail">
|
|
123
|
+ <img src="images/DOWSE-RASP.png" alt="">
|
|
124
|
+ <div class="caption">
|
|
125
|
+ <h3>Download the beta!</h3>
|
|
126
|
+ <p>Beta images optimised for Raspberry Pi 2 and newer</p>
|
137
|
127
|
<p><a href="https://files.dyne.org/dowse/sdcard/" class="btn btn-dowse" role="button">Download</a> </p>
|
138
|
|
- </div>
|
139
|
|
- </div>
|
140
|
|
- </div>
|
141
|
|
- <div class="col-sm-6 col-md-4 col-lg-4 col-xs-4">
|
142
|
|
- <div class="thumbnail">
|
143
|
|
- <img src="images/Git-ddowse.png" alt="">
|
144
|
|
- <div class="caption">
|
145
|
|
- <h3>Download the beta!</h3>
|
|
128
|
+ </div>
|
|
129
|
+ </div>
|
|
130
|
+ </div>
|
|
131
|
+ <div class="col-sm-6 col-md-4 col-lg-4 col-xs-4">
|
|
132
|
+ <div class="thumbnail">
|
|
133
|
+ <img src="images/GenericArm.png" alt="">
|
|
134
|
+ <div class="caption">
|
|
135
|
+ <h3>Download the beta!</h3>
|
|
136
|
+ <p>Generic ARM Image: no bootloader or kernel</p>
|
|
137
|
+ <p><a href="https://files.dyne.org/dowse/sdcard/" class="btn btn-dowse" role="button">Download</a> </p>
|
|
138
|
+ </div>
|
|
139
|
+ </div>
|
|
140
|
+ </div>
|
|
141
|
+ <div class="col-sm-6 col-md-4 col-lg-4 col-xs-4">
|
|
142
|
+ <div class="thumbnail">
|
|
143
|
+ <img src="images/Git-ddowse.png" alt="">
|
|
144
|
+ <div class="caption">
|
|
145
|
+ <h3>Download the beta!</h3>
|
146
|
146
|
<p>Code of the Dowse Project. You can compile it on your own platform. Documentation inside.<br><a href="Http://github.com/dyne/dowse" class="btn btn-dowse" role="button">Build from source</a> </p>
|
147
|
|
- </div>
|
148
|
|
- </div>
|
|
147
|
+ </div>
|
|
148
|
+ </div>
|
149
|
149
|
</div>
|
150
|
150
|
</div>
|
151
|
151
|
</div>
|
|
@@ -192,7 +192,7 @@
|
192
|
192
|
</div>
|
193
|
193
|
<div class="panel-body">
|
194
|
194
|
The IoT (internet of things) hype loves to generate buzz about things that
|
195
|
|
- will be allowed to connect to the internet and talk to other things. This buzz requires attention.
|
|
195
|
+ will be allowed to connect to the internet and talk to other things. This buzz requires attention.
|
196
|
196
|
Things like home appliances have clear behaviour and a simple switch to put them off.
|
197
|
197
|
<br>
|
198
|
198
|
Dowse puts this switch back to any device in your LAN.
|
|
@@ -234,11 +234,11 @@
|
234
|
234
|
<div class="container">
|
235
|
235
|
<div class="row">
|
236
|
236
|
<div class="col-md-4 col-sm-12 col-xs-12">
|
237
|
|
- <h3>and how it is made</h3>
|
238
|
|
- <p>To develop Dowse we must develop a community. In a community there are no users and developers, but adopters, thinkerers, hackers, designers and aunts, mothers, friends... There is place for everyone.</p>
|
|
237
|
+ <h3>and how it is made</h3>
|
|
238
|
+ <p>To develop Dowse we must develop a community. In a community there are no users and developers, but adopters, thinkerers, hackers, designers and aunts, mothers, friends... There is place for everyone.</p>
|
239
|
239
|
</div>
|
240
|
240
|
<div class="col-md-8 col-lg-8 col-sm-4 col-xs-4 hidden-xs">
|
241
|
|
- <iframe width="720" height="480" src="https://www.youtube.com/embed/wDLyYk_TQtI" frameborder="0" allowfullscreen class="pull-right"></iframe>
|
|
241
|
+ <iframe width="720" height="480" src="https://www.youtube.com/embed/wDLyYk_TQtI" frameborder="0" allowfullscreen class="pull-right"></iframe>
|
242
|
242
|
</div>
|
243
|
243
|
</div>
|
244
|
244
|
</div>
|
|
@@ -330,7 +330,7 @@ A short tutorial is here --></a></p>
|
330
|
330
|
<strong>Opacize your network</strong>; External services will not be able
|
331
|
331
|
to capture your metadata and/or your data through Domain Name System Translation.
|
332
|
332
|
</li>
|
333
|
|
- <li>
|
|
333
|
+ <li>
|
334
|
334
|
<strong>Makes you aware of your traffic </strong>and all activities of your users without spying on them.
|
335
|
335
|
It is a bit like sharing the same room.
|
336
|
336
|
</li>
|
|
@@ -399,7 +399,7 @@ A short tutorial is here --></a></p>
|
399
|
399
|
<div class="col-lg-12">
|
400
|
400
|
</div>
|
401
|
401
|
<div class="row">
|
402
|
|
- <div class="col-xs-6 col-md-3 col-sm-4 col-lg-2">
|
|
402
|
+ <div class="col-xs-6 col-md-3 col-sm-4 col-lg-2">
|
403
|
403
|
<h3>Project by</h3>
|
404
|
404
|
<a href="www.dyne.org" class="thumbnail">
|
405
|
405
|
<img src="images/logos/dyne.png" alt="dyne think and do tank">
|
|
@@ -413,12 +413,12 @@ A short tutorial is here --></a></p>
|
413
|
413
|
</a>
|
414
|
414
|
<a href="http://www.design-shift.com" class="thumbnail">
|
415
|
415
|
<img src="images/logos/design-shift.png" alt="design-shift" class="logosmall">
|
416
|
|
- </a>
|
|
416
|
+ </a>
|
417
|
417
|
</div>
|
418
|
418
|
<h2 class="page-header">Made possible by fundings from:</h2>
|
419
|
|
- <div class="col-xs-6 col-md-3 col-sm-6 col-lg-4">
|
|
419
|
+ <div class="col-xs-6 col-md-3 col-sm-6 col-lg-4">
|
420
|
420
|
<img src="images/logos/sidnfonds-logo.png" alt="SIDN fonds Logo" class="logosmall visible-xs-block visible-sm-block visible-md-block visible-lg-block" width="140%">
|
421
|
|
- <img src="images/logos/nlnet-logo.png" alt="" class="logosmall visible-xs-block visible-sm-block visible-md-block visible-lg-block" width="100%">
|
|
421
|
+ <img src="images/logos/nlnet-logo.png" alt="" class="logosmall visible-xs-block visible-sm-block visible-md-block visible-lg-block" width="100%">
|
422
|
422
|
</div>
|
423
|
423
|
</div>
|
424
|
424
|
</div>
|
|
@@ -432,17 +432,20 @@ A short tutorial is here --></a></p>
|
432
|
432
|
<div class="col-md-4">
|
433
|
433
|
<p>Dowse is a project by dyne.org<br>Haparandadam 7/A1, 1013 AK, <br>Amsterdam, The Nederlands<br> <a mailto:info@dowse.eu="">info@dowse.eu</a></p>
|
434
|
434
|
</div>
|
435
|
|
- <div class="col-md-4 copyleft">
|
436
|
|
- <small> <p>CopyLeft <div class="mirror">
|
437
|
|
- ©
|
438
|
|
-</div> dyne.org 2017</p><p>made with <3 in Europa<br></p>
|
|
435
|
+ <div class="col-md-4">
|
|
436
|
+ <p>CopyLeft <div class="mirror">
|
|
437
|
+ ©
|
|
438
|
+</div> <div> dyne.org 2017
|
|
439
|
+ made with <3 in Europa
|
|
440
|
+</div>
|
439
|
441
|
</div>
|
440
|
442
|
</small>
|
441
|
443
|
<div class="col-md-4">
|
442
|
444
|
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
|
443
|
|
- <img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" aligh="right">
|
|
445
|
+ <img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png">
|
444
|
446
|
</a>
|
445
|
|
- <small><a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</small>
|
|
447
|
+ <br>
|
|
448
|
+ <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|
446
|
449
|
</div>
|
447
|
450
|
</div>
|
448
|
451
|
</div>
|