SlideShare a Scribd company logo
www.riot-os.org
Emmanuel Baccelli
on behalf of the RIOT Community
RIOT	Agenda
• Why?
• How?
• What is RIOT?
• Solving IoT technicalchallenge	1:	constraineddevices
• Solving IoT technicalchallenge	2:	interoperability
• Current stand,	in	a	nutshell
RIOT	Agenda
• Why?
• How?
• What is RIOT?
• Solving IoT technicalchallenge	1:	constraineddevices
• Solving IoT technicalchallenge	2:	interoperability
• Current stand,	in	a	nutshell
Software	Platforms Are	Crucial
• Recent calls	for	OS	and	data	’’sovereignty’’
Snowden political scandal
à strategic	&	privacy	incentives
Android	generates	billions	of	dollars	
à business	incentives
Advantage: extremely big business
Drawback:	extreme challenge	for	privacy
Software	platforms	are
even	more	crucial	in	IoT
IoT = Future	Internet’s extremity
e.g.	like Arduino
(but	not	like
Rasberry Pi)
• Great	expectations	for	IoT,	but…
…no	standard	platform yet,	to	program	most IoT devices!
Software	Platforms for	IoT?
Linux				Android
Moore’s law
Goals	for	an	IoT software	platform
ü long-term IoT software	robustness &	security
ü trust,	transparency &	protection	of	IoT users’	privacy
ü faster innovation	by	spreading IoT software	dev.	costs
ü less garbage with less IoT device lock-down
RIOT	Agenda
• Why?
• How?
• What is RIOT?
• Solving IoT technicalchallenge	1:	constraineddevices
• Solving IoT technicalchallenge	2:	interoperability
• Current stand,	in	a	nutshell
How	can we achieve our goals?
• Experience (e.g.	with Linux)	shows	we are	
likely to	succeed with a	platform that is:
§ open	source
§ free	
§ driven by	a	grassroots community
• Contributors worldwide
– People	from industry,	academia,	hobbyists/makers
– Community self-organizes,	follows open	processes
• Large-scale distributed source	code	management
Geopolitical neutrality
RIOT		Principles
RIOT		Principles
• Free	&	open	source	software	platform
– core distributed with non-viral	copyleft license
(aims	for	less	forks	=	more	coherent	code	+	community)
Indirect	business	models	
(like	business	with	Linux)
RIOT	Agenda
• Why?
• How?
• What is RIOT?
• Solving IoT technicalchallenge	1:	constraineddevices
• Solving IoT technicalchallenge	2:	interoperability
• Current stand,	in	a	nutshell
RIOT : an	OS	that fits IoT devices
IoT
Memory	~	16kB
Memory	~	100kB
Memory	~	8kB
RIOT	:	an	OS	that fits IoT devices
• RIOT	is the	combination of:
q needed memory	&	energy efficiency to	fit	IoT devices
q functionalitiesof	a	full-fledged operating	system	
• Advanced,	consistent	APIs	across 32-bit,	16-bit,	8-bit	hardware
• Full-featured,	extensible	network	stacks
• Why?
• How?
• What is RIOT?
• Solving IoT technicalchallenge	1:	constraineddevices
• Solving IoT technicalchallenge	2:	interoperability
• Current stand,	in	a	nutshell
RIOT	Agenda
IoT Challenge	1:	Constrained	Devices
ENERGY
Milliwatt instead	of	Watt
CPU
Megahertz	instead	of	Gigahertz
Memory
Kilobytes	instead	of	Gigabytes
How	RIOT solves Challenge	1
• Micro-kernel architecture	(contrary to	Linux)
à minimal	requirements around 1kB	RAM
• Tickless scheduler à energy efficiency
• Deterministic O(1)	scheduler à real-time
• Low latency interrupt handler à reactivity
How	RIOT	solves Challenge	1
• Consistent,	powerful API	on	8-bit,	16-bit,	32-bit
à preemptive multithreading,	IPC…
• Modular structure,	adaptive	to	diverse	hardware
à support	for	50+	different IoT boards/devices and	counting
MCUs:	ARM	Cortex	M,	TI	MSP430,	AVR… Radios:	AT86RF233…
Zoom	on	hardware-dependent code
Red:	must	have
Green:	must	have	
but	shared by	all	
ports	with same
architecture
Grey:	optional for	
initial	porting
Task Switching,	StackHandling,	Interrupt Handling:
done for	ARM	Cortex	M3,	M4	and	M0	is on	the	way
(GPIO,	UART,	SPI,	Timers:	done for	STM,	Atmel,	NXP…)
• Efficient	HAL:	minimized hardware-dependentcode
How	RIOT	solves Challenge	1
Well-known tools are	usable!
• Compliance	with common system	standards
ü POSIX	sockets,	pthreads
ü standard C,	C++	application	coding
à Much	shorter development life-cycles
ü Run &	debug as	native	process in	Linux
ü Use	of	well	known	debug	tools	enabled
• Why?
• How?
• What is RIOT?
• Solving IoT technicalchallenge	1:	constraineddevices
• Solving IoT technicalchallenge	2:	interoperability
• Current stand,	in	a	nutshell
RIOT	Agenda
IoT Challenge	2:	Interoperability
• System-levelinteroperability
– Hardware-independentIoT software
– Usability of	third-party,	well-known tools
• Network	level interoperability
– End-to-end	connectivity per	default
– Device-to-device connectivity
IoT Interoperability Challenge:
The	IoT today looks	mostly like this
IoT Interoperability Challenge:	
The	IoT we want looks	more	like that
The	IoT we want is…	the	Internet!
Internet	Interoperability:	
Based on	Open	Standards
BLE
OSPF
LoRa
DHCP
SLAACOLSR
Internet	Interoperability:	
Accelerated with Open	Source
Usual solutions	for	Interoperability:
Challenged by	IoT…
…	because of	resource constrains on	IoT devices
§ Memory,	CPU,	energy
…	because of	low-power	communication	characteristics
§ Lossy /	duty cycles
§ Super-small frames
§ Spontaneous	wireless	architecture
à Adapted	standard	IoT protocols	needed
Standard	IoT protocols? On	the	way!
Work in	progress at	IETF,	IEEE,	W3C,	OMA…
Radio Transmission
COAP
RPL
6LoWPAN
ICMP
UDP
IEEE 802.15.4 MAC
IPv6
New	specs for		link layer	technologies
– Low-power	radios,	PLC,	BACnet
– IEEE	802.15.4,	Z-Wave,	BLE,	LoRa (and	IEEE	802.11)
– More	to	come…	
New	specs for	network	layer	protocols
– FittingIoT requirements and	interoperable with IP
– 6TiSCH,	6LoWPAN,	RPL,	OLSRv2,	AODVv2
– More	to	come…
New	specs for	application	layer	protocols
– FittingIoT requirements and	interoperable with web
– CoAP,	LwM2M,	CBOR
– More	to	come…
New	network	paradigms
– Content-centricnetworking	for	IoT
– More	to	come…
à Network	stack ultra-flexibility and	modularity
How	RIOT	solves Challenge	2
Traditionalstack RIOT	stack (GNRC)
How	RIOT	solves Challenge	2
ü 6LoWPAN	stack,	supporting IoT wireless tech.
ü Standard	IPv6	stack
ü BSD-like ports	for	third-party	modules/stacks:	
§ OpenWSN,	CCN-lite,	Emb6,	lwIP,	tinyDTLS…
RIOT	Agenda
• Why?
• How?
• What is RIOT?
• Solving IoT technicalchallenge	1:	constraineddevices
• Solving IoT technicalchallenge	2:	interoperability
• Current stand,	in	a	nutshell
RIOT	in	a	nutshell
Peripherals (including network interfaces)
Lowpower MCU + radio or wired communications
Other network
stacks
Closed- & Open-source IoT Applications
CoAP, LWM2M...
RPL, UDP …
IPv6, 6LoWPAN …
Closed-Source DriversOpen-Source Drivers
RIOT offers a platform
functionally equivalent
to Linux, based on:
open-source,
open-access protocol specs,
community-driven dev.
IETF
Free,	open-source	plaftorm for	portable	IoT software
Third-party software
Hardware
Micro
Kernel
RIOT	can do	more,	so RIOT	can do	less
• Arduino scripts	can run as-is on	top	of	RIOT
• mbed applications	could run on	top	of	RIOT
• Contiki can run in	a	single	RIOT	thread
RIOT	Roots &	Evolution
• 2008 – 2012
Ancestors of	RIOT	kernel developed in	
research projects (FireKernel,	uKleos).
• 2013 – 2016
Brandingof	RIOT	started,	source	code	
moved to	Github,	major	developmentof	
the	network	stack &	the	OS	as	such.
• Speed-evolution
of	the	code-base.																																									
110+ contributors.
Founding	institutions
Some supporters/users
…	and	dozens	of	independent	developersaround	the	world!
ü bringing together RIOTers,	beginners &	experts
ü gathering people	interested in	the	IoT in	general
ü plenary talks,	hands-on	tutorials & demos
Call	for	contributions	&	sponsors
http://summit.riot-os.org/category/calls/
http://summit.riot.org
IETF
In	conjunction with IETF	96	in	Berlin
Thanks	for your	interest!
News:	https://twitter.com/RIOT_OS
For	cooperation	questions:	riot@riot-os.org
For	developer	questions:	devel@riot-os.org
Support	&	discussions	on	IRC:	irc.freenode.org#riot-os

