-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcommunity.html
More file actions
595 lines (550 loc) · 28.8 KB
/
community.html
File metadata and controls
595 lines (550 loc) · 28.8 KB
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
---
layout: simple-page
title: Community
subtitle: We are an open-source grassroots community gathering companies, academia, and hobbyists, distributed all around the world, to build a better IoT.
---
<!-- ======= About Section ======= -->
<section id="about">
<div class="container">
<div class="row content">
<div class="col-12 col-lg-6">
<p class="lead">
RIOT is developed by an open community that anyone is welcome to join.
Decisions in the RIOT community are driven by rough consensus, similar to the IETF.
We have a <a href="https://github.com/RIOT-OS/RIOT/blob/master/CODE_OF_CONDUCT.md" target="_blank">Code of Conduct</a> to make the social behavoir we value clear.
</p>
</div>
<div class="col-12 col-lg-6 pt-4 pt-lg-0">
<p class="lead">
We have a <a href="#history" class="scrollto">history</a> of continuous development and progress. Most of our communication is done virtually based on discussions on <a href="https://github.com/RIOT-OS/RIOT/issues" target="_blank">GitHub</a> or our <a href="https://forum.riot-os.org" target="_blank">forum</a>. To foster collaboration, we organize a yearly <a href="#summit" class="scrollto">RIOT Summit</a>.
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Platform Section ======= -->
<section class="blog">
<div class="container">
<div class="section-title">
<h2>Join us</h2>
<p>Meet the RIOT community on the following platforms.</p>
</div>
<div class="row">
<div class="col-12 col-md-3">
<div class="card border-0 d-flex h-100">
<div class="card-header d-flex align-items-center justify-content-center h-100 border-0">
<a href="https://github.com/RIOT-OS/RIOT/" target="_blank"><img class="card-img-top" src="{{ "assets/img/GitHub_Logo.png" | relative_url }}" alt="Github logo"></a>
</div>
<div class="card-body px-0">
<!--<h4 class="card-title">Our coding platform.</h4>-->
<!--<p class="card-text">Some example text.</p>-->
<div class="btn-group w-100" role="group">
<a href="https://github.com/RIOT-OS/RIOT/" class="btn btn-outline-primary" target="_blank">Code base</a>
<a href="https://github.com/topics/riot-os" class="btn btn-outline-primary" target="_blank">RIOT projects</a>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-3">
<div class="card border-0 d-flex h-100">
<div class="card-header d-flex align-items-center justify-content-center h-100 border-0">
<a href="https://forum.riot-os.org" target="_blank"><img class="card-img-top" src="{{ "assets/img/discourse_logo.png" | relative_url }}" alt="Discourse logo"></a>
</div>
<div class="card-body px-0">
<!--<h4 class="card-title">Our forum for discussions.</h4>-->
<a href="https://forum.riot-os.org" class="btn btn-outline-primary w-100" target="_blank">Join for Q&A and discussions</a>
</div>
</div>
</div>
<div class="col-12 col-md-3">
<div class="card border-0 d-flex h-100">
<div class="card-header d-flex align-items-center justify-content-center h-100 border-0">
<a href="https://matrix.to/#/#riot-os:matrix.org" target="_blank"><img class="card-img-top" src="{{ "assets/img/matrix_logo.png" | relative_url }}" alt="Matrix logo"></a>
</div>
<div class="card-body px-0">
<!--<h4 class="card-title">Our matrix for discussions.</h4>-->
<a href="https://matrix.to/#/#riot-os:matrix.org" class="btn btn-outline-primary w-100" target="_blank">Join for ad-hoc discussions</a>
</div>
</div>
</div>
<div id="socialmedia" class="col-12 col-md-3">
<div class="card border-0 d-flex h-100">
<div class="card-header d-flex align-items-center justify-content-center h-100 border-0">
<a href="https://floss.social/@RIOT_OS" target="_blank"><img class="card-img-top" src="{{ "assets/img/mastodon-logo-riot.png" | relative_url }}" alt="Mastodon logo"></a>
</div>
<div class="card-body px-0">
<!--<h4 class="card-title">Our forum for discussions.</h4>-->
<a href="https://floss.social/@RIOT_OS" class="btn btn-outline-primary w-100" target="_blank">Our news</a>
</div>
</div>
</div>
<div class="col-12 col-md-3 mt-md-5">
<div class="card border-0 d-flex h-100">
<div class="card-header d-flex align-items-center justify-content-center h-100 border-0">
<a href="https://www.hackster.io/riot-os" target="_blank"><img class="card-img-top" src="{{ "assets/img/Hackster_RGB.png" | relative_url }}" alt="Hackster logo"></a>
</div>
<div class="card-body px-0">
<!--<h4 class="card-title">Our forum for discussions.</h4>-->
<a href="https://www.hackster.io/riot-os" class="btn btn-outline-primary w-100" target="_blank">Check RIOT showcases</a>
</div>
</div>
</div>
<div class="col-12 col-md-3 mt-md-5">
<div class="card border-0 d-flex h-100">
<div class="card-header d-flex align-items-center justify-content-center h-100 border-0">
<a href="https://www.youtube.com/c/RIOT-IoT" target="_blank"><img class="card-img-top" src="{{ "assets/img/yt_logo_rgb_light.png" | relative_url }}" alt="Youtube logo"></a>
</div>
<div class="card-body px-0">
<!--<h4 class="card-title">Our forum for discussions.</h4>-->
<a href="https://www.youtube.com/c/RIOT-IoT" class="btn btn-outline-primary w-100" target="_blank">Watch RIOT</a>
</div>
</div>
</div>
<div class="col-12 col-md-3 mt-md-5">
<div class="card border-0 d-flex h-100">
<div class="card-header d-flex align-items-center justify-content-center h-100 border-0">
<a href="https://makertube.net/c/riot_os" target="_blank"><img class="card-img-top" src="{{ "assets/img/peertube-brand.svg" | relative_url }}" alt="PeerTube logo"></a>
</div>
<div class="card-body px-0">
<!--<h4 class="card-title">Our forum for discussions.</h4>-->
<a href="https://makertube.net/c/riot_os" class="btn btn-outline-primary w-100" target="_blank">Watch RIOT</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======= end Platform Section ======= -->
<section class="blog">
<div class="container">
<div class="section-title">
<h2>Regular Meetings</h2>
<p>Participate in decision making.</p>
</div>
<div class="row">
<div class="col-lg-12 col-xl-3">
<div class="card border-0 shadow-sm rounded-2 h-100">
<div class="card-header p-3 border-0 text-center align-middle">
<h3 class="card-title align-middle">Weekly meeting</h3>
</div>
<div class="card-body">
<div class="card-text">
<p class="text-center">
Online<br/>
<strong>Every Friday<br class="d-none d-xl-block" /> at 15:00 CE(S)T</strong>
</p>
<ul class="px-3">
<li>Short-term decisions or just hang-out with fellow contributors</li>
<li>Join via <a href="https://meet.jit.si/RIOT-weekly-coordination-meeting">Jitsi</a></li>
<li>Find the agenda (and add your items) in our <a href="https://pad.riot-os.org/RIOT-weekly-coordination-meeting">pad</a></li>
<li>Stay up-to-date in <a href="https://forum.riot-os.org/t/4608">this forum thread</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-xl-3">
<div class="card border-0 shadow-sm rounded-2 h-100">
<div class="card-header p-3 border-0 text-center align-middle">
<h3 class="card-title align-middle">Hack'n'ACK</h3>
</div>
<div class="card-body">
<div class="card-text">
<p class="text-center">
In person & online<br/>
<strong>Last Tuesday of the month at 17:00 CE(S)T</strong>
</p>
<ul class="px-3">
<li>Casual get-together to work on projects or review PRs</li>
<li>Targeted at newcomers and experts alike</li>
<li>In person or via <a href="https://meet.jit.si/riot-hacknack">Jitsi</a></li>
<li>Stay up-to-date and organize in-person hubs in <a href="https://forum.riot-os.org/t/3098">this forum thread</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-xl-3">
<div class="card border-0 shadow-sm rounded-2 h-100">
<div class="card-header p-3 border-0 text-center align-middle">
<h3 class="card-title align-middle">VMA</h3>
</div>
<div class="card-body">
<div class="card-text">
<p class="text-center">
Online<br/>
<strong>Usually one month after a release (quarterly)</strong>
</p>
<ul class="px-3">
<li>Virtual Maintainer Assembly (VMA)</li>
<li>Once per year co-located with the <a href="#summit">RIOT Summit</a> as
<strong>General Assembly (GA)</strong></li>
<li>More information under <a href="https://forum.riot-os.org/tag/vma">the <code>#vma</code> tag in the forum</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-xl-3">
<div class="card border-0 shadow-sm rounded-2 h-100">
<div class="card-header p-3 border-0 text-center align-middle">
<h3 class="card-title align-middle">RIOT Summit<br/></h3>
</div>
<div class="card-body">
<div class="card-text">
<p class="text-center">
In person & online<br/>
<strong>Annually</strong><br class="d-none d-xl-block" /><span class="d-none d-xl-block"> </span>
</p>
<ul class="px-3">
<li>Yearly get-together of the RIOT community</li>
<li>For more information see <a href="#summit">below</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======= end Platform Section ======= -->
<section id="contributors" class="contributors background-dark">
<div class="container border-1 pt-5 background-dark">
<div class="section-title">
<p class="text-white">An ever growing community of people contribute to RIOT</p>
</div>
<div id="contributorsList" class="contributors">
<div class="contributors-item">
{% assign prefix = site.data.riot_contributors | sample: site.data.riot_contributors.size %}
{% for cont in prefix %}
<a href="{{ cont.html_url }}"><img class="contributors-img" src="{{ cont.avatar_url| append: '&s=55' }}" title="{{ cont.login }}" alt=" {{ cont.login }} avatar"></a>
{% endfor %}
</div>
</div>
</div>
</section>
<!-- ======= Summit Section ======= -->
<section id="summit" class="summit">
<div class="container">
<div class="section-title">
<h2>RIOT Summit</h2>
<p>The yearly get-together of the RIOT community</p>
</div>
<div class="card text-white overflow-hidden border-0 shadow rounded p-4">
<h2 class="mb-0">RIOT Summit 2025</h2>
<h3>September 3-5 · Dresden, Germany</h3>
<a href="https://summit.riot-os.org/2025" class="overflow-hidden" target="_blank">
<img src="{{ "assets/img/summits/summit2025-city.jpg" | relative_url }}" class="card-img" alt="Dresden during sunset">
</a>
</div>
<div class="row">
<!-- per Summit -->
<div class="col-12 col-lg-4 border-0 pt-4">
<div class="card text-white overflow-hidden h-100 border-0 shadow rounded p-2">
<h2 class="mb-0">RIOT Summit 2016</h2>
<h3>Berlin, Germany</h3>
<a href="https://summit.riot-os.org/2016" class="overflow-hidden" target="_blank">
<img src="{{ "assets/img/summits/summit2016.jpg" | relative_url }}" class="card-img" alt="Photo RIOT Summit 2016">
<div class="card-img-overlay">
<p class="card-text">Keynote speaker: Ralph Droms (Cisco and former IETF Internet Area Director</p>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4 border-0 pt-4">
<div class="card text-white overflow-hidden h-100 border-0 shadow rounded p-2">
<h2 class="mb-0">RIOT Summit 2017</h2>
<h3>Berlin, Germany</h3>
<a href="https://summit.riot-os.org/2017" class="overflow-hidden" target="_blank">
<img src="{{ "assets/img/summits/summit2017.jpg" | relative_url }}" class="card-img" alt="Photo RIOT Summit 2017">
<div class="card-img-overlay">
<p class="card-text">Keynote speaker: Gilles Van Assche
(Senior Security Engineer, STMicroelectronics)</p>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4 border-0 pt-4">
<div class="card text-white overflow-hidden h-100 border-0 shadow rounded p-2">
<h2 class="mb-0">RIOT Summit 2018</h2>
<h3>Amsterdam, Netherlands</h3>
<a href="https://summit.riot-os.org/2018" class="overflow-hidden" target="_blank">
<img src="{{ "assets/img/summits/summit2018.jpg" | relative_url }}" class="card-img" alt="Photo RIOT Summit 2018">
<div class="card-img-overlay">
<p class="card-text">Keynote speaker: Jaime Jiménez (Ericsson and Co-Chair IETF CoRE)</p>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4 border-0 pt-4">
<div class="card text-white overflow-hidden h-100 border-0 shadow rounded p-2">
<h2 class="mb-0">RIOT Summit 2019</h2>
<h3>Helsinki, Finland</h3>
<a href="https://summit.riot-os.org/2019" class="overflow-hidden" target="_blank">
<img src="{{ "assets/img/summits/summit2019-02.jpg" | relative_url }}" class="card-img" alt="Photo RIOT Summit 2019">
<div class="card-img-overlay">
<p class="card-text">Keynote speaker: Jari Arkko (Ericsson and former IETF Chair)</p>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4 border-0 pt-4">
<div class="card text-white overflow-hidden h-100 border-0 shadow rounded p-2">
<h2 class="mb-0">RIOT Summit 2020</h2>
<h3>Online, the Internet</h3>
<a href="https://summit.riot-os.org/2020" class="overflow-hidden" target="_blank">
<img src="{{ "assets/img/summits/summit2020.jpg" | relative_url }}" class="card-img" alt="Photo RIOT Summit 2020">
<div class="card-img-overlay">
<p class="card-text">Keynote speaker: Andrew S. Tanenbaum</p>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4 border-0 pt-4">
<div class="card text-white overflow-hidden h-100 border-0 shadow rounded p-2">
<h2 class="mb-0">RIOT Summit 2021</h2>
<h3>Online, the Internet</h3>
<a href="https://summit.riot-os.org/2021" class="overflow-hidden" target="_blank">
<img src="{{ "assets/img/summits/summit2021.jpg" | relative_url }}" class="card-img" alt="Photo RIOT Summit 2021">
<div class="card-img-overlay">
<p class="card-text">Keynote speaker: Henning Schulzrinne (Columbia University)</p>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4 border-0 pt-4">
<div class="card text-white overflow-hidden h-100 border-0 shadow rounded p-2">
<h2 class="mb-0">RIOT Summit 2022</h2>
<h3>Hamburg, Germany</h3>
<a href="https://summit.riot-os.org/2022" class="overflow-hidden" target="_blank">
<img src="{{ "assets/img/summits/summit2022.jpg" | relative_url }}" class="card-img" alt="Photo RIOT Summit 2022">
<div class="card-img-overlay">
<p class="card-text">Keynote speaker: Felix Paulini (Siemens)</p>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4 border-0 pt-4">
<div class="card text-white overflow-hidden h-100 border-0 shadow rounded p-2">
<h2 class="mb-0">RIOT Summit 2023</h2>
<h3>Frankfurt am Main, Germany</h3>
<a href="https://summit.riot-os.org/2023" class="overflow-hidden" target="_blank">
<img src="{{ "assets/img/summits/summit2023.jpg" | relative_url }}" class="card-img" alt="Photo RIOT Summit 2023">
<div class="card-img-overlay">
<p class="card-text">Keynote speaker: Peter Schmerzl</p>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4 border-0 pt-4">
<div class="card text-white overflow-hidden h-100 border-0 shadow rounded p-2">
<h2 class="mb-0">RIOT Summit 2024</h2>
<h3>Vienna, Austria</h3>
<a href="https://summit.riot-os.org/2024" class="overflow-hidden" target="_blank">
<img src="{{ "assets/img/summits/summit2024.jpg" | relative_url }}" class="card-img" alt="Photo RIOT Summit 2024">
<div class="card-img-overlay">
<p class="card-text">Keynote speaker: Sebastian Schrittwieser (SBA Research)</p>
</div>
</a>
</div>
</div>
<!-- per Summit -->
</div>
</div>
</section><!-- End Blog Section -->
<!-- ======= End Summit Section ======= -->
<!-- ======= History Section ======= -->
<section id="history" class="container-fluid text-gray background-dark">
<div class="container">
<div class="section-title">
<h2 class="text-white">About</h2>
<p class="text-white">History</p>
</div>
<!--
<div id="timeline">
<div class="row">
<div class="col-12 col-md-6 text-end position-relative">
<div class="card shadow p-2 border-0 rounded">
<div class="card-body">
<h4>2008</h4>
<p>
<p>
Project roots. The seed for RIOT was FeuerWare, an operating system for Wireless
Sensor Networks. It was part of the FeuerWhere project where firefighters should
be monitored. Major design goals were reliability and real-time guarantees.
</p>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6 offset-md-6 text-start position-relative">
<div class="card shadow p-2 border-0 rounded">
<div class="card-body">
<h4>2010</h4>
<p>
Towards Internet compliance. To increase modularity and include new IETF
protocols, µkleos was forked from the orignal FeuerWare repository. Support
for 6LoWPAN, RPL, and TCP was integrated over the following years.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6 text-end position-relative">
<div class="card shadow p-2 border-0 rounded">
<div class="card-body">
<h4>2013</h4>
<p>
RIOT goes public, founded by Freie Universität Berlin, INRIA, and HAW
Hamburg. RIOT is the direct successor of µkleos. We decided on re-branding to
avoid problems with spelling and pronouncing the name of the operating system. We
explicitly promote RIOT to a larger community.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6 offset-md-6 text-start position-relative">
<div class="card shadow p-2 border-0 rounded"
<div class="card-body">
<h4>2016</h4>
<p>
The RIOT community is growing. To bring RIOTers together, we organized the first
RIOT Summit, which accommodates plenary talks, hands-on tutorials, and demos, as
well as lively discussions.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6 text-end position-relative">
<div class="card shadow p-2 border-0 rounded">
<div class="card-body">
<h4>Future</h4>
<p>
We have a <a href="https://guide.riot-os.org/general/vision">vision</a>.
Be part of the community and follow ongoing enhancements in our
<a href="https://github.com/RIOT-OS/RIOT/labels/Type%3A%20new%20feature">issue tracker</a>.
Start working on new features or let the RIOT community know what you miss!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<div class="row">
<div class="col-12 col-md-4">
<h4 class="text-white">2008</h4>
<p>
<p>Project roots. The seed for RIOT was FeuerWare, an operating system for Wireless Sensor Networks. It was part of the FeuerWhere project where firefighters should be monitored. Major design goals were reliability and real-time guarantees.</p>
</p>
</div>
<div class="col-12 col-md-4">
<h4 class="text-white">2010</h4>
<p>
Towards Internet compliance. To increase modularity and include new IETF protocols, µkleos was forked from the orignal FeuerWare repository. Support for 6LoWPAN, RPL, and TCP was integrated over the following years.
</p>
</div>
<div class="col-12 col-md-4">
<h4 class="text-white">2013</h4>
<p>
RIOT goes public, founded by Freie Universität Berlin, INRIA, and HAW Hamburg. RIOT is the direct successor of µkleos. We decided on re-branding to avoid problems with spelling and pronouncing the name of the operating system. We explicitly promote RIOT to a larger community.
</p>
</div>
<div class="col-12 col-md-4">
<h4 class="text-white">2016</h4>
<p>
The RIOT community is growing. To bring RIOTers together, we organized the first RIOT Summit, which accommodated plenary talks, hands-on tutorials, and demos, as well as lively discussions. Since then, the RIOT Summit takes place yearly.
</p>
</div>
<div class="col-12 col-md-4">
<h4 class="text-white">2017</h4>
<p>
After nine releases since 2013, we moved to a quarterly release cycle.
</p>
</div>
<div class="col-12 col-md-4">
<h4 class="text-white">Future</h4>
<p>
We have a <a href="https://guide.riot-os.org/general/vision" target="_blank">vision</a>. Be part of the community and follow ongoing enhancements in our <a href="https://github.com/RIOT-OS/RIOT/labels/Type%3A%20new%20feature" target="_blank">issue tracker</a>. Start working on new features or let the RIOT community know what you miss!
</p>
</div>
</div>
</div>
<div class="container">
<div class="section-title mt-5">
<p class="text-white">Scientific Papers</p>
</div>
<div class="row">
<div class="col-12 col-md-4">
<ul>
<li>Heiko Will, Kaspar Schleiser, and Jochen H. Schiller, "A real-time kernel for wireless sensor networks employed in rescue scenarios", in Proceedings of IEEE Conference on Local Computer Networks (LCN), 2009.</li>
</ul>
</div>
<div class="col-12 col-md-4">
<ul>
<li>Emmanuel Baccelli, Oliver Hahm, Mesut Günes, Matthias Wählisch, Thomas C. Schmidt, "RIOT OS: Towards an OS for the Internet of Things," in Proceedings of the 32nd IEEE International Conference on Computer Communications (INFOCOM), Poster Session, April 2013.</li>
</ul>
</div>
<div class="col-12 col-md-4">
<ul>
<li>Emmanuel Baccelli, Cenk Gündogan, Oliver Hahm, Peter Kietzmann, Martine Lenders, Hauke Petersen, Kaspar Schleiser, Thomas C. Schmidt, Matthias Wählisch, RIOT: An Open Source Operating System for Low-End Embedded Devices in the IoT, IEEE Internet of Things Journal, Vol. 5, No. 6, pp. 4428-4440, December 2018.</li>
</ul>
</div>
</div>
</div>
</section>
<!-- ======= end History Section ======= -->
<section>
<div class="container">
<div class="section-title">
<p>Acknowledgments and Contact</p>
</div>
<div class="row">
<div class="col-12 col-md-4">
<h4>Personal Thanks</h4>
<p>
To the original authors of FeuerWare, the members of the research projects AVS Extrem, G-Mesh-Lab, OPNEX, SAFEST, and VIVE, and anybody else who has contributed to FeuerWare, µkleos, and RIOT. Furthermore, a special thank goes to Peter Schmerzl!
</p>
</div>
<div class="col-12 col-md-4">
<h4>First Supporters</h4>
<p>
RIOT is significantly supported by <a href="http://ilab.cs.fu-berlin.de/" target="_blank">Freie Universität Berlin</a>, by <a href="http://www.inria.fr/en/" target="_blank">INRIA</a>, and by <a href="http://inet.haw-hamburg.de/" target="_blank">Hamburg University of Applied Sciences</a>.
</p>
</div>
<div class="col-12 col-md-4">
<h4>Contact</h4>
<p>
Many people are working on RIOT. Public development questions should be directed to the <a href="https://forum.riot-os.org" target="_blank">RIOT forum</a>. If you require one-to-one communication for other development questions, you can contact the <a href="mailto:riot@riot-os.org">RIOT maintainers</a>, and for questions related to formal project establishment or collaboration, you can contact <a href="mailto:Emmanuel.Baccelli@inria.fr">Emmanuel Baccelli</a>, <a href="mailto:t.schmidt@haw-hamburg.de">Thomas Schmidt</a>, and <a href="mailto:m.waehlisch@fu-berlin.de">Matthias Wählisch</a>.
</p>
</div>
</div>
</div>
</div>
<section id="social-media">
<div class="container-fluid background-dark text-white p-5">
<div class="container" data-aos="zoom-out">
<div class="row">
<div class="col text-center">
<h2 class="ft-miso display-5">Connect with us!</h2>
<div class="row">
<div class="col text-center social-links fs-1">
{% include social-media.html %}
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{% include use-cases-carousel.html %}
</main><!-- End #main -->