Top Banner
Moving from Cloud Computing to Fog Computing How the IoT will Change the Way We Live and Work
26

2014 Technology_Disruption_Forum_SmartThings

Oct 21, 2014

Download

Technology

Topic: Moving from Cloud Computing to Fog Computing: How the “Internet of Things will Change the Way We Live and Work
Speaker: Jeff Hagins, Co-founder & CTO, SmartThings
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 2014 Technology_Disruption_Forum_SmartThings

Moving from Cloud Computing to Fog Computing

How the IoT will Change the Way We Live and Work

Page 2: 2014 Technology_Disruption_Forum_SmartThings

The Internet of Things is NOT about getting everyday devices connected

...

Page 3: 2014 Technology_Disruption_Forum_SmartThings

The Internet of Things IS about challenging the status quo and the

way things work in the Physical World …

Page 4: 2014 Technology_Disruption_Forum_SmartThings

We like to ask questions like …

Page 5: 2014 Technology_Disruption_Forum_SmartThings

Why are lights controlled by physical switches?

Page 6: 2014 Technology_Disruption_Forum_SmartThings

Why do I need a thermostat on the wall of my home?

Page 7: 2014 Technology_Disruption_Forum_SmartThings

Why do doors have physical keys?

Page 8: 2014 Technology_Disruption_Forum_SmartThings

Why do cars have steering wheels?

Page 9: 2014 Technology_Disruption_Forum_SmartThings

Why do I have to connect devices to my home network?

Why do I even have a home network?

Page 10: 2014 Technology_Disruption_Forum_SmartThings

Why are packages delivered by people?

Page 11: 2014 Technology_Disruption_Forum_SmartThings

Why do patients go to Doctors in person?

Page 12: 2014 Technology_Disruption_Forum_SmartThings

Why do I still drive by office buildings at night and see lots of

lights on?

Page 13: 2014 Technology_Disruption_Forum_SmartThings

Why can't a house detect a water leak and turn off the water?

Page 14: 2014 Technology_Disruption_Forum_SmartThings

Why does 33% of the food produced on the planet go to

waste?

Page 15: 2014 Technology_Disruption_Forum_SmartThings

Why is the IoT happening now?

Page 16: 2014 Technology_Disruption_Forum_SmartThings

Why Now?

Page 17: 2014 Technology_Disruption_Forum_SmartThings

But there are still barriers to making all of this a reality …

Page 18: 2014 Technology_Disruption_Forum_SmartThings

Reduce friction for developers

Page 19: 2014 Technology_Disruption_Forum_SmartThings

# ask the switch to turn on the light switchDevice.sendZclCommandNoAck(switchPort, switchEndPoint, lightDevice, lightEndPoint, ZCL_CLUSTER_ID_GEN_ON_OFF, ZCL_FRAME_CLIENT_SERVER_DIR, switchEndPoint.onCmd()) t = Timer(toggleDelay, name = ”On command watchdog") t.start() # we should get a notification alt( [ [ lightPort.RECEIVE(lightEndPoint.mw_incomingZcl(), value = 'incomingZclMsg'), lambda: t.stop() ], [ lightPort.RECEIVE(), lambda: REPEAT ], [ t.TIMEOUT, lambda: stop() ], ]) if value and value('incomingZclMsg')[1]: _msg = value('incomingZclMsg')[1] lightEndPoint.incomingZclCmd(lightPort, lightDevice, _msg['clusterId'], _msg['cmdCode'], _msg['data'])

Switch1.on() // from anywhere // without regard for protocol // without regard for device location

This Instead of This

Page 20: 2014 Technology_Disruption_Forum_SmartThings

Extend Cloud Computing to become Fog Computing so that we can put

intelligence close to the devices, even mobile ones

Page 21: 2014 Technology_Disruption_Forum_SmartThings

What Will Fog Computing Look Like?

Page 22: 2014 Technology_Disruption_Forum_SmartThings

Reduce friction for Connecting Devices & Create Specialized

Networks with Dedicated Spectrum

Page 23: 2014 Technology_Disruption_Forum_SmartThings

Spectrum Will Inhibit Usability

Page 24: 2014 Technology_Disruption_Forum_SmartThings

Simplify the Overall User Experience

Page 25: 2014 Technology_Disruption_Forum_SmartThings

Discovery Setup In-Life

Page 26: 2014 Technology_Disruption_Forum_SmartThings

Make every home into a smart home

Easy Open Secure