More Related Content

What's hot (20)

PPT
Real Time Communication using Node.js and Socket.io
Mindfire Solutions
 
PDF
OpenID for Verifiable Credentials @ IIW 36
Torsten Lodderstedt
 
PDF
エンタープライズITでのOpenID Connect利用ガイドライン
Tatsuo Kudo
 
PDF
OpenID for Verifiable Credentials
Torsten Lodderstedt
 
PDF
FIWARE Wednesday Webinars - Introduction to NGSI-LD
FIWARE
 
PPTX
Google Cloud Platform (GCP)
Chetan Sharma
 
PPTX
An Introduction to OAuth2
Aaron Parecki
 
PPTX
Azure Security and Management
Allen Brokken
 
PDF
Windows Communication Foundation (WCF)
Peter R. Egli
 
PDF
Microsoft Azure Overview | Cloud Computing Tutorial with Azure | Azure Traini...
Edureka!
 
PPTX
Edge and Fog computing, a use-case prespective
Chetan Kumar S
 
PPTX
OAuth 2
ChrisWood262
 
PDF
API for Beginners
Gustavo De Vita
 
PPT
CLOUD COMPUTING AND STORAGE
Shalini Toluchuri
 
PPTX
OpenId Connect Protocol
Michael Furman
 
PDF
Azure DDoS Protection Standard
arnaudlh
 
