-
Notifications
You must be signed in to change notification settings - Fork 304
/
index.html
509 lines (468 loc) · 22.6 KB
/
index.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
---
title: ThingsBoard — Open-source IoT (Internet of Things) Platform
customTitle: "true"
description: ThingsBoard is an open-source IoT ❰Internet of Things❱ platform for device management ᐉ data collection ᐉ processing and visualization for your IoT projects
---
<!Doctype html>
<html id="home" lang="en">
{% include head-header.html productTag="ce" %}
<!-- HERO -->
<main>
<section id="hero" class="light-text">
<div class="video-cover"></div>
<div class="achievement">
<a href="/blog/top-supplier-retail-2024-2/">
<img class="achieve" src="/images/feature-logo/top-supplier-retail-2024.webp" alt="Top supplier retail 2024" width="110" height="160">
</a>
</div>
<div id="hero-content">
<span class="header-animation tb-title">ThingsBoard</span>
<span class="header-animation tb-title">Open-source IoT Platform</span>
<h4 class="header-animation tb-sub-title">Device management, data collection, processing and visualization for your IoT solution</h4>
<div class="header-animation">
<a href="#intro" class="button learn-tb">Learn More</a>
</div>
<div class="tb-arrow">
<a href="#intro" aria-label="Link to main heading"><i class="fa fa-chevron-down fa-2x"></i></a>
</div>
</div>
</section>
<section id="overflow">
{% include customers-logo-section.liquid collectionMap = 'customers-logo' productTag="ce" %}
<section id="intro">
<div class="main-div">
<h1><a href="docs/getting-started-guides/what-is-thingsboard/">ThingsBoard</a> is an open-source IoT platform for data collection, processing, visualization, and device management</h1>
<h2 class="second in-the-past-h1">It enables device connectivity via industry standard IoT protocols - MQTT, CoAP and HTTP and supports both cloud and on-premises deployments. ThingsBoard combines scalability, fault-tolerance and performance so you will never lose your data.</h2>
</div>
</section>
<section id="manage">
<div class="main-div">
<div id="features-top">
<div class="background">
<div class="main1"></div><div class="small1"></div><div class="small2"></div><div class="small3"></div><div class="small4"></div>
</div>
<div class="block">
<div class="feature-des"><span class="phrase-heading">Provision and manage devices and assets</span>
<p>Provision, monitor and control your IoT entities in secure way using rich server-side APIs. Define relations between your devices, assets, customers or any other entities.</p>
<a class="read-more-button" href="/docs/user-guide/entities-and-relations/">Read more about entities and relations
<i class="fas fa-chevron-right arrow first"></i>
<i class="fas fa-chevron-right arrow second"></i>
<i class="fas fa-chevron-right arrow third"></i>
</a>
</div>
<div class="manage">
<img class="device-list" src="/images/device-list.svg" alt="Device list with checkboxes" width="626" height="335" loading="lazy">
<img class="device-manage" src="/images/device-manage.svg" alt="Device managing panel" width="543" height="509" loading="lazy">
</div>
</div>
<div class="block vis">
<div class="visualize">
<img class="vis1" src="/images/visualize1.svg" alt="Linear chart" width="668" height="263" loading="lazy">
<img class="vis2" src="/images/visualize2.svg" alt="Common chart with points" width="457" height="263" loading="lazy">
<img class="vis3" src="/images/visualize3.svg" alt="Digital level chart" width="197" height="263" loading="lazy">
</div>
<div class="feature-des"><span class="phrase-heading">Collect and visualize data</span>
<p>Collect and store telemetry data in scalable and fault-tolerant way. Visualize your data with built-in or custom widgets and flexible dashboards. Share dashboards with your customers.</p>
<a class="read-more-button" href="docs/user-guide/dashboards/">Read more about visualization
<i class="fas fa-chevron-right arrow first"></i>
<i class="fas fa-chevron-right arrow second"></i>
<i class="fas fa-chevron-right arrow third"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="scada">
<div class="main-div">
<div id="features-top-1">
<div class="background">
<div class="main2"></div>
</div>
<div class="block scada">
<div class="feature-des"><span class="phrase-heading">SCADA</span>
<p>Monitor and control your industrial processes in real time with SCADA. Use SCADA symbols on dashboards to create and manage any workflow, offering full flexibility to design and oversee operations according to your requirements.</p>
<a class="read-more-button" href="/docs/user-guide/scada/">Read more about SCADA
<i class="fas fa-chevron-right arrow first"></i>
<i class="fas fa-chevron-right arrow second"></i>
<i class="fas fa-chevron-right arrow third"></i>
</a>
</div>
<div class="scada-svg">
<img class="scada-back-scheme" src="/images/scada-background.svg" alt="SCADA background block schema" width="992" height="650" loading="lazy">
<div class="scada-fade"></div>
<div class="scada-background"></div>
<img class="scada-front-scheme" src="/images/scada.svg" alt="SCADA block schema" width="992" height="650" loading="lazy">
</div>
</div>
</div>
</div>
</section>
<section id="react">
<div class="main-div">
<div id="features-top-2">
<div class="background">
<div class="main3"></div><img src="/images/grid.svg" alt="Grid background" loading="lazy"><div class="small5"></div><div class="small6"></div>
</div>
<div class="block dark">
<div class="process">
<img class="react" src="/images/react.svg" alt="Rule nodes chain" width="1031" height="230" loading="lazy">
<img class="add-rule" src="/images/add-rule.svg" alt="Add rule node example" width="626" height="482" loading="lazy">
</div>
<div class="feature-des"><span class="phrase-heading">Process and React</span>
<p>Define data processing rule chains. Transform and normalize your device data. Raise alarms on incoming telemetry events, attribute updates, device inactivity and user actions.</p>
<a class="read-more-button" href="/docs/user-guide/rule-engine-2-0/re-getting-started/">Read more about rule engine
<i class="fas fa-chevron-right arrow first"></i>
<i class="fas fa-chevron-right arrow second"></i>
<i class="fas fa-chevron-right arrow third"></i>
</a>
</div>
</div>
<div class="block micro">
<div class="feature-des microservices"><h2>Microservices</h2>
<p>Construct your ThingsBoard cluster and get maximum scalability and fault-tolerance with microservices architecture. ThingsBoard also supports both cloud and on-premises deployments.</p>
<a class="read-more-button" href="/docs/reference/msa/">Read more about microservices
<i class="fas fa-chevron-right arrow first"></i>
<i class="fas fa-chevron-right arrow second"></i>
<i class="fas fa-chevron-right arrow third"></i>
</a>
</div>
<img src="/images/microservices.svg" alt="Microservices block schema" width="569" height="327" loading="lazy">
</div>
</div>
</div>
</section>
<section id="products">
<div class="main-div">
<div class="background">
<div class="products"></div><div class="small7"></div><div class="small8"></div>
</div>
<h3 class="product-title">Products</h3>
<div class="product-list">
<div>
<p>ThingsBoard</p>
<h2>Community Edition</h2>
<h3>Bring your ideas to life</h3>
<img src="/images/community.svg" alt="Community edition block" width="228" height="134" loading="lazy">
<a href="/docs/">See Community Edition documentation</a>
</div>
<div class="main">
<p>ThingsBoard</p>
<h2>Cloud</h2>
<h3>Keep everything in a secure cloud</h3>
<img src="/images/cloud.svg" alt="Cloud edition block" width="280" height="164" loading="lazy">
<a href="/products/paas/">See Cloud documentation</a>
</div>
<div>
<p>ThingsBoard</p>
<h2>Professional Edition</h2>
<h3>Get all the functions of ThingsBoard</h3>
<img src="/images/professional.svg" alt="Professional edition block" width="228" height="140" loading="lazy">
<a href="/products/thingsboard-pe/">See Professional Edition documentation</a>
</div>
</div>
</div>
</section>
<section id="product-ecosystem">
<div class="main-div">
<div class="background">
<div class="product-ecosystem"></div>
</div>
<h3 class="product-ecosystem-title">Product ecosystem</h3>
<div class="product-ecosystem-list">
<div>
<h2>Edge</h2>
<h3>Edge computing</h3>
<img src="/images/thingsboard-e-icon.svg" alt="Thingsboard Edge" width="100" height="100" loading="lazy">
<a href="/products/thingsboard-edge/">Read more</a>
</div>
<div>
<h2>IoT Gateway</h2>
<h3>Connect legacy protocols</h3>
<img src="/images/gateway-icon.svg" alt="IoT Gateway" width="100" height="100" loading="lazy">
<a href="/docs/iot-gateway/what-is-iot-gateway/">Read more</a>
</div>
<div>
<h2>MQTT Broker</h2>
<h3>Connect MQTT clients</h3>
<img src="/images/tbmq-icon.svg" alt="MQTT Broker" width="100" height="100" loading="lazy">
<a href="/products/mqtt-broker/">Read more</a>
</div>
<div>
<h2>Trendz Analytics</h2>
<h3>Data analytics and Prediction</h3>
<img src="/images/trendz-icon.svg" alt="Trendz Analytics" width="100" height="100" loading="lazy">
<a href="/products/trendz/">Read more</a>
</div>
<div>
<h2>Mobile Application</h2>
<h3>IoT mobile product</h3>
<img src="/images/tb-mobile-icon.svg" alt="Mobile Application" width="100" height="100" loading="lazy">
<a href="/products/mobile/">Read more</a>
</div>
<div>
<h2>PE Mobile Application</h2>
<h3>Advanced IoT mobile product</h3>
<img src="/images/tb-pe-mobile-icon.svg" alt="PE Mobile Application" width="100" height="100" loading="lazy">
<a href="/products/mobile-pe/">Read more</a>
</div>
</div>
</div>
</section>
<section id="dashboard_description">
<div class="main-div">
<div class="background">
<div class="dashboards"></div><div class="small9"></div><div class="small10"></div>
</div>
<h3>Real-Time IoT Dashboards</h3>
<p>ThingsBoard allows you to create rich IoT Dashboards for data visualization and remote device control in real-time. More than 30 customizable widgets allows you to build end-user custom dashboards for most IoT use-cases.</p>
{% include carousel.liquid collectionMap = 'home-page-carousel' nonActiveItemsVisibility = false overlay = true %}
</div>
<div class="row justify-content-center">
<a href="products/">View all products</a>
</div>
</section>
<section id="rule-engine">
<div class="main-div">
<div class="rule hidden" data-loading="false">
<a class="rule-button img-button" href="/docs/user-guide/rule-engine-2-0/re-getting-started/"><div class="overlay"><div class="eye"><i class="far fa-eye"></i>See more about IoT Rule Engine</div></div><img src="/images/demo/send-email-rule-chain.gif" alt="Send email rule chain creation" width="890" height="375" loading="lazy"></a>
<div class="des"><h3>IoT Rule Engine</h3>
<p>ThingsBoard allows you to create complex <a href="/docs/user-guide/rule-engine-2-0/re-getting-started/">Rule Chains</a> to process data from your devices and match your application specific use cases.</p>
<a class="read-more-button" href="/docs/user-guide/rule-engine-2-0/re-getting-started/">Read more about rule engine
<i class="fas fa-chevron-right arrow first"></i>
<i class="fas fa-chevron-right arrow second"></i>
<i class="fas fa-chevron-right arrow third"></i>
</a>
</div>
</div>
</div>
</section>
<section id="bottom-features">
<div class="main-div">
<div class="background">
<div class="bottom-features1"></div><div class="bottom-features2"></div><div class="small11"></div><div class="small12"></div><div class="bottom-features3"></div><div class="small13"></div><div class="small14"></div><div class="small15"></div>
</div>
<h3>ThingsBoard Features</h3>
<div id="cards" class="row">
<div class="col-lg-6">
<div class="block">
<img src="/images/telemetry-icon.svg" alt="Telemetry data collection" loading="lazy">
<div>
<a class="title" href="/docs/user-guide/telemetry/">Telemetry Data Collection</a>
<p>Collect and store telemetry data in reliable way, surviving network and hardware failures. Access collected data using customizable web dashboards or server-side APIs.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/tenancy-icon.svg" alt="Multi tenancy available" loading="lazy">
<div>
<a class="title" href="/docs/user-guide/ui/tenants/">Multi-tenancy</a>
<p>Support multi-tenant installations out-of-the-box. Single tenant may have multiple tenant administrators and millions of devices and customers.
</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/visualization-icon.svg" alt="Data visualization providing" loading="lazy">
<div>
<a class="title" href="/docs/user-guide/visualization/">Data Visualization</a>
<p>Provides 30+ configurable widgets out-of-the-box and ability to create your own widgets using built-in editor. Built-in line-charts, digital and analog gauges, maps and much more.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/scalability-icon.svg" alt="Scalability available" loading="lazy">
<div>
<a class="title" href="/docs/reference/#thingsboard-services">Horizontal scalability</a>
<p>Amount of supported server-side requests and devices increase linearly as new thingsboard servers are added in clustering mode. No downtime, server restarts or application errors.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/engine-icon.svg" alt="IoT rule engine" loading="lazy">
<div>
<a class="title" href="/docs/user-guide/rule-engine-2-0/re-getting-started/">IoT Rule Engine</a>
<p>Process incoming device data with flexible rule chains based on entity attributes or message content. Forward data to external systems or trigger alarms using custom logic. Configure complex notification chains on alarms. Enrich server-side functionality or manipulate your devices with highly customizable rules. Define your application logic with drag-n-drop rule chain designer.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/tolerance-icon.svg" alt="Fault tolerance" loading="lazy">
<div>
<a class="title" href="/docs/reference/#thingsboard-services">Fault-tolerance</a>
<p>All thingsboard servers are identical. No master-workers or hot standby. Node failure is automatically detected. Failed nodes can be replaced without downtime. Persisted data is replicated using reliable NoSQL database.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/device-icon.svg" alt="Device management" loading="lazy">
<div>
<a class="title" href="/docs/user-guide/ui/devices/">Device Management</a>
<p>Provides ability to register and manage devices. Allows to monitor client-side and provision server-side <a href="/docs/user-guide/attributes/">device attributes</a>. Provides API for server-side applications to send <a href="/docs/user-guide/rpc/">RPC commands</a> to devices and vice-versa.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/security-icon.svg" alt="Security propagate" loading="lazy">
<div>
<a class="title" href="/docs/user-guide/device-credentials/">Security</a>
<p>Supports transport encryption for both MQTT and HTTP(s) protocols. Supports device authentication and device credentials management.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/asset-icon.svg" alt="Asset management ability" loading="lazy">
<div>
<a class="title" href="/docs/user-guide/ui/assets/">Asset Management</a>
<p>Provides ability to register and manage assets. Allows to provision server-side <a href="/docs/user-guide/attributes/">asset attributes</a> and monitor related <a href="/docs/user-guide/alarms/">alarms</a>. Ability to build hierarchy of entities using <a href="/docs/user-guide/entities-and-relations/">relations</a>.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/integration-icon.svg" alt="Customization and integration" loading="lazy">
<div>
<a class="title" href="/docs/user-guide/contribution/how-to-contribute/">Customization and Integration</a>
<p>Extend default platform functionality using customizable <a href="/docs/user-guide/rule-engine-2-0/re-getting-started/">rule chains</a>, <a href="/docs/user-guide/ui/widget-library/">widgets</a> and <a href="/docs/reference/protocols/">transport implementations</a>. In addition to MQTT, CoAP and HTTP support, ThingsBoard users can use their own transport implementations or customize behaviour of existing protocols.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/alarms-icon.svg" alt="Alarms management" loading="lazy">
<div>
<a class="title" href="/docs/user-guide/alarms/">Alarms Management</a>
<p>Provides ability to create and manage <a href="/docs/user-guide/alarms/">alarms</a> related to your entities: devices, assets, customers, etc. Allows real-time alarms monitoring and alarms propagation to related entities hierarchy. Raise alarms on device disconnect or inactivity events.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/opensource-icon.svg" alt="100% Open-source platform" loading="lazy">
<div>
<a class="title" href="https://github.com/thingsboard/thingsboard">100% Open-source</a>
<p>ThingsBoard is licensed under Apache License 2.0, so you can use any it in your commercial products for free. You can even host it as a SaaS or PaaS solution.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/microservices-icon.svg" alt="Microservices or monolithic" loading="lazy">
<div>
<a class="title" href="/docs/reference/#monolithic-vs-microservices-architecture">Microservices or Monolithic</a>
<p>Supports <a href="/docs/reference/monolithic/">monolithic</a> deployment for getting started or small environments. Provides ability to upgrade to <a href="/docs/reference/msa/">microservices</a> for high availability and horizontal scalability.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="block"><img src="/images/database-icon.svg" alt="SQL, NoSQL and Hybrid database approach" loading="lazy">
<div>
<a class="title" href="/docs/reference/#sql-vs-nosql-vs-hybrid-database-approach">SQL, NoSQL and Hybrid database</a>
<p>Supports various database options and ability to choose where to store main entities and where to store telemetry data</p>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
</main>
{% include footer.html %}
<style>
.cse .gsc-control-cse, .gsc-control-cse {
padding: 0;
}
#rule-engine .rule.hidden {
display: none
}
</style>
<script>
var isMobile = window.innerWidth < 768 || /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
var videoSection = document.querySelector('#hero.light-text');
if (isMobile) {
videoSection.setAttribute('style', 'background: center no-repeat url(https://img.thingsboard.io/tb-cover.webp)');
} else {
videoSection.setAttribute('data-vide-bg', `mp4: https://video.thingsboard.io/tb-cover2.mp4,
webm: https://video.thingsboard.io/tb-cover2.webm,
ogv: https://video.thingsboard.io/tb-cover2.ogv,
poster: https://img.thingsboard.io/tb-cover.webp`);
videoSection.setAttribute('data-vide-options', 'bgColor: #000000, loop: true, muted: true, posterType: webp');
}
</script>
<script>
jqueryDefer(function () {
vis(function() {
if (vis()) {
slideUp();
}
});
$('#hero-content > .tb-arrow > a, #hero-content a.learn-tb').click(function(event) {
event.preventDefault();
var target = $('#intro');
$('html, body').animate({
scrollTop: target.offset().top - 60 //header height
}, 1000, "easeOutCirc");
});
});
inViewportDefer(function() {
$("#hero-content").inViewport(function(px){
if($(this).height()-px >= 60) {
$(this).addClass("arrow-hidden");
} else {
$(this).removeClass("arrow-hidden");
}
});
$("#intro .image-wrapper, #intro .content").inViewport(function(px){
if(px >= 80) {
$(this).addClass("animated zoomIn");
return true;
}
});
$("#main-features main:nth-child(odd) .image-wrapper, #main-features main:nth-child(even) .content").inViewport(function(px){
if(px >= 80) {
$(this).addClass("animated bounceInRight");
return true;
}
});
$("#main-features main:nth-child(even) .image-wrapper, #main-features main:nth-child(odd) .content").inViewport(function(px){
if(px >= 80) {
$(this).addClass("animated bounceInLeft");
return true;
}
});
$("#rule_engine main").inViewport(function(px){
if(px >= 100) {
$(this).addClass("animated zoomIn");
return true;
}
});
$("#tb-customers .customers-container .customer-block").inViewport(function(px){
if(px >= 80) {
$(this).addClass("animated zoomIn");
return true;
}
});
$("#features .features-title").inViewport(function(px){
if(px >= 150) {
$(this).addClass("animated zoomIn");
return true;
}
});
$("#features .feature-box div").inViewport(function(px){
if(px >= 150) {
$(this).addClass("animated fadeInUp");
return true;
}
});
});
function slideUp() {
var headAnimations = $('#hero-content').find('.header-animation');
for (var i=0;i<headAnimations.length;i++) {
reinsert($(headAnimations[i]));
}
}
function reinsert(el) {
var newone = el.clone(true);
el.before(newone);
el.remove();
}
</script>
{% include cookie-consent.html %}
</body>
</html>