-
Notifications
You must be signed in to change notification settings - Fork 3
/
platform-overview.html
715 lines (709 loc) · 35.5 KB
/
platform-overview.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
<!DOCTYPE HTML>
<html>
<head>
<title>reelyActive Technology Platform Overview | diyActive</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Overview of the reelyActive technology platform for low-power wireless identification, location, indoor positioning, IoT and M2M.">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style/main.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.2/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/2.5.0/ui-bootstrap-tpls.min.js"></script>
<script type="text/javascript" src="js/diyactive.js"></script>
</head>
<body ng-app="diyActive">
<div ng-controller="InteractionCtrl">
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle"
ng-init="navCollapsed = true"
ng-click="navCollapsed = !navCollapsed">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://www.reelyactive.com">
<strong>reely</strong>Active
</a>
</div>
<div class="collapse navbar-collapse" ng-class="!navCollapsed && 'in'"
ng-click="navCollapsed = true">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="/"> diyActive </a></li>
<li class="dropdown" uib-dropdown on-toggle="toggled(open)">
<a href class="dropdown-toggle" uib-dropdown-toggle role="button"
data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Quick links <span class="caret"></span>
</a>
<ul class="dropdown-menu" uib-dropdown-menu role="menu">
<li role="menuitem">
<a href="https://github.com/reelyactive/" target="_blank">
reelyActive on GitHub
</a>
</li>
<li role="menuitem">
<a href="https://www.npmjs.com/~reelyactive" target="_blank">
reelyActive on npmjs
</a>
</li>
<li role="separator" class="divider"></li>
<li role="menuitem">
<a href="https://www.reelyactive.com" target="_blank">
reelyActive website
</a>
</li>
<li role="menuitem">
<a href="https://getpareto.com" target="_blank">
Pareto by reelyActive
</a>
</li>
<li role="separator" class="divider"></li>
<li role="menuitem">
<a href="https://shop.reelyactive.com" target="_blank">
Our online store
</a>
</li>
<li role="menuitem">
<a href="https://reelyactive.com/blog/" target="_blank">
Our blog
</a>
</li>
</ul>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
<h1>
reelyActive Technology Platform Overview <br>
<small> An introduction and directory to all diyActive tutorials </small>
</h1>
<p> The reelyActive technology platform allows computers to understand and measure the <i>real world</i> the same way they understand and measure the <i>web</i>. The low-power wireless devices people and products already carry (BYOD) are identified and located by infrastructure already deployed in physical spaces (BYOI). Our software translates this data stream into the language of the web so that existing web platforms may be extended to real world applications, in real-time. </p>
<blockquote> Our platform relays <b><i>who/what is where</i></b> in real-time, using established web standards. </blockquote>
<img src="images/overview-elements.gif"
class="img-responsive center-block"> <br>
<p class="text-center">
<a href="#devices" class="btn btn-primary"> Devices </a>
<a href="#reels" class="btn btn-primary"> Reels </a>
<a href="#gateways" class="btn btn-primary"> Gateways </a>
<a href="#software" class="btn btn-primary"> Software </a>
<a href="#applications" class="btn btn-primary"> Applications </a>
</p>
<hr>
<!----- Devices ------------------------------------------------->
<h2 id="devices">
Devices <br>
<small> Radio-identifiable "things" of the real world (BYOD) </small>
</h2>
<img src="images/overview-devices.png"
class="img-responsive center-block"> <br>
<blockquote> While there are tens of billions of <b><i>connected</i></b> devices, there are orders of magnitude more <b><i>identifiable</i></b> devices. Our platform supports BYOD (bring-your-own-device) for <b><i>both</i></b>, identifying and locating such devices in the real-world in real-time. </blockquote>
<p class="text-center" ng-hide="hideDevices">
<button type="button" class="btn btn-default"
ng-click="hideDevices = !hideDevices">Show me more</button>
</p>
<div uib-collapse="!hideDevices">
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-reelyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Towards collective hyperlocal contextual awareness
among heterogeneous RFID systems </b> <br>
Combining the strengths BLE and UHF passive RFID.
</p>
<a href="http://www.reelyactive.com/science/" target="_blank"
class="btn btn-xs btn-default"> View scientific publication </a>
</div>
</div>
<h3>
Bluetooth Low Energy (BLE) <br>
<small> The global standard for active RFID </small>
</h3>
<p> Billions of Bluetooth devices are shipping annually and these include smartphones which can make people anonymously or uniquely identifiable, wearables, and beacons which may be affixed to objects or to physical places. </p>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> BLE Device Identifier Reference </b> <br>
How are BLE devices identified?
</p>
<a href="ble-identifier-reference.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Integrate your Mobile Application </b> <br>
How to make your app visible to BLE infrastructure.
</p>
<a href="integrate-your-mobile-app.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Integrate your Product </b> <br>
How to make your BLE device visible to infrastructure.
</p>
<a href="integrate-your-product.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> puckyActive for Puck.js </b> <br>
Program a Puck.js beacon to transmit sensor data.
</p>
<a href="program-a-puckjs-with-puckyactive.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<h3>
Sub-GHz Active RFID <br>
<small> reelyActive's proprietary system </small>
</h3>
<p> Sub-GHz Active RFID is similar to BLE but operates at a lower radio frequency with better propagation characteristics and offers the benefit of <i>security by obscurity</i>. BLE being far more cost-effective, proprietary active RFID is typically employed only where these factors are critical. </p>
<table class="table table-bordered table-reelyactive">
<caption> REELYACTIVE SUB-GHZ ACTIVE RFID TAGS </caption>
<tbody>
<tr>
<td> 915MHz Active RFID Tag (Americas) </td>
<td>
<a href="https://shop.reelyactive.com/products/ra-t411"
class="btn btn-xs btn-default"
target="_blank" > View in online store </a>
</td>
</tr>
<tr>
<td> 868MHz Active RFID Tag (Europe) </td>
<td> Special order only </td>
</tr>
</tbody>
</table>
<h3>
RAIN RFID <br>
<small> The global standard for long-range passive RFID </small>
</h3>
<p> RAIN RFID devices are shipping on at least an order of magnitude more than BLE, and are typically used for item-level tracking. We have demonstrated the compatibility of UHF passive RFID with our technology platform and are currently integrating the protocol into our software and libraries. </p>
<hr>
</div>
<p> </p>
<!----- Reels --------------------------------------------------->
<h2 id="reels">
Reels <br>
<small> Our industrial-grade transceiver infrastructure </small>
</h2>
<img src="images/overview-reel.png"
class="img-responsive center-block"> <br>
<blockquote> At reelyActive, we developed the reel architecture to reliably and cost-effectively extend infrastructure coverage over wide areas. This plug-and-play daisy-chain configuration is as simple as it is versatile. </blockquote>
<p class="text-center" ng-hide="hideReel">
<button type="button" class="btn btn-default"
ng-click="hideReel = !hideReel">Show me more</button>
</p>
<div uib-collapse="!hideReel">
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Reel Deployment </b> <br>
How do I deploy reels in my physical space?
</p>
<a href="reel-deployment.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Reel Overview </b> <br>
Understand and interface with our reel architecture.
</p>
<a href="reel-overview.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-reelyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Towards a Simple, Versatile, Distributed Low-Power Wireless M2M Infrastructure </b> <br>
The science behind the reel and low-power wireless infrastructure.
</p>
<a href="http://www.reelyactive.com/science/" target="_blank"
class="btn btn-xs btn-default"> View scientific publication </a>
</div>
</div>
<table class="table table-bordered table-reelyactive">
<caption> REELYACTIVE REELCEIVERS </caption>
<tbody>
<tr>
<td> Bluetooth Low Energy Reelceiver </td>
<td>
<a href="https://shop.reelyactive.com/products/ra-r436"
class="btn btn-xs btn-default"
target="_blank" > View in online store </a>
</td>
</tr>
<tr>
<td> 915MHz Active RFID Reelceiver (Americas) </td>
<td>
<a href="https://shop.reelyactive.com/products/ra-r432"
class="btn btn-xs btn-default"
target="_blank" > View in online store </a>
</td>
</tr>
<tr>
<td> 868MHz Active RFID Reelceiver (Europe) </td>
<td> Special order only </td>
</tr>
</tbody>
</table>
<hr>
</div>
<p> </p>
<!----- Gateways and Infrastructure ----------------------------->
<h2 id="gateways">
Gateways and Infrastructure <br>
<small> Third-party receiver/transceiver infrastructure (BYOI) </small>
</h2>
<img src="images/overview-gateways.png"
class="img-responsive center-block"> <br>
<blockquote> Our platform is unique in supporting BYOI (bring-your-own-infrastructure). Third-party gateways and smart lighting infrastructure can interface with our software. </blockquote>
<p class="text-center" ng-hide="hideGateways">
<button type="button" class="btn btn-default"
ng-click="hideGateways = !hideGateways">Show me more</button>
</p>
<div uib-collapse="!hideGateways">
<table class="table table-bordered table-reelyactive">
<caption> REELYACTIVE GATEWAYS </caption>
<tbody>
<tr>
<td> Owl-in-One (BLE) </td>
<td>
<a href="https://shop.reelyactive.com/products/owl-in-one-ble"
class="btn btn-xs btn-default"
target="_blank"> View in online store </a>
<a href="configure-an-owl-in-one.html"
class="btn btn-xs btn-default"
target="_blank"> Configure </a>
</td>
</tr>
</tbody>
</table>
<h3>
Connectivity for Reels <br>
<small> Connect a reel to our software </small>
</h3>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Install a Starter Kit </b> <br>
How install any of reelyActive's starter kits.
</p>
<a href="install-a-starter-kit.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Build your own Hub </b> <br>
How build your own USB or IP hub to connect our reels with our software.
</p>
<a href="build-your-own-hub.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<h3>
Embedded Computers <br>
<small> Common embedded platforms can be configured as gateways </small>
</h3>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Make a Raspberry Pi Hub </b> <br>
How to configure the ubiquitous Raspberry Pi as a BLE scanner and gateway.
</p>
<a href="make-a-pi-hub.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<h3>
COTS Gateways <br>
<small> Commercial-off-the-shelf third-party gateways </small>
</h3>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Configure a BlueCats Edge Relay </b> <br>
How to configure the Edge Relay to stream data to a server running our software.
</p>
<a href="configure-a-bluecats-edgerelay.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<hr>
</div>
<p> </p>
<!----- Software ------------------------------------------------>
<h2 id="software">
Software <br>
<small> Real-time translator of the real-world to the web </small>
</h2>
<h3>
Pareto SaaS <br>
<small> The convenience of a hosted Software-as-a-Service </small>
</h3>
<img src="images/pareto-by-reelyactive.jpg"
class="img-responsive center-block"><br>
<blockquote> Our Pareto platform processes the data firehose from all deployments, and distributes the real-time contextual information as you define. Pareto lets you focus on solutions rather than software development. </blockquote>
<p class="text-center" ng-hide="hidePareto">
<button type="button" class="btn btn-default"
ng-click="hidePareto = !hidePareto">Show me more</button>
</p>
<div uib-collapse="!hidePareto">
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-pareto-docs-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Pareto Docs </b> <br>
Documentation of the Pareto platform by reelyActive.
</p>
<a href="https://reelyactive.github.io/pareto-docs/"
target="_blank"
class="btn btn-xs btn-default"> Read docs </a>
<a href="https://reelyactive.github.io/pareto-docs/start/"
target="_blank"
class="btn btn-xs btn-default"> Start! </a>
<a href="https://reelyactive.github.io/pareto-docs/api/"
target="_blank"
class="btn btn-xs btn-default"> APIs </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Event Overview </b> <br>
Detailed explanation of the JSON data output from Pareto.
</p>
<a href="event-overview.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Connect a Websocket Client to Pareto </b> <br>
How to tap into the real-time data stream both server-side and client-side.
</p>
<a href="pareto-socket-client.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<p class="text-center">
<a class="btn btn-primary" href="https://getpareto.com"
target="_blank" role="button"> Visit getpareto.com </a>
<a class="btn btn-default" href="https://pareto.reelyactive.com"
target="_blank" role="button"> Log in to your account </a>
</p>
</div>
<h3>
Open Source Software <br>
<small> The freedom to do-it-yourself and to contribute too </small>
</h3>
<img src="images/overview-opensource.png"
class="img-responsive center-block"> <br>
<blockquote> We maintain open libraries for an open Internet of Things. And our open source software provides the foundation to develop for specific needs, especially in offline and small-scale applications. </blockquote>
<p class="text-center" ng-hide="hideOpenSource">
<button type="button" class="btn btn-default"
ng-click="hideOpenSource = !hideOpenSource">Show me more</button>
</p>
<div uib-collapse="!hideOpenSource">
<h4> Open Librairies </h4>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-reelyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> advlib </b> <br>
Decode raw BLE and RFID packets.
</p>
<a href="https://github.com/reelyactive/advlib" target="_blank"
class="btn btn-xs btn-default"> Visit advlib GitHub </a>
<a href="https://reelyactive.github.io/advlib" target="_blank"
class="btn btn-xs btn-default"> Use advlib web app </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-reelyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Sniffypedia </b> <br>
Associate identifiers with products and manufacturers.
</p>
<a href="https://sniffypedia.org" target="_blank"
class="btn btn-xs btn-default"> Visit Sniffypedia </a>
</div>
</div>
<h4> Server-Side </h4>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Install an Offline Demo </b> <br>
Install our open source software suite on your local machine to demo even without Internet connectivity.
</p>
<a href="install-an-offline-demo.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Barnowl Baby Steps </b> <br>
Use our lowest-level software for real-time applications.
</p>
<a href="barnowl-baby-steps.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<h4> Client-Side </h4>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Build Web Apps with beaver.js </b> <br>
How to build some pretty 'dam' useful web apps with beaver.js and a real-time 'stream' of data.
</p>
<a href="build-web-apps-with-beaver.html"
class="btn btn-xs btn-default"> Read tutorial </a>
<a href="https://reelyactive.github.io/beaver/"
target="_blank"
class="btn btn-xs btn-default"> See example </a>
</div>
</div>
<h4> General </h4>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> List of all reelyActive OSS </b> <br>
Exhaustive list of the open source software we and our partners have developed.
</p>
<a href="open-source-software.html"
class="btn btn-xs btn-default"> See list </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Mascot Stories </b> <br>
Our software packages have mascots. Those mascots have stories.
</p>
<a href="mascot-stories.html"
class="btn btn-xs btn-default"> Read stories </a>
</div>
</div>
<hr>
</div>
<p> </p>
<!----- Platform Integrations and Applications ------------------>
<h2 id="applications">
Platform Integrations and Applications <br>
<small> What to do with the real-time data stream </small>
</h2>
<img src="images/overview-applications.png"
class="img-responsive center-block"> <br>
<blockquote> Having translated the real world into the language of the web, our technology platform enables you to extend the power of the web <i>back</i> to the real world in which we live, experience and interact. </blockquote>
<p class="text-center" ng-hide="hideApplications">
<button type="button" class="btn btn-default"
ng-click="hideApplications = !hideApplications">Show me more</button>
</p>
<div uib-collapse="!hideApplications">
<h3>
Web Applications & Visualisations <br>
<small> Observe real-time occupancy and behaviour data on ambient displays </small>
</h3>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-pareto-docs-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Pareto Embedded Apps </b> <br>
Live directory, Sonar and raindrops web applications and more.
</p>
<a href="https://reelyactive.github.io/pareto-docs/embeddedapps/"
target="_blank"
class="btn btn-xs btn-default"> Read docs </a>
<a href="https://reelyactive.github.io/pareto-apps/"
target="_blank"
class="btn btn-xs btn-default"> See examples </a>
</div>
</div>
<h3>
Analytics Platforms <br>
<small> Collect and make sense of historical data </small>
</h3>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-pareto-docs-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Google Analytics Integration </b> <br>
How to forward the real-time data stream from Pareto to Google Analytics for <i>physical</i> behaviour analysis.
</p>
<a href="https://reelyactive.github.io/pareto-docs/integrations/googleanalytics/" target="_blank"
class="btn btn-xs btn-default"> Read docs </a>
<a href="https://reelyactive.github.io/pareto-docs/integrations/googleanalytics/basics/" target="_blank"
class="btn btn-xs btn-default"> GA Basics </a>
</div>
</div>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Forward Sensor Data to Initial State </b> <br>
How to forward sensor beacon data to Initial State for timeseries analysis.
</p>
<a href="forward-sensor-data-to-initial-state.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<h3>
Artistic and Creative <br>
<small> Generate audio-visual experiences from ambient packet traffic </small>
</h3>
<div class="well well-sm row">
<div class="col-xs-3 col-md-2 col-lg-1">
<img src="images/overview-diyactive-logo.png"
class="img-responsive img-rounded center-block">
</div>
<div class="col-xs-9 col-md-10 col-lg-11">
<p>
<b> Experience Generative Art </b> <br>
Use real-time wireless packet traffic to generate audio-visual art.
</p>
<a href="experience-generative-art.html"
class="btn btn-xs btn-default"> Read tutorial </a>
</div>
</div>
<hr>
</div>
<p> </p>
<hr>
<h2> What's next? </h2>
<p> Visit www.reelyactive.com for a non-technical overview, visit getpareto.com to start a trial of our SaaS, or return to the diyActive home page for technical tutorials. </p>
<p class="text-center">
<a class="btn btn-default" href="https://www.reelyactive.com"
role="button"> www.reelyactive.com </a>
<a class="btn btn-default" href="https://getpareto.com"
role="button"> Get Pareto </a>
<a class="btn btn-success" href="/"
role="button"> Return to diyActive </a>
</p>
</div>
</div>
</div>
<footer class="footer">
<a href="/"
uib-tooltip="Do-it-yourself with reelyActive"
tooltip-placement="left"> diyActive </a> |
<a href="https://www.reelyactive.com"
uib-tooltip="We believe in an open Internet of Things"
tooltip-placement="right">
© reelyActive 2017-2018
</a>
</footer>
</div>
</body>
</html>