PPTX
Introduction to Firebase
Mustafa Şenel
 
PDF
Stateless Auth using OAUTH2 & JWT
Mobiliya
 
PPTX
Cloud Computing.pptx
ssuser8c0d24
 
PDF
Demystifying SAML 2.0,Oauth 2.0, OpenID Connect
Vinay Manglani
 
Real Time Communication using Node.js and Socket.io
Mindfire Solutions
 
OpenID for Verifiable Credentials @ IIW 36
Torsten Lodderstedt
 
エンタープライズITでのOpenID Connect利用ガイドライン
Tatsuo Kudo
 
OpenID for Verifiable Credentials
Torsten Lodderstedt
 
FIWARE Wednesday Webinars - Introduction to NGSI-LD
FIWARE
 
Google Cloud Platform (GCP)
Chetan Sharma
 
An Introduction to OAuth2
Aaron Parecki
 
Azure Security and Management
Allen Brokken
 
Windows Communication Foundation (WCF)
Peter R. Egli
 
Microsoft Azure Overview | Cloud Computing Tutorial with Azure | Azure Traini...
Edureka!
 
Edge and Fog computing, a use-case prespective
Chetan Kumar S
 
OAuth 2
ChrisWood262
 
API for Beginners
Gustavo De Vita
 
CLOUD COMPUTING AND STORAGE
Shalini Toluchuri
 
OpenId Connect Protocol
Michael Furman
 
Azure DDoS Protection Standard
arnaudlh
 
Introduction to Firebase
Mustafa Şenel
 
Stateless Auth using OAUTH2 & JWT
Mobiliya
 
Cloud Computing.pptx
ssuser8c0d24
 
Demystifying SAML 2.0,Oauth 2.0, OpenID Connect
Vinay Manglani
 

Viewers also liked (20)

PDF
Research in Internet of Things' Operating Systems (IoT OS's)
Salahuddin ElKazak
 
PPT
Contiki introduction II-from what to how
Dingxin Xu
 
PDF
Eclipse OM2M: Standardized M2M service platform
Mahdi Ben Alaya
 
PDF
INTEROPERABILITY & IOT: GETTING EVERYTHING CONNECTED
C K Vishwakarma
 
PDF
About Open Source Business Models
AGILE IoT
 
PDF
IPSN 2009 Contiki / uIP tutorial
adamdunkels
 
PDF
MicroEJ OS and Edje: the software foundation for IoT devices
MicroEJ
 
PDF
Why the Need for Special Operating Systems for IoT and Wearable Devices?
MicroEJ
 
PDF
ICT role in Yemen
Salah Amean
 
PDF
Survey of Operating Systems for the IoT Environment
Eswar Publications
 
PPTX
Contiki os timer tutorial
Salah Amean
 
PPT
Contiki introduction I.
Dingxin Xu
 
