SlideShare ist ein Scribd-Unternehmen logo
1 von 23
IoT : The Alarm Clock
2
Adrien Leravat
Presentation
Witekio
• Germany, France, US, Taiwan
• System / ecosystem
• BSP & drivers, embedded & mobile software
3
Internet of What ?
• Attributes
– Devices, Communicating.
– Acquire data, can grow, intelligent
• Vague but powerful
– Car, home, town
• New challenges
– Networks, Energy consumption, Security
4
Key points
Your own components
• This is about
– Highlighting IoT important keys
– Qt in the picture
• IoT devices
• Security
• Into the clouds
• Let there be light !
IoTdevices
Embedded Qt
6
Embedded
• Our Alarm-clock
– NXP i.MX6 DualLite
– Linux 3.10, Yocto 1.5
• Connectivity is key
• Medium / Long range
– Networks, Energy consumption, Security
• Short range
– BT, BTLE, NFC, RFID
• Even ‘’Cables’’!
7
IoT Sytem Topology
Sensors
- No CPU
- Acquire data
Devices
- ARM
- Screen
- Qt
iMX6
Gateway/Broker
- ARM/x86
- Screen
- Qt
Cloud
- x86/64
- Qt
  Size of Qt
8
Qt’s role
• For graphical applications
– Qt Quick / Widgets
– Depends on GPU, RAM and GUI’s complexity
• For non-graphical applications
– Leverage Qt classes (Networking, Files, DB, …)
– Sharing code, good performances
– Consider alternatives for heavy duty remote
services
Polishing with effectsSecurity
Keep it safe
10
Security
• No one is ‘’safe’’
– Growing number of connected devices, means more
opportunities for hackers
– Shodan: IoT device search engine
11
Security
• System
– Keep it up to date (packages)
– Remove development and unused services
– Firewall
– Security enhancements
– Seal the box
12
Security
• Encrypt communications
– QSslSocket: TCP socket with SSL/TLS (requires
OpenSSH)
– Manually:
• Simplecrypt (Qt), OpenSSH, Crypto++
• Check input data
– Avoid strings when possible
– QString::toHtmlEscaped/replace, QRegExp
– QSqlQuery::bindValue
Make them talk
Into the clouds
14
Example use cases
• Save user alarms and settings
• Set alarms from Smartphone
• News and weather
• Intelligent wake up
– Depending on traffic, weather
15
Cloud services
• Cloud services / dedicated server
– Storage
• User settings, alarms
– Computing
• Traffic and weather, analysis
• Interface
– HTTP + JSON/XLM
• Very easy for Web applications
– Authentication
16
Cloud services
Third party service
– Weather, news
Our server
– User preferences, Alarms
– Qt Cloud Services,
Amazon, etc
• QNetworkAccessManager
– HTTP Get/Post/Put
– QNAM::get(QNetworkRequest(QUrl(“http://myserver.com”);
– QJsonDocument, QDomDocument (XML)
1
2
1
2
17
Cloud services
Sorry I lied…
Gateway device / server
– To third-party services
– Access control
– Formatting
– Caching
2
2
18
Context
Qt Approved
Let there be light!
…but thanks to Qt
20
Adding a light
• Light
– Wifi connected
– Brightness, color
– QUdpSocket on a fixed IP address
– Power on when an alarm rings
21
Notifications
• Remote alarm
– Server has something to say ! “Push notification”
– Device listens on a specific TCP port
– Only accepts connections from server, QHostInfo
QTcpServer server;
server.listen(host, port);
22
IoT Flexibility
?
Sensors Devices Gateway Cloud
• What if more ? New devices ?
– Like a Coffee machine
– … need for flexibility
– Broadcast yourself
23
IoT Flexibility
?
Sensors Clients Broker Client(s)
• What if more ? New devices ?
– Centralizes information
– Clients publish events (temp., lights on, etc.)
– Clients subscribe to events
– MQTT (qmqtt, mosquitto), AMQP, XMPP …

Weitere ähnliche Inhalte

Was ist angesagt?

Acceleration_and_Security_draft_v2
Acceleration_and_Security_draft_v2Acceleration_and_Security_draft_v2
Acceleration_and_Security_draft_v2
Srinivasa Addepalli
 
Controltrix- We make control solutions easier
Controltrix- We make control solutions easierControltrix- We make control solutions easier
Controltrix- We make control solutions easier
controltrix
 

Was ist angesagt? (20)

ComputeCore de CoreAVI
ComputeCore de CoreAVIComputeCore de CoreAVI
ComputeCore de CoreAVI
 
Patti Engineering Presentation: Water/Wastewater with InduSoft Web Studio and...
Patti Engineering Presentation: Water/Wastewater with InduSoft Web Studio and...Patti Engineering Presentation: Water/Wastewater with InduSoft Web Studio and...
Patti Engineering Presentation: Water/Wastewater with InduSoft Web Studio and...
 
Acceleration_and_Security_draft_v2
Acceleration_and_Security_draft_v2Acceleration_and_Security_draft_v2
Acceleration_and_Security_draft_v2
 
Boost Operational Efficiency with New OEE Software
Boost Operational Efficiency with New OEE SoftwareBoost Operational Efficiency with New OEE Software
Boost Operational Efficiency with New OEE Software
 
How Crosser Built a Modern Industrial Data Historian with InfluxDB and Grafana
How Crosser Built a Modern Industrial Data Historian with InfluxDB and GrafanaHow Crosser Built a Modern Industrial Data Historian with InfluxDB and Grafana
How Crosser Built a Modern Industrial Data Historian with InfluxDB and Grafana
 
Design Like a Pro: Machine Learning Basics
Design Like a Pro: Machine Learning BasicsDesign Like a Pro: Machine Learning Basics
Design Like a Pro: Machine Learning Basics
 
The LightConnectTM Fabric V-POD Data Center Architecture
The LightConnectTM Fabric V-POD Data Center ArchitectureThe LightConnectTM Fabric V-POD Data Center Architecture
The LightConnectTM Fabric V-POD Data Center Architecture
 
12 Ways to Use PLCs & SQL Databases Together
12 Ways to Use PLCs & SQL Databases Together12 Ways to Use PLCs & SQL Databases Together
12 Ways to Use PLCs & SQL Databases Together
 
Controltrix- We make control solutions easier
Controltrix- We make control solutions easierControltrix- We make control solutions easier
Controltrix- We make control solutions easier
 
oBIX Presentation to the Open Source Developers Conference - Gold Coast, Aust...
oBIX Presentation to the Open Source Developers Conference - Gold Coast, Aust...oBIX Presentation to the Open Source Developers Conference - Gold Coast, Aust...
oBIX Presentation to the Open Source Developers Conference - Gold Coast, Aust...
 
Affordably Refreshing Your Water District’s Process Control
Affordably Refreshing Your Water District’s Process ControlAffordably Refreshing Your Water District’s Process Control
Affordably Refreshing Your Water District’s Process Control
 
Lab introduction
Lab introductionLab introduction
Lab introduction
 
How to use SDN to Innovate, Expand and Deliver for your business
How to use SDN to Innovate, Expand and Deliver for your businessHow to use SDN to Innovate, Expand and Deliver for your business
How to use SDN to Innovate, Expand and Deliver for your business
 
NXP Presentation @ ThousandEyes Connect London - June 13th 2019
NXP Presentation @ ThousandEyes Connect London - June 13th 2019NXP Presentation @ ThousandEyes Connect London - June 13th 2019
NXP Presentation @ ThousandEyes Connect London - June 13th 2019
 
Service Oriented Architectures (SOA) Monitoring and Management with HP OpenVi...
Service Oriented Architectures (SOA) Monitoring and Management with HP OpenVi...Service Oriented Architectures (SOA) Monitoring and Management with HP OpenVi...
Service Oriented Architectures (SOA) Monitoring and Management with HP OpenVi...
 
Io t world_2016_iot_smart_gateways_moe
Io t world_2016_iot_smart_gateways_moeIo t world_2016_iot_smart_gateways_moe
Io t world_2016_iot_smart_gateways_moe
 
Choosing the right platform for your Internet -of-Things solution
Choosing the right platform for your Internet -of-Things solutionChoosing the right platform for your Internet -of-Things solution
Choosing the right platform for your Internet -of-Things solution
 
Innovation Summit 2015 - 3 - WP
Innovation Summit 2015 - 3 - WPInnovation Summit 2015 - 3 - WP
Innovation Summit 2015 - 3 - WP
 
Ndmc automotive - Encanvas Cloud 'how it works'
Ndmc automotive - Encanvas Cloud 'how it works'Ndmc automotive - Encanvas Cloud 'how it works'
Ndmc automotive - Encanvas Cloud 'how it works'
 
Apache edgent
Apache edgentApache edgent
Apache edgent
 

Ähnlich wie Witekio IoT presentation

Ähnlich wie Witekio IoT presentation (20)

Internet of things
Internet of thingsInternet of things
Internet of things
 
From the Internet of Things to Intelligent Systems A Developer's Primer - Gar...
From the Internet of Things to Intelligent Systems A Developer's Primer - Gar...From the Internet of Things to Intelligent Systems A Developer's Primer - Gar...
From the Internet of Things to Intelligent Systems A Developer's Primer - Gar...
 
Building the Internet of Things with Thingsquare and Contiki - day 1, part 3
Building the Internet of Things with Thingsquare and Contiki - day 1, part 3Building the Internet of Things with Thingsquare and Contiki - day 1, part 3
Building the Internet of Things with Thingsquare and Contiki - day 1, part 3
 
Building the Internet of Things with Eclipse IoT - IoTBE meetup
Building the Internet of Things with Eclipse IoT - IoTBE meetupBuilding the Internet of Things with Eclipse IoT - IoTBE meetup
Building the Internet of Things with Eclipse IoT - IoTBE meetup
 
Industrial IoT Mayhem? Java IoT Gateways to the Rescue
Industrial IoT Mayhem? Java IoT Gateways to the RescueIndustrial IoT Mayhem? Java IoT Gateways to the Rescue
Industrial IoT Mayhem? Java IoT Gateways to the Rescue
 
End to end IoT Solution using Mongoose OS.
End to end IoT Solution using Mongoose OS.End to end IoT Solution using Mongoose OS.
End to end IoT Solution using Mongoose OS.
 
Using open source for IoT
Using open source for IoTUsing open source for IoT
Using open source for IoT
 
Is your MQTT broker IoT ready?
Is your MQTT broker IoT ready?Is your MQTT broker IoT ready?
Is your MQTT broker IoT ready?
 
Far South Networks - an introduction
Far South Networks - an introductionFar South Networks - an introduction
Far South Networks - an introduction
 
System design of multiprotocol iot
System design of multiprotocol iotSystem design of multiprotocol iot
System design of multiprotocol iot
 
Kickstarting IOT using NodeRED
Kickstarting IOT using NodeREDKickstarting IOT using NodeRED
Kickstarting IOT using NodeRED
 
Building Open Source IoT Cloud
Building Open Source IoT CloudBuilding Open Source IoT Cloud
Building Open Source IoT Cloud
 
IOT and System Platform From Concepts to Code
IOT and System Platform From Concepts to CodeIOT and System Platform From Concepts to Code
IOT and System Platform From Concepts to Code
 
5º MeetUP ARQconf 2016 - IoT: What is it really and how does it work?
5º MeetUP ARQconf 2016 - IoT: What is it really and how does it work?5º MeetUP ARQconf 2016 - IoT: What is it really and how does it work?
5º MeetUP ARQconf 2016 - IoT: What is it really and how does it work?
 
QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421
QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421
QIoT 您專屬的私有雲平台 - 新知講堂 - 20170421
 
Designing and Implementing your IOT Solutions with Open Source
Designing and Implementing your IOT Solutions with Open SourceDesigning and Implementing your IOT Solutions with Open Source
Designing and Implementing your IOT Solutions with Open Source
 
IoT Notes Syllabus .pdf
IoT Notes Syllabus .pdfIoT Notes Syllabus .pdf
IoT Notes Syllabus .pdf
 
1 importance of light weight authentication in iot
1 importance of light weight authentication in iot1 importance of light weight authentication in iot
1 importance of light weight authentication in iot
 
ADAM-3600 Sales kit_WATER.pptx
ADAM-3600 Sales kit_WATER.pptxADAM-3600 Sales kit_WATER.pptx
ADAM-3600 Sales kit_WATER.pptx
 
Encapsulating Complexity in IoT Solutions
Encapsulating Complexity in IoT SolutionsEncapsulating Complexity in IoT Solutions
Encapsulating Complexity in IoT Solutions
 

Mehr von Witekio

Mehr von Witekio (16)

IoT & Embedded systems development
IoT & Embedded systems developmentIoT & Embedded systems development
IoT & Embedded systems development
 
IoT Device Security
IoT Device SecurityIoT Device Security
IoT Device Security
 
Conference Security by Design - Microsoft - Relever les défis de la sécurité ...
Conference Security by Design - Microsoft - Relever les défis de la sécurité ...Conference Security by Design - Microsoft - Relever les défis de la sécurité ...
Conference Security by Design - Microsoft - Relever les défis de la sécurité ...
 
Conference Security by Design - Gemalto - Security in IoT
Conference Security by Design - Gemalto - Security in IoTConference Security by Design - Gemalto - Security in IoT
Conference Security by Design - Gemalto - Security in IoT
 
Conference Security by Design - Lacroix Electronics - Comment conçoit on un o...
Conference Security by Design - Lacroix Electronics - Comment conçoit on un o...Conference Security by Design - Lacroix Electronics - Comment conçoit on un o...
Conference Security by Design - Lacroix Electronics - Comment conçoit on un o...
 
Machine learning - AI
Machine learning - AIMachine learning - AI
Machine learning - AI
 
Evoca Group - Smart connected coffee vending machine
Evoca Group - Smart connected coffee vending machineEvoca Group - Smart connected coffee vending machine
Evoca Group - Smart connected coffee vending machine
 
Containers demystified webinar detailed
Containers demystified webinar detailedContainers demystified webinar detailed
Containers demystified webinar detailed
 
Witekio Corporate presentation H2 2017
Witekio Corporate presentation H2 2017Witekio Corporate presentation H2 2017
Witekio Corporate presentation H2 2017
 
Why you should join Witekio
Why you should join WitekioWhy you should join Witekio
Why you should join Witekio
 
Witekio introducing-predictive-maintenance
Witekio introducing-predictive-maintenanceWitekio introducing-predictive-maintenance
Witekio introducing-predictive-maintenance
 
System Software Integration, Witekio
System Software Integration, WitekioSystem Software Integration, Witekio
System Software Integration, Witekio
 
Witekio Corporate Presentation Q42016
Witekio Corporate Presentation Q42016Witekio Corporate Presentation Q42016
Witekio Corporate Presentation Q42016
 
Continuous Integration for BSP
Continuous Integration for BSPContinuous Integration for BSP
Continuous Integration for BSP
 
Witekio custom modern qt quick components
Witekio custom modern qt quick componentsWitekio custom modern qt quick components
Witekio custom modern qt quick components
 
Adeneo Embedded stay tuned
Adeneo Embedded stay tuned Adeneo Embedded stay tuned
Adeneo Embedded stay tuned
 

Kürzlich hochgeladen

CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
masabamasaba
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
masabamasaba
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 

Kürzlich hochgeladen (20)

%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 

Witekio IoT presentation

  • 1. IoT : The Alarm Clock
  • 2. 2 Adrien Leravat Presentation Witekio • Germany, France, US, Taiwan • System / ecosystem • BSP & drivers, embedded & mobile software
  • 3. 3 Internet of What ? • Attributes – Devices, Communicating. – Acquire data, can grow, intelligent • Vague but powerful – Car, home, town • New challenges – Networks, Energy consumption, Security
  • 4. 4 Key points Your own components • This is about – Highlighting IoT important keys – Qt in the picture • IoT devices • Security • Into the clouds • Let there be light !
  • 6. 6 Embedded • Our Alarm-clock – NXP i.MX6 DualLite – Linux 3.10, Yocto 1.5 • Connectivity is key • Medium / Long range – Networks, Energy consumption, Security • Short range – BT, BTLE, NFC, RFID • Even ‘’Cables’’!
  • 7. 7 IoT Sytem Topology Sensors - No CPU - Acquire data Devices - ARM - Screen - Qt iMX6 Gateway/Broker - ARM/x86 - Screen - Qt Cloud - x86/64 - Qt   Size of Qt
  • 8. 8 Qt’s role • For graphical applications – Qt Quick / Widgets – Depends on GPU, RAM and GUI’s complexity • For non-graphical applications – Leverage Qt classes (Networking, Files, DB, …) – Sharing code, good performances – Consider alternatives for heavy duty remote services
  • 10. 10 Security • No one is ‘’safe’’ – Growing number of connected devices, means more opportunities for hackers – Shodan: IoT device search engine
  • 11. 11 Security • System – Keep it up to date (packages) – Remove development and unused services – Firewall – Security enhancements – Seal the box
  • 12. 12 Security • Encrypt communications – QSslSocket: TCP socket with SSL/TLS (requires OpenSSH) – Manually: • Simplecrypt (Qt), OpenSSH, Crypto++ • Check input data – Avoid strings when possible – QString::toHtmlEscaped/replace, QRegExp – QSqlQuery::bindValue
  • 13. Make them talk Into the clouds
  • 14. 14 Example use cases • Save user alarms and settings • Set alarms from Smartphone • News and weather • Intelligent wake up – Depending on traffic, weather
  • 15. 15 Cloud services • Cloud services / dedicated server – Storage • User settings, alarms – Computing • Traffic and weather, analysis • Interface – HTTP + JSON/XLM • Very easy for Web applications – Authentication
  • 16. 16 Cloud services Third party service – Weather, news Our server – User preferences, Alarms – Qt Cloud Services, Amazon, etc • QNetworkAccessManager – HTTP Get/Post/Put – QNAM::get(QNetworkRequest(QUrl(“http://myserver.com”); – QJsonDocument, QDomDocument (XML) 1 2 1 2
  • 17. 17 Cloud services Sorry I lied… Gateway device / server – To third-party services – Access control – Formatting – Caching 2 2
  • 19. Let there be light! …but thanks to Qt
  • 20. 20 Adding a light • Light – Wifi connected – Brightness, color – QUdpSocket on a fixed IP address – Power on when an alarm rings
  • 21. 21 Notifications • Remote alarm – Server has something to say ! “Push notification” – Device listens on a specific TCP port – Only accepts connections from server, QHostInfo QTcpServer server; server.listen(host, port);
  • 22. 22 IoT Flexibility ? Sensors Devices Gateway Cloud • What if more ? New devices ? – Like a Coffee machine – … need for flexibility – Broadcast yourself
  • 23. 23 IoT Flexibility ? Sensors Clients Broker Client(s) • What if more ? New devices ? – Centralizes information – Clients publish events (temp., lights on, etc.) – Clients subscribe to events – MQTT (qmqtt, mosquitto), AMQP, XMPP …