-
Notifications
You must be signed in to change notification settings - Fork 3
/
index-2018.html
518 lines (510 loc) · 26 KB
/
index-2018.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
<!DOCTYPE HTML>
<html>
<head>
<title>reelyActive Developers | diyActive</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="msvalidate.01" content="290718595E7C106146EE4DF28E941869" />
<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/landing.js"></script>
<!-- Metadata, the non-Schema/JSON-LD way. Inefficiencies. Yuck! -->
<meta name="description" content="Develop with the reelyActive open source and enterprise technology stacks. Access documentation, sample code and interactive examples.">
<meta itemprop="name" content="reelyActive Developers | diyActive">
<meta itemprop="description" content="Develop with the reelyActive open source and enterprise technology stacks. Access documentation, sample code and interactive examples.">
<meta itemprop="image" content="images/diyActive.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@reelyActive">
<meta name="twitter:title" content="reelyActive Developers | diyActive">
<meta name="twitter:description" content="Develop with the reelyActive open source and enterprise technology stacks. Access documentation, sample code and interactive examples.">
<meta name="twitter:creator" content="@reelyActive">
<meta name="twitter:image:src" content="images/diyActive.png">
<meta property="og:title" content="reelyActive Developers | diyActive" />
<meta property="og:url" content="https://reelyactive.github.io" />
<meta property="og:image" content="images/diyActive.png" />
<meta property="og:description" content="Develop with the reelyActive open source and enterprise technology stacks. Access documentation, sample code and interactive examples." />
<meta property="og:site_name" content="reelyActive Developers | diyActive" />
<!-- Metadata, the Schema/JSON-LD way. Yay! -->
<script type="application/ld+json">
{
"@context": {
"schema": "http://schema.org/"
},
"@graph": [
{
"@id": "diyactive",
"@type": "schema:WebPage",
"schema:name": "reelyActive Developers",
"schema:url": "https://reelyactive.github.io/",
"schema:creator": "https://www.reelyactive.com",
"schema:description": "Develop with the reelyActive open source and enterprise technology stacks. Access documentation, sample code and interactive examples.",
"schema:image": "https://reelyactive.github.io/images/diyActive.png"
}
]
}
</script>
</head>
<body ng-app="landing">
<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">
<!----- Title ------------------------------------------------------->
<div class="row">
<div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
<div class="col-xs-10 col-sm-8 col-md-6 col-lg-4">
<img src="images/diyActive.png"
class="img-responsive center-block"
uib-tooltip="Do-it-yourself with reelyActive"
tooltip-placement="bottom">
<h2 class="text-center"> reelyActive for Developers </h2>
<hr>
<p> Develop with the reelyActive open source and enterprise technology stacks. Access documentation, sample code and interactive examples grouped by topic below. </p>
<hr>
</div>
<div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
</div>
<!----- System overview --------------------------------------------->
<div class="tight-gutter row">
<!----- Devices ----->
<div class="col-sm-0 col-md-1"></div>
<div class="col-sm-12 col-md-2 collapse"
uib-collapse="isElementCollapsed[0]">
<h3 class="element-bg-header"
style="background: #043851"> Devices </h3>
<img src="images/system-devices.gif"
class="img-responsive center-block">
<div class="text-center vertical-pad">
<button ng-click="selectElement(0)" class="btn"
ng-class="isElementFocus ? 'btn-warning' : 'btn-info'">
{{ isElementFocus ? 'Back to overview' : 'More details' }}
</button>
</div>
</div>
<div class="col-sm-12 col-md-8 collapse"
uib-collapse="!isElementFocus || isElementCollapsed[0]">
<h3 class="element-header"> Low-power wireless transmitters </h3>
<div class="well well-sm">
<h4> Tutorials </h4>
<ul>
<li> <a href="integrate-your-product.html"> Integrate your Product </a>
<li> <a href="integrate-your-mobile-app.html"> Integrate your Mobile Application </a>
<li> <a href="program-a-puckjs-with-puckyactive.html"> Program a Puck.js with puckyActive </a>
</ul>
<h4> Mobile Applications </h4>
<ul>
<li> <a href="https://www.reelyactive.com/reelyapp/" target="_blank"> reelyApp: </a> quickly and easily validate the concept of "advertising" oneself
<li> <a href="https://github.com/reelyactive/ble-android-sdk" target="_blank"> SDK for Android </a>
<li> <a href="https://github.com/reelyactive/ble-ios-sdk" target="_blank"> SDK for iOS </a>
</ul>
<h4> Shop </h4>
<ul>
<li> <a href="https://shop.reelyactive.com/products/ra-t411" target="_blank"> reelyActive 915MHz active RFID tags </a>
</ul>
<h4> Collaborations </h4>
<ul>
<li> <a href="http://diract.net" target="_blank"> DirAct™ proximity interaction relay beacon </a>
</ul>
<h4> Blog </h4>
<ul>
<li> <a href="https://reelyactive.com/blog/archives/1411" target="_blank"> $500 rectangle meet $5 rectangle </a>
<li> <a href="https://reelyactive.com/blog/archives/158" target="_blank"> Radio location demystified </a>
</div>
</div>
<!----- Reel ----->
<div class="col-sm-12 col-md-2 collapse"
uib-collapse="isElementCollapsed[1]">
<h3 class="element-bg-header"
style="background: #065a82"> Reel </h3>
<img src="images/system-reel.gif"
class="img-responsive center-block">
<div class="text-center vertical-pad">
<button ng-click="selectElement(1)" class="btn"
ng-class="isElementFocus ? 'btn-warning' : 'btn-info'">
{{ isElementFocus ? 'Back to overview' : 'More details' }}
</button>
</div>
</div>
<div class="col-sm-12 col-md-8 collapse"
uib-collapse="!isElementFocus || isElementCollapsed[1]">
<h3 class="element-header"> Daisy-chainable reelceivers </h3>
<div class="well well-sm">
<h4> Tutorials </h4>
<ul>
<li> <a href="reel-deployment.html"> Reel deployment overview </a>
<li> <a href="install-a-starter-kit.html"> Install a starter kit </a>
<li> <a href="reel-overview.html"> The reel architecture and protocol </a>
</ul>
<h4> Scientific publications </h4>
<ul>
<li> <a href="http://ieeexplore.ieee.org/document/6758528/" target="_blank"> Towards a simple, versatile, distributed low-power wireless M2M infrastructure </a>
</ul>
<h4> Shop </h4>
<ul>
<li> <a href="https://shop.reelyactive.com/products/ra-r436" target="_blank"> reelyActive BLE reelceivers </a>
<li> <a href="https://shop.reelyactive.com/products/ra-r432" target="_blank"> reelyActive 915MHz reelceivers </a>
</ul>
</div>
</div>
<!----- Gateway/Hub ----->
<div class="col-sm-12 col-md-2 collapse"
uib-collapse="isElementCollapsed[2]">
<h3 class="element-bg-header"
style="background: #0770a2"> Gateway/Hub </h3>
<img src="images/system-hubs.gif"
class="img-responsive center-block">
<div class="text-center vertical-pad">
<button ng-click="selectElement(2)" class="btn"
ng-class="isElementFocus ? 'btn-warning' : 'btn-info'">
{{ isElementFocus ? 'Back to overview' : 'More details' }}
</button>
</div>
</div>
<div class="col-sm-12 col-md-8 collapse"
uib-collapse="!isElementFocus || isElementCollapsed[2]">
<h3 class="element-header"> Bridges between the physical and digital worlds </h3>
<div class="well well-sm">
<h4> Tutorials </h4>
<ul>
<li> <a href="oio-deployment.html"> Owl-in-One deployment overview </a>
<li> <a href="install-a-starter-kit.html"> Install a starter kit </a>
<li> <a href="configure-an-owl-in-one.html"> Configure an Owl-in-One </a>
<li> <a href="build-your-own-hub.html"> Build your own hub </a>
<li> <a href="make-a-tessel-hub.html"> Make a Tessel hub </a>
<li> <a href="make-a-pi-hub.html"> Make a Raspberry Pi hub </a>
<li> <a href="make-a-chip-hub.html"> Make a C.H.I.P. hub </a>
<li> <a href="configure-a-bluecats-edgerelay.html"> Configure a BlueCats Edge Relay </a>
</ul>
<h4> Shop </h4>
<ul>
<li> <a href="https://shop.reelyactive.com/products/usb-hub" target="_blank"> reelyActive USB hub </a>
<li> <a href="https://shop.reelyactive.com/products/ethernet-hub" target="_blank"> Ethernet hub </a>
</ul>
<h4> Blog </h4>
<ul>
<li> <a href="https://reelyactive.com/blog/archives/1376" target="_blank"> Light hears ahead of its time </a>
</div>
</div>
<!----- Software ----->
<div class="col-sm-12 col-md-2 collapse"
uib-collapse="isElementCollapsed[3]">
<h3 class="element-bg-header"
style="background: #388cb4"> Software </h3>
<img src="images/system-software.gif"
class="img-responsive center-block">
<div class="text-center vertical-pad">
<button ng-click="selectElement(3)" class="btn"
ng-class="isElementFocus ? 'btn-warning' : 'btn-info'">
{{ isElementFocus ? 'Back to overview' : 'More details' }}
</button>
</div>
</div>
<div class="col-sm-12 col-md-8 collapse"
uib-collapse="!isElementFocus || isElementCollapsed[3]">
<h3 class="element-header"> Real-time identification, location and data propagation </h3>
<div class="well well-sm">
<h4> Tutorials </h4>
<ul>
<li> <a href="install-an-offline-demo.html"> Install an offline demo </a>
<li> <a href="event-overview.html"> Detailed description of the event data structure, core to the APIs </a>
<li> <a href="pareto-socket-client.html"> Connect a websocket client to Pareto </a>
<li> <a href="create-and-associate-stories.html"> Create and associate stories using json-silo and hlc-server </a>
<li> <a href="integrate-your-service.html"> Integrate your service </a>
<li> <a href="barnowl-baby-steps.html"> Barnowl baby steps </a>
</ul>
<h4> Online tools </h4>
<ul>
<li> <a href="https://reelyactive.github.io/advlib/" target="_blank"> advlib: </a> decode and interpret raw BLE and Active RFID packets
<li> <a href="https://sniffypedia.org"> Sniffypedia.org: </a> open, collaborative repository of "sniffable" things, represented as structured data.
</ul>
<h4> SaaS </h4>
<ul>
<li> <a href="https://getpareto.com" target="_blank"> Get Pareto by reelyActive </a>
</ul>
<h4> Scientific publications </h4>
<ul>
<li> <a href="https://www.reelyactive.com/science/reelyActive-IoT2015.pdf" target="_blank"> Low-Power Wireless Advertising Software Library for Distributed M2M and Contextual IoT </a>
</ul>
<h4> Directories and Style Guides </h4>
<ul>
<li> <a href="mascot-stories.html"> The reelyActive Software Mascots and their Stories </a>
<li> <a href="open-source-software.html"> Exhaustive list of reelyActive open source software </a>
<li> <a href="https://github.com/reelyactive/node-style-guide" target="_blank"> reelyActive's Node.js style guide </a>
<li> <a href="https://github.com/reelyactive/angular-style-guide" target="_blank"> reelyActive's AngularJS style guide </a>
</ul>
</div>
</div>
<!----- Applications ----->
<div class="col-sm-12 col-md-2 collapse"
uib-collapse="isElementCollapsed[4]">
<h3 class="element-bg-header"
style="background: #83b7d1"> Applications </h3>
<img src="images/system-applications.gif"
class="img-responsive center-block">
<div class="text-center vertical-pad">
<button ng-click="selectElement(4)" class="btn"
ng-class="isElementFocus ? 'btn-warning' : 'btn-info'">
{{ isElementFocus ? 'Back to overview' : 'More details' }}
</button>
</div>
</div>
<div class="col-sm-12 col-md-8 collapse"
uib-collapse="!isElementFocus || isElementCollapsed[4]">
<h3 class="element-header"> The power of real-time hyperlocal context </h3>
<div class="well well-sm">
<h4> Tutorials </h4>
<ul>
<li> <a href="build-web-apps-with-beaver.html"> Build web applications with beaver.js </a>
<li> <a href="forward-sensor-data-to-initial-state.html"> Forward BLE sensor data to Initial State </a>
<li> <a href="experience-generative-art.html"> Experience generative art </a> with a Raspberry Pi, Hue lights and MIDI instruments
<li> <a href="reelyhacktive.html"> reelyHacktive: </a> applications for hackathons
</ul>
<h4> Examples </h4>
<ul>
<li> <a href="https://reelyactive.github.io/pareto-apps/" target="_blank"> Pareto Apps: </a> web applications built on the Pareto API using beaver.js
<li> <a href="https://reelyactive.github.io/beaver/" target="_blank"> beaver.js: </a> build client-side web experiences from a real-time location event stream
<li> <a href="https://reelyactive.github.io/canned-bubbles/" target="_blank"> "Canned Bubbles": </a> visualise who/what is present at various venues
</ul>
<h4> Art </h4>
<ul>
<li> <a href="https://jeffyactive.github.io/presences-peripheriques/" target="_blank"> Présences Périphériques </a> art installation created using <a href="https://www.npmjs.com/package/generable" target="_blank"> GeneraBLE </a>
<li> Generative music from BLE packet traffic ( <a href="https://soundcloud.com/reelyactive" target="_blank"> Soundcloud </a> | <a href="https://www.youtube.com/watch?v=CUhbfyi2ab4&feature=youtu.be&list=PL11WqaPQMVvNMT66MVxi-XqIQld6zY3tx" target="_blank"> YouTube </a> ) created using <a href="https://www.npmjs.com/package/midiot" target="_blank"> midiot </a>
<li> Interactive museum experiences: <a href="https://youtu.be/2JIL8y61tu0" target="_blank"> MuseoMix 2014 </a> & <a href="https://youtu.be/81PBWpIHuzs" target="_blank"> MuseoMix 2015 </a>
</ul>
<h4> Blog </h4>
<ul>
<li> <a href="https://reelyactive.com/blog/archives/1066" target="_blank"> "Advertise" yourself with The Physical Web, and beyond... </a>
<li> <a href="https://reelyactive.com/blog/archives/1013" target="_blank"> Hearable Nearables </a>
<li> <a href="https://reelyactive.com/blog/archives/870" target="_blank"> Three years Beyond the Beacon: the Physical Web just got Personal </a>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-10 col-md-offset-1"> <hr> </div>
</div>
<!----- Goal and Technology ----->
<div class="row">
<div class="col-sm-0 col-md-1"></div>
<div class="col-sm-12 col-md-5">
<div class="well well-sm well-blue">
<b> <i>Our goal</i> is to make it easy for technology to understand the real-world in real-time on a human scale. </b>
</div>
</div>
<div class="col-sm-12 col-md-5">
<div class="well well-sm well-orange">
<b> <i>Our technology</i> combines open source, modular BLE RTLS with the foundational principles of the web. </b>
</div>
</div>
<div class="col-sm-0 col-md-1"></div>
</div>
<!----- Direct links ------------------------------------------------>
<div class="row">
<!----- Popular content ----->
<div class="col-sm-12 col-md-6 col-md-offset-1">
<h2> Popular content </h2>
<div class="well">
<table class="table table-striped table-hover">
<tbody>
<tr>
<th> Platform Overview </th>
<td>
<a href="platform-overview.html"
class="btn btn-success btn-xs"> Read guide </a>
</td>
<td> <i> New to our technology platform? Start here! </i> </td>
</tr>
<tr>
<th> Pareto Docs </th>
<td>
<a href="https://reelyactive.github.io/pareto-docs/"
target="_blank"
class="btn btn-success btn-xs"> Read docs </a>
</td>
<td> <i> Using our Pareto platform? Start here! </i> </td>
</tr>
<tr>
<th> Install a starter kit </th>
<td>
<a href="install-a-starter-kit.html"
class="btn btn-primary btn-xs"> Read tutorial </a>
</td>
<td> <i> Connect a kit with our open source code </i> </td>
</tr>
<tr>
<th> Make a Pi Hub </th>
<td>
<a href="make-a-pi-hub.html"
class="btn btn-primary btn-xs"> Read tutorial </a>
</td>
<td> <i> Create a BLE sniffer with our open source code </i> </td>
</tr>
<tr>
<th> Integrations </th>
<td>
<a href="integration.html"
class="btn btn-primary btn-xs"> See tutorials </a>
</td>
<td> <i> Integrate your product, service or mobile application </i> </td>
</tr>
<tr>
<th> Live dashboard </th>
<td>
<a href="https://reelyactive.github.io/dashboard-template-angular/"
class="btn btn-default btn-xs"
target="_blank"> Visit page </a>
</td>
<td> <i> See our standard dashboard with real, live data </i> </td>
</tr>
<tr>
<th> advlib </th>
<td>
<a href="https://reelyactive.github.io/advlib/"
class="btn btn-default btn-xs"
target="_blank"> Visit page </a>
</td>
<td> <i> Online tool to decode raw BLE and active RFID packets </i> </td>
</tr>
</tbody>
</table>
</div>
</div>
<!----- reelyActive ----->
<div class="col-sm-12 col-md-4">
<h2> reelyActive on the web </h2>
<div class="well">
<table class="table table-striped table-hover">
<tbody>
<tr>
<th> Home </th>
<td>
<a href="https://www.reelyactive.com"
target="_blank"> www.reelyactive.com </a>
</td>
</tr>
<tr>
<th> Platform (Start) </th>
<td>
<a href="https://getpareto.com"
target="_blank"> getpareto.com </a>
</td>
</tr>
<tr>
<th> Platform (Login) </th>
<td>
<a href="https://pareto.reelyactive.com"
target="_blank"> pareto.reelyactive.com </a>
</td>
</tr>
<tr>
<th> Shop </th>
<td>
<a href="https://shop.reelyactive.com"
target="_blank"> shop.reelyactive.com </a>
</td>
</tr>
<tr>
<th> Blog </th>
<td>
<a href="https://reelyactive.com/blog"
target="_blank"> reelyactive.com/blog </a>
</td>
</tr>
<tr>
<th> GitHub </th>
<td>
<a href="https://github.com/reelyactive"
target="_blank"> github.com/reelyactive </a>
</td>
</tr>
<tr>
<th> npmjs </th>
<td>
<a href="https://www.npmjs.com/~reelyactive"
target="_blank"> www.npmjs.com/~reelyactive </a>
</td>
</tr>
</tbody>
</table>
<p class="text-right"> Social media:
<a href="https://www.reelyactive.com/contact/"
target="_blank"> @reelyActive </a>
</p>
</div>
</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 2014-2018
</a>
</footer>
</div>
</body>
</html>