PDF
How to Select Hardware for Internet of Things Systems?
Hannes Tschofenig
 
PDF
Operating System fo IoT
Pradeep Kumar TS
 
PPTX
Building the Internet of Things with Thingsquare and Contiki - day 1, part 1
Adam Dunkels
 
PDF
Internet of Things - Advantech IoT Gateway Starter Kit
Advantech Europe E-IOT Business Group
 
PDF
Device to Intelligence, IOT and Big Data in Oracle
JunSeok Seo
 
PPTX
Final
Karama Torkhani
 
PDF
Track 1 session 6 - st dev con 2016 - smart badge
ST_World
 
PDF
Track 4 session 5 - st dev con 2016 - simplifying the setup and use of iot ...
ST_World
 
Research in Internet of Things' Operating Systems (IoT OS's)
Salahuddin ElKazak
 
Contiki introduction II-from what to how
Dingxin Xu
 
Eclipse OM2M: Standardized M2M service platform
Mahdi Ben Alaya
 
INTEROPERABILITY & IOT: GETTING EVERYTHING CONNECTED
C K Vishwakarma
 
About Open Source Business Models
AGILE IoT
 
IPSN 2009 Contiki / uIP tutorial
adamdunkels
 
MicroEJ OS and Edje: the software foundation for IoT devices
MicroEJ
 
Why the Need for Special Operating Systems for IoT and Wearable Devices?
MicroEJ
 
ICT role in Yemen
Salah Amean
 
Survey of Operating Systems for the IoT Environment
Eswar Publications
 
Contiki os timer tutorial
Salah Amean
 
Contiki introduction I.
Dingxin Xu
 
How to Select Hardware for Internet of Things Systems?
Hannes Tschofenig
 
Operating System fo IoT
Pradeep Kumar TS
 
Building the Internet of Things with Thingsquare and Contiki - day 1, part 1
Adam Dunkels
 
Internet of Things - Advantech IoT Gateway Starter Kit
Advantech Europe E-IOT Business Group
 
Device to Intelligence, IOT and Big Data in Oracle
JunSeok Seo
 
Track 1 session 6 - st dev con 2016 - smart badge
ST_World
 
Track 4 session 5 - st dev con 2016 - simplifying the setup and use of iot ...
ST_World
 
Ad

Similar to RIOT and the evolution of operating systems for IoT devices (Emmanuel Baccelli, INRIA) (20)

PDF
Présentation du système d'exploitation RIOT-OS
Pôle Systematic Paris-Region
 
PDF
IoT Development from Prototype to Production
Mender.io
 
PDF
Iot development from prototype to production
Mender.io
 
PDF
Building IoT devices with ARM mbed - RISE Manchester
Jan Jongboom
 
PDF
Internet of Things (IoT)
milemadinah
 
PDF
Opensource wildey
Richard Jobity
 
PPTX
Iot presentation
huma742446
 
PPTX
The integration of joomla with the internet of things concept
JoomlaDay Australia
 
PPTX
DIGITAL LLITRACYSEED Digital Literacy TOT PPT.pptx
hailish4421ict
 
PDF
IoT-CT internet of thing master séminaire cours.pdf
NadouShe
 
PDF
Zephyr: Creating a Best-of-Breed, Secure RTOS for IoT
LinuxCon ContainerCon CloudOpen China
 
PDF
Inria Tech Talk : RIOT, l'OS libre pour vos objets connectés #IoT
Stéphanie Roger
 
PDF
Essential Tools and Technologies for IoT Software Development.pdf
Miller Smith
 
PPTX
Activity lot new.pptx for internet of things
sahillanjewar294
 
PDF
The Need for IoT Ecosystem to become a Producer Nation
Dr. Mazlan Abbas
 
PDF
Arduino, Open Source and The Internet of Things Landscape
Justin Grammens
 
PPTX
Going Beyond the Device Heart Beat
Balwinder Kaur
 
PDF
Cisco data analytics in ioe_rajiv niles_2015 nov
CiscoKorea
 
PDF
BKK16-500K2 CTO talk - The End to End Story
Linaro
 
PPTX
Internet of things
abhishekroc6
 
Présentation du système d'exploitation RIOT-OS
Pôle Systematic Paris-Region
 
IoT Development from Prototype to Production
Mender.io
 
Iot development from prototype to production
Mender.io
 
Building IoT devices with ARM mbed - RISE Manchester
Jan Jongboom
 
Internet of Things (IoT)
milemadinah
 
Opensource wildey
Richard Jobity
 
Iot presentation
huma742446
 
The integration of joomla with the internet of things concept
JoomlaDay Australia
 
DIGITAL LLITRACYSEED Digital Literacy TOT PPT.pptx
hailish4421ict
 
IoT-CT internet of thing master séminaire cours.pdf
NadouShe
 
Zephyr: Creating a Best-of-Breed, Secure RTOS for IoT
LinuxCon ContainerCon CloudOpen China
 
Inria Tech Talk : RIOT, l'OS libre pour vos objets connectés #IoT
Stéphanie Roger
 
Essential Tools and Technologies for IoT Software Development.pdf
Miller Smith
 
Activity lot new.pptx for internet of things
sahillanjewar294
 
The Need for IoT Ecosystem to become a Producer Nation
Dr. Mazlan Abbas
 
Arduino, Open Source and The Internet of Things Landscape
Justin Grammens
 
Going Beyond the Device Heart Beat
Balwinder Kaur
 
Cisco data analytics in ioe_rajiv niles_2015 nov
CiscoKorea
 
BKK16-500K2 CTO talk - The End to End Story
Linaro
 
Internet of things
abhishekroc6
 
Ad

More from AGILE IoT (20)

PPTX
Dockerized IoT Gateway Stack
AGILE IoT
 
PDF
AGILE: Building the Open Gateway for IoT
AGILE IoT
 
PPTX
AgriWare / Holonix
AGILE IoT
 
PPTX
IoT and Cloud services interactions
AGILE IoT
 
PPTX
IoT Hardware innovation
AGILE IoT
 
PPTX
AGILE software, devices and wider ecosystem
AGILE IoT
 
PPTX
Pilot Design, Execution & Evaluation
AGILE IoT
 
PPTX
Dissemination and Community Building
AGILE IoT
 
PPTX
Configuration & Recommendation
AGILE IoT
 
PDF
AGILE Open Call #1 Pitch
AGILE IoT
 
PPTX
Security Research
AGILE IoT
 
PPTX
AGILE M18 – State of the “Nation”
AGILE IoT
 
PPTX
Towards Configuration Technologies for IoT Gateways
AGILE IoT
 
PPTX
ASP-based Knowledge Representations for IoT Configuration Scenarios
AGILE IoT
 
PPTX
Recommendation Technologies for IoT Edge Devices
AGILE IoT
 
PDF
AGILE: Building the Open Gateway for IoT
AGILE IoT
 
PDF
2016 07-20-wp8-q2 f2 f berlin
AGILE IoT
 
PDF
2016 07-20-wp7-q2 f2 f berlin
AGILE IoT
 
PDF
2016 07-20-wp7-eclipse proposal
AGILE IoT
 
PDF
2016 07-20-wp5-q2 f2 f meeting in berlin
AGILE IoT
 
Dockerized IoT Gateway Stack
AGILE IoT
 
AGILE: Building the Open Gateway for IoT
AGILE IoT
 
AgriWare / Holonix
AGILE IoT
 
IoT and Cloud services interactions
AGILE IoT
 
IoT Hardware innovation
AGILE IoT
 
AGILE software, devices and wider ecosystem
AGILE IoT
 
Pilot Design, Execution & Evaluation
AGILE IoT
 
Dissemination and Community Building
AGILE IoT
 
Configuration & Recommendation
AGILE IoT
 
AGILE Open Call #1 Pitch
AGILE IoT
 
Security Research
AGILE IoT
 
AGILE M18 – State of the “Nation”
AGILE IoT
 
Towards Configuration Technologies for IoT Gateways
AGILE IoT
 
ASP-based Knowledge Representations for IoT Configuration Scenarios
AGILE IoT
 
Recommendation Technologies for IoT Edge Devices
AGILE IoT
 
AGILE: Building the Open Gateway for IoT
AGILE IoT
 
2016 07-20-wp8-q2 f2 f berlin
AGILE IoT
 
2016 07-20-wp7-q2 f2 f berlin
AGILE IoT
 
2016 07-20-wp7-eclipse proposal
AGILE IoT
 
2016 07-20-wp5-q2 f2 f meeting in berlin
AGILE IoT
 

Recently uploaded (20)

PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PPTX
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
Per Axbom: The spectacular lies of maps
Nexer Digital
 
PPTX
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
PDF
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
Market Insight : ETH Dominance Returns
CIFDAQ
 
PPTX
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
Per Axbom: The spectacular lies of maps
Nexer Digital
 
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Market Insight : ETH Dominance Returns
CIFDAQ
 
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 

RIOT and the evolution of operating systems for IoT devices (Emmanuel Baccelli, INRIA)