-
Notifications
You must be signed in to change notification settings - Fork 16
/
community.html
463 lines (427 loc) · 22.6 KB
/
community.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
---
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-4">
<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-4">
<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-4">
<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 class="col-12 col-md-4 mt-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 id="socialmedia" class="col-12 col-md-4 mt-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://fosstodon.org/@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://fosstodon.org/@RIOT_OS" class="btn btn-outline-primary w-100" target="_blank">Our news</a>
</div>
</div>
</div>
<div class="col-12 col-md-4 mt-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>
</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="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>
<!-- 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://doc.riot-os.org/vision.html">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://doc.riot-os.org/vision.html" 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:[email protected]">RIOT maintainers</a>, and for questions related to formal project establishment or collaboration, you can contact <a href="mailto:[email protected]">Emmanuel Baccelli</a>, <a href="mailto:[email protected]">Thomas Schmidt</a>, and <a href="mailto:[email protected]">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 -->