-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
569 lines (275 loc) · 17.2 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Connect, Command & Control IoT devices :: Eclipse Hono™</title>
<meta name="author" content="The Eclipse Hono Project" />
<meta name="description" content="Eclipse Hono provides means for connecting millions of IoT devices using arbitrary protocols and interacting with
them via uniform APIs.">
<meta name="generator" content="Hugo 0.102.3" />
<link href='//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.11.2/css/all.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="/hono/css/animate.css" rel="stylesheet">
<link href="/hono/css/style.default.css" rel="stylesheet" id="theme-stylesheet">
<link href="/hono/css/custom.css?1729645847" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="/hono/img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/hono/img/apple-touch-icon.png" />
<link rel="alternate" href="/hono/index.xml" type="application/rss+xml" title="Eclipse Hono&trade;">
<meta property="og:locale" content="en_us">
<meta property="og:site_name" content="Eclipse Hono&trade;">
<meta property="og:title" content="Connect, Command & Control IoT devices">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.eclipse.org/hono/" />
<meta property="og:description" content="Eclipse Hono provides means for connecting millions of IoT devices using arbitrary protocols and interacting with
them via uniform APIs.">
<meta property="og:image" content="https://www.eclipse.org/hono/img/sharing-default.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="700">
<meta property="og:image:height" content="498">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@EclipseHono">
<meta name="twitter:title" content="Connect, Command & Control IoT devices">
<meta name="twitter:image" content="https://www.eclipse.org/hono/img/sharing-default.png">
<meta name="twitter:description" content="Eclipse Hono provides means for connecting millions of IoT devices using arbitrary protocols and interacting with
them via uniform APIs.">
</head>
<body>
<div id="all">
<header class="navbar-affixed-top" data-spy="affix" data-offset-top="62">
<div class="navbar navbar-default yamm " role="navigation" id="navbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand home" href="/">
<img src="/hono/img/HONO-Logo_Bild-Wort_quer-s-310x120px.svg" alt="Connect, Command & Control IoT devices logo" class="hidden-xs hidden-sm" />
<img src="/hono/img/HONO-Logo_Bild-Wort_quer-s-310x120px.svg" alt="Connect, Command & Control IoT devices logo" class="visible-xs visible-sm" />
<span class="sr-only">Connect, Command & Control IoT devices - go to homepage</span>
</a>
<div class="navbar-buttons">
<button type="button" class="navbar-toggle btn-template-main" data-toggle="collapse" data-target="#navigation">
<span class="sr-only">Toggle Navigation</span>
<i class="fas fa-align-justify"></i>
</button>
</div>
</div>
<div class="navbar-collapse collapse" id="navigation">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown ">
<a href="/hono/docs/getting-started/">Getting Started</a>
</li>
<li class="dropdown ">
<a href="/hono/docs/">Documentation</a>
</li>
<li class="dropdown ">
<a href="/hono/downloads/">Download</a>
</li>
<li class="dropdown ">
<a href="/hono/sandbox/">Sandbox</a>
</li>
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/hono/community/contributing/">Contributing</a></li>
<li><a href="/hono/community/presentations/">Resources</a></li>
<li><a href="/hono/community/get-in-touch/">Get in Touch</a></li>
<li><a href="/hono/community/road-map/">Road Map</a></li>
<li><a href="/hono/community/thankyou/">Thank you</a></li>
</ul>
</li>
</ul>
</div>
<div class="collapse clearfix" id="search">
<form class="navbar-form" role="search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button type="submit" class="btn btn-template-main"><i class="fas fa-search"></i></button>
</span>
</div>
</form>
</div>
</div>
</div>
</header>
<div id="landing-vp">
<section id="landing">
<div class="container landing">
<h1>Connect. Command. Control.</h1>
<p>
Eclipse Hono™ provides remote service interfaces for connecting large numbers of IoT
devices to a back end and interacting with them in a uniform way regardless of the device
communication protocol.
</p>
<div id="landing-img">
<img src="hono_landing_page.svg" alt="What Hono can do for you"/>
</div>
</div>
</section>
</div>
<section class="bar background-white">
<div class="container">
<div class="row row-0 row-odd">
<div class="col-md-4 col-0 col-odd">
<div class="box-simple">
<div class="icon">
<i class="fas fa-infinity"></i>
</div>
<h3>Millions of Devices</h3>
<p>Hono is designed for connecting large numbers of IoT devices. Its micro service based architecture and use of
a reactive programming model allow for scaling out horizontally.</p>
</div>
</div>
<div class="col-md-4 col-1 col-even">
<div class="box-simple">
<div class="icon">
<i class="fas fa-ruler"></i>
</div>
<h3>Uniform API</h3>
<p>Connect a multitude of different types of devices to your (cloud) back end. Communicate with all of them via
the same simple API regardless of the device protocol.</p>
</div>
</div>
<div class="col-md-4 col-2 col-odd">
<div class="box-simple">
<div class="icon">
<i class="fas fa-network-wired"></i>
</div>
<h3>IoT Protocols</h3>
<p>Hono supports devices communicating via common IoT protocols like HTTP, MQTT, AMQP and CoAP out of the box.</p>
</div>
</div>
</div>
<div class="row row-1 row-even">
<div class="col-md-4 col-0 col-odd">
<div class="box-simple">
<div class="icon">
<i class="fas fa-exchange-alt"></i>
</div>
<h3>Messaging Patterns</h3>
<p>Hono provides APIs for important IoT communication patterns: <em>Telemetry</em> and <em>Event</em> messages can be used by devices
to report sensor readings whereas applications can use <em>Command & Control</em> to invoke operations on devices.</p>
</div>
</div>
<div class="col-md-4 col-1 col-even">
<div class="box-simple">
<div class="icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>Secure</h3>
<p>Hono is designed for security by default. It supports common authentication mechanisms like username/password
and X.509 client certificates to verify a device’s identity and uses transport layer security (TLS) when
communicating with devices.</p>
</div>
</div>
<div class="col-md-4 col-2 col-odd">
<div class="box-simple">
<div class="icon">
<i class="fas fa-puzzle-piece"></i>
</div>
<h3>Extensible</h3>
<p>Your device uses a custom protocol? Hono provides a simple mechanism to add custom protocol adapters.</p>
</div>
</div>
</div>
</div>
</section>
<section class="bar background-gray no-mb">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-center">
<h2>Who is using Eclipse Hono?</h2>
</div>
<p class="lead">
</p>
<div class="eclipsefdn-adopters">
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="col-md-4 col-sm-6">
<h4>More</h4>
<ul>
<li><a href="https://github.com/eclipse-hono/hono" title="View Source Code on GitHub"><i class='fab fa-github'></i> GitHub Repository</a></li>
<li><a href="https://twitter.com/EclipseHono" title="Follow us on Twitter"><i class='fab fa-twitter'></i> Twitter</a></li>
<li><a href="https://gitter.im/eclipse/hono" title="Chat with us on Gitter"><i class='fab fa-gitter'></i> Chat with us</a></li>
<li><a href='/hono/community/thankyou/'>Thank you</a></li>
</ul>
<hr class="hidden-md hidden-lg hidden-sm">
</div>
<div class="col-md-4 col-sm-6">
<h4>Eclipse Legal</h4>
<ul>
<li><a href="http://www.eclipse.org/legal/privacy.php" target="_blank">Privacy Policy</a></li>
<li><a href="http://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of Use</a></li>
<li><a href="http://www.eclipse.org/legal/copyright.php" target="_blank">Copyright Agent</a></li>
<li><a href="http://www.eclipse.org/legal/" target="_blank">Legal</a></li>
<li><a href="https://www.eclipse.org/legal/epl-2.0/" target="_blank">License</a></li>
<li><a href="https://eclipse.org/security/" target="_blank">Report a Vulnerability</a></li>
</ul>
<hr class="hidden-md hidden-lg">
</div>
<div class="col-md-4 col-sm-6">
<div class="eclipse-logos">
<div class="pull-left">
<a href="https://www.eclipse.org" target="_blank">
<img src="https://www.eclipse.org/hono/img/eclipse_foundation_logo_wo.svg" id="logo-eclipse-foundation"/>
</a>
</div>
<div class="pull-right">
<a href="https://iot.eclipse.org" target="_blank">
<img src="https://www.eclipse.org/hono/img/iot-logo.png"/>
</a>
</div>
</div>
</div>
</div>
</footer>
<div id="copyright">
<div class="container">
<div class="col-md-12">
<p class="pull-left">© 2019-2022 The Eclipse Hono Project</p>
<p class="pull-right">
Template by <a href="https://bootstrapious.com/p/universal-business-e-commerce-template">Bootstrapious</a>.
Ported to Hugo by <a href="https://github.com/devcows/hugo-universal-theme">DevCows</a>.
</p>
</div>
</div>
</div>
</div>
<script src="//code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0/jquery.counterup.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-parallax/1.1.3/jquery-parallax.js"></script>
<script src="/hono/js/front.js"></script>
<script src="/hono/js/owl.carousel.min.js"></script>
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5WLCZXC');
</script>
<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
<script src="//iot.eclipse.org/assets/js/eclipsefdn.adopters.js"></script>
<script>
eclipseFdnAdopters.getList({
project_id: "iot.hono",
selector: ".eclipsefdn-adopters",
logo_white: true
});
</script>
</body>
</html>