SlideShare a Scribd company logo
1 of 26
David Pugh
@davidpugh_dpa
@gcell_uk
Google Eddystone
and the
Physical Web
What are Beacons?
BLE restricts the size of the message beacons can send so
usually they just send out a static message advertising a unique
identifier.
Beacons are devices that sit broadcast a BlueTooth Low
Energy (BLE) signal.
The message is usually broadcast at between 1-10 times a
second and the beacon hardware tend to be small battery
powered devices.
A nearby smart device can choose to scan for these, see them
and then decide to perform an action based on the beacon ID.
Beacons are passive – they have a fixed
message and communication is one way.
They do not deliver data, only provide a trigger.
Flavours

There are a number of different beacon
specifications – e.g.,
iBeacon
the original beacon specification from Apple.
Its main advantage is the built in iOS API
that allows background notifications.
iBeacon
the original beacon specification from Apple.
Its main advantage is the built in iOS API
that allows background notifications.
Eddystone
Open beacon platform project from
Google, including the
Physical Web & working with Proximity
and Nearby APIs
Eddystone
Open beacon platform project from
Google, including the
Physical Web & working with Proximity
and Nearby APIs
AltBeacon
Open beacon platform from
Radius Networks
AltBeacon
Open beacon platform from
Radius Networks
So why would I use one?
Instead of using location, we can use proximity.
The beacon can move (e.g, buses, trains, taxis, people,
dragons).
Lower power, 1-10m accuracy (including vertical).
They work indoors and outdoors.
UID
static unique ID
URL
compressed URL,
usable by the client
TLM
telemetry data sent
alongside UID/URLEID
time varying security protocol for UID/TLM
Usually, when people talk about Eddystone, they mean
Eddystone URL aka
The concept behind this is to extend existing web sites,
allowing beacons to broadcast URLS to devices around
them.
There is no need to develop a specific app.
URL Beacon
Beacon advertises
a URL
Physical Web App or
Chrome sees BLE signal
Android – scans when prompted or device unlocked
iOS – scans on Today View refresh
Google Physical
Web Server
Google Servers check
& filters out unsafe & ranks
(Chrome)
App displays URLs and
Metadata in order
of nearness, quality &
non-personalised relevance
Android – silent notification
Google Physical Web: how it works?
1
2
34
The aim is to get Frictionless web
page discovery – no more QR
codes or typing in addresses.
Eg, I can send a link to the
Library website for users as
they visit.
Physical objects will lead you
to relevant information if you are
close to them.
Getting it to Work – Chrome on Android
• Inbuilt for Chrome 49 onwards
• Switch on Bluetooth and location
• You may automatically receive a notification if beacon
devices are nearby
Getting it to Work – Chrome on iOS
• Switch on Bluetooth
• Install Chrome
• Enable the Chrome Widget in the Today View
• Refresh the Today page
Getting your URL advertised
Eddystone URL devices are configured through
the Physical Web App.
You are restricted with the length of the URL, so more
than likely you will need to shorten the URL.
Using a shortener like tiny.cc or hosting your own
shortener allows you to change the redirect without
reprogramming the beacon.
Not all URLS are treated the same!
Chrome Physcial Web Chrome Physical Web
Meta Data
fetch
Site Summary Description
Yes No Yes Yes
Local Site
http://mycomputer.local
No Yes No No
Unsecure site
http://gcell.com
Yes Yes No Yes
Secure site
https://twitter.com
Yes Yes Yes Yes
Fake Site https://madeupname.wal No Yes No Yes
To increase security Google Chrome on Android restricts
the URLs it shows. However this is not uniform across
OS and apps! This is also set to change.
ANDROIDiOS
Misconceptions about Physical Web
You don't need an app!
− Actually you do, it just happens to be one that already
exists.
Notifications just appear!
− No – you need to set up Physical web on your phone either through
Chrome. Sometimes you'll get notifications on android but in general,
you have to purposely search to see the URLs.
You can advertise anything!
− No – sites need to be https and are monitored by Google
servers.
iBeacon Physical Web
Product Shipping Apple Product, APIs and
functionality in iOS
Project, but with built in support in
Chrome 49+
Source Specification is public, controlled by
Apple
Open source, Apache 2.0 licence
Hardware BLE Beacon, specification by Apple,
must be certified to manufacture
BLE Beacons, some WiFi support
starting to emerge
Beacon
payload
Proximity UUID, Major and Minor
Numbers
URL Formatted to Physical Web
Spec
Alerts/
Background
IOS allows background notifications Within Chrome automatic scan for a
few seconds every device
unlock/Today View refresh. Silent
Notifications in Android.
Physical Web & iBeacon?
UID
static unique ID
TLM
telemetry data paired
alongside UID
EID
time varying security protocol for UID/TLM
Nearby Notifications
Nearby Notifications is part
of the Google Nearby API,
allowing device interactions
based on proximity. This
allows interaction with
beacons outside of Chrome.
You can associate an app &
website with a BLE beacon.
You can then integrate the
functionality into your app or
send messages to devices
via Google Play.
Android users near the beacon will receive a notification that leads to:
− A trigger to the user to install a white listed app – message pushed
through Google Play.
− A trigger an app intent to launch the pre-installed app and get it to
perform an action (or go to a web fallback URL).
− Open a Mobile Web site
Proximity Beacon API
Google Proximity Beacon
API is a cloud service that
allows management of
beacons using a REST API.
You can associate a
Latitude, Longitude and
Floor number with your
UID/EID beacon, and also
monitor data sent via TLM.
Android users near the beacon can then receive a notification through Nearby
Messages API.
− Data is associated to your beacon as attachments
− Data can be updated remotely
− You can also Open a mobile website
This can also be managed through the Google Beacon Dashboard and
Beacon Tools App.
Integrating this into your app automatically deals with beacon scanning in
both fore and background.
Beacon Dashboard & Beacon Tools
Manage online through
Google Beacons Dashboard
Search for & register beacons
using Beacon Tools App
Find out how to integrate in your app using Google Code labs:
https://codelabs.developers.google.com/codelabs/hello-beacons/index.html#0
Use Nearby API to
automatically scan
& receive messages in
your app
1
2
3
Comparing URL and UID
UID
Utilise with native app and/or
Google Beacon Proximity and Nearby APIs
to deliver attachments & trigger actions
to develop responsive, sophisticated
experiences.
Use TLM to provide remote telemetric
data on your hardware fleet
Add EID to secure the beacon ID
and TLM data.
URL
Send a secure Web URL that can be
opened directly in Chrome
'Walk up and use'
Makes opening web pages smoother.
Works with Chrome and Physical
Web Apps on iOS and Android.
Used with App
Integrate Nearby & Proximity API
Chrome or Physical Web
Challenges
Creativity
Plenty of creative ideas, but need to focus
on genuinely improving experience &
enhancing an existing app. You need to
give users a reason to download and
switch on Bluetooth!
Infa-structure
The standards are still evolving &
there are still some compatibility
issues.
Beacon lifetime is improving (e.g.,
5-8 years lifetime), hardware cost is
decreasing & experience in
installing is becoming more
widespread.
Data
Be really clear to the user what the
beacons are doing and why. Make
sure you are clear about what data
is being collected and what is being
done with it.
Data
Be really clear to the user what the
beacons are doing and why. Make
sure you are clear about what data
is being collected and what is being
done with it.
Future Developments
WiFi direct and mDNS for users with Bluetooth off, and to allow larger
scale and private Physical Web networks.
FatBeacon – enables you to connect to the beacon so it can
send an embedded html to your device (10kB).
https://github.com/google/physical-web/releases
Sharing on Physical Web App–turn your phone or device into a URL
Beacon.
Eddystone-GATT allows open development of BLE ecosystem.
More uniform experience – https required across iOS and Android
Chrome extensions.
Other browsers are supporting the physical web as well (Firefox
OS and a dev build for Opera for Android).
Thank you
David Pugh
@davidpugh_dpa
@gcell_uk
Developing Beacon experiences

Focus on the experience
Don't rely on the notifications or delivered content – you
can't always guarantee it; instead think about making
relevant content more easily available to users when they
want it.
Remember that iBeacon/E-UID beacon doesn't always
need to trigger something for the user – passive monitoring
can drive better experiences.
Many notifications are irritating and drive people to their
screens rather than to the environment they are in; be very
tailored and select in what you deliver.
Security and EID
Eddystone EID periodically changes the 8bit ID on the UID beacon to
restrict access to authorised users
8 bit AES-encrypted ID is changed psuedo-randomly with a pre-
configured period of between 1s to 9 hours.
Applications may want to limit who can use their beacon infastructure, or
stop others spoofing (copying in another location) or piggybacking
(using your beacon to send their message)
Id is generated on the beacon using a key and timer, and key is
exchanged with Proximity API during configuration (either shared or
exchanged).
When a beacon is seen the current EID is sent to the Proximity API and it
determines if the app is authorised to see the beacon details; if so it
serves a Nearby message.
Useful Links
(if only there was a way for this presentation to automatically get your smart device to open these
relevant links....)
Overview of Eddystone:
https://www.linkedin.com/pulse/sharing-urls-easily-public-david-pugh?trk=mp-reader-card
Google Documentation and Guides
Google Beacon Ecosystem
https://developers.google.com/beacons/
Eddystone & Physical Web GitHub – good to see the specs and catch the
discussion on latest experiments. Start at the Physcial Web Repo!
https://github.com/google/eddystone
https://github.com/google/physical-web
Find out how to integrate Nearby Notification in your app and use the Dashboard
and Beacon Tool app , see Google Code labs:
https://codelabs.developers.google.com/codelabs/hello-beacons/index.html#0

More Related Content

What's hot

Iphone client-server app with Rails backend (v3)
Iphone client-server app with Rails backend (v3)Iphone client-server app with Rails backend (v3)
Iphone client-server app with Rails backend (v3)Sujee Maniyam
 
Icloud keynote2
Icloud keynote2Icloud keynote2
Icloud keynote2avsorrent
 
Getting Started with iBeacon Education
Getting Started with iBeacon EducationGetting Started with iBeacon Education
Getting Started with iBeacon EducationLocly
 
What's new in iOS 9 ?
What's new in iOS 9 ?What's new in iOS 9 ?
What's new in iOS 9 ?Phonevalley
 
Best Practice iPhone SDK App Design
Best Practice iPhone SDK App DesignBest Practice iPhone SDK App Design
Best Practice iPhone SDK App DesignBess Ho
 
Introducing Apple iPad mini 2012
Introducing Apple iPad mini 2012Introducing Apple iPad mini 2012
Introducing Apple iPad mini 2012JJ Wu
 
Apple The New iPad(Apple iPad 3rd generation)
Apple The New iPad(Apple iPad 3rd generation)Apple The New iPad(Apple iPad 3rd generation)
Apple The New iPad(Apple iPad 3rd generation)JJ Wu
 
Using Windows Live Services in Your Own Web Applications
Using Windows Live Services in Your Own Web ApplicationsUsing Windows Live Services in Your Own Web Applications
Using Windows Live Services in Your Own Web Applicationsgoodfriday
 
Programing for the iPhone
Programing for the iPhonePrograming for the iPhone
Programing for the iPhoneMike Qaissaunee
 
HTML5 or Native Apps: Which Will it Be?
HTML5 or Native Apps: Which Will it Be?HTML5 or Native Apps: Which Will it Be?
HTML5 or Native Apps: Which Will it Be?jwhatcott
 
Dnx Mobile Marketing Golden Rules
Dnx Mobile Marketing Golden RulesDnx Mobile Marketing Golden Rules
Dnx Mobile Marketing Golden RulesAdam Troman
 
Cloud client darwin information cloud browser
Cloud client   darwin information cloud browserCloud client   darwin information cloud browser
Cloud client darwin information cloud browserYing LI
 

What's hot (17)

Iphone client-server app with Rails backend (v3)
Iphone client-server app with Rails backend (v3)Iphone client-server app with Rails backend (v3)
Iphone client-server app with Rails backend (v3)
 
A seminar report on i cloud
A  seminar report on i cloudA  seminar report on i cloud
A seminar report on i cloud
 
Icloud keynote2
Icloud keynote2Icloud keynote2
Icloud keynote2
 
iCloud
iCloudiCloud
iCloud
 
Getting Started with iBeacon Education
Getting Started with iBeacon EducationGetting Started with iBeacon Education
Getting Started with iBeacon Education
 
What's new in iOS 9 ?
What's new in iOS 9 ?What's new in iOS 9 ?
What's new in iOS 9 ?
 
Best Practice iPhone SDK App Design
Best Practice iPhone SDK App DesignBest Practice iPhone SDK App Design
Best Practice iPhone SDK App Design
 
Introducing Apple iPad mini 2012
Introducing Apple iPad mini 2012Introducing Apple iPad mini 2012
Introducing Apple iPad mini 2012
 
iBeacon Bible 2.0
iBeacon Bible 2.0iBeacon Bible 2.0
iBeacon Bible 2.0
 
Beacon Bible 3.0
Beacon Bible 3.0Beacon Bible 3.0
Beacon Bible 3.0
 
Iphone4s
Iphone4sIphone4s
Iphone4s
 
Apple The New iPad(Apple iPad 3rd generation)
Apple The New iPad(Apple iPad 3rd generation)Apple The New iPad(Apple iPad 3rd generation)
Apple The New iPad(Apple iPad 3rd generation)
 
Using Windows Live Services in Your Own Web Applications
Using Windows Live Services in Your Own Web ApplicationsUsing Windows Live Services in Your Own Web Applications
Using Windows Live Services in Your Own Web Applications
 
Programing for the iPhone
Programing for the iPhonePrograming for the iPhone
Programing for the iPhone
 
HTML5 or Native Apps: Which Will it Be?
HTML5 or Native Apps: Which Will it Be?HTML5 or Native Apps: Which Will it Be?
HTML5 or Native Apps: Which Will it Be?
 
Dnx Mobile Marketing Golden Rules
Dnx Mobile Marketing Golden RulesDnx Mobile Marketing Golden Rules
Dnx Mobile Marketing Golden Rules
 
Cloud client darwin information cloud browser
Cloud client   darwin information cloud browserCloud client   darwin information cloud browser
Cloud client darwin information cloud browser
 

Viewers also liked

iBeacon, BLE and The Future of Engagement: Dsrupted Conference
iBeacon, BLE and The Future of Engagement: Dsrupted ConferenceiBeacon, BLE and The Future of Engagement: Dsrupted Conference
iBeacon, BLE and The Future of Engagement: Dsrupted ConferenceDoug Thompson
 
Build Your own iBeacon
Build Your own iBeaconBuild Your own iBeacon
Build Your own iBeaconRamin Firoozye
 
The Internet of Things: BLE / Beacons / iBeacons
The Internet of Things: BLE / Beacons / iBeaconsThe Internet of Things: BLE / Beacons / iBeacons
The Internet of Things: BLE / Beacons / iBeaconsVectorform
 
BEACON TECHNOLOGY OVERVIEW
BEACON TECHNOLOGY OVERVIEWBEACON TECHNOLOGY OVERVIEW
BEACON TECHNOLOGY OVERVIEWDonnovan Andrews
 
What are beacons and how do they work?
What are beacons and how do they work?What are beacons and how do they work?
What are beacons and how do they work?kontakt.io
 
50 ideas for using beacons
50 ideas for using beacons50 ideas for using beacons
50 ideas for using beaconsSinergia Labs
 
Steal this iBeacon presentation
Steal this iBeacon presentationSteal this iBeacon presentation
Steal this iBeacon presentationRed Fox Insights
 
iBeacon and Bluetooth LE: An Introduction
iBeacon and Bluetooth LE: An Introduction iBeacon and Bluetooth LE: An Introduction
iBeacon and Bluetooth LE: An Introduction Doug Thompson
 
PayPal Beacon and Apple iBeacon
PayPal Beacon and Apple iBeaconPayPal Beacon and Apple iBeacon
PayPal Beacon and Apple iBeaconChitpong Wuttanan
 
An introduction to Beacons
An introduction to BeaconsAn introduction to Beacons
An introduction to BeaconsDMI
 

Viewers also liked (10)

iBeacon, BLE and The Future of Engagement: Dsrupted Conference
iBeacon, BLE and The Future of Engagement: Dsrupted ConferenceiBeacon, BLE and The Future of Engagement: Dsrupted Conference
iBeacon, BLE and The Future of Engagement: Dsrupted Conference
 
Build Your own iBeacon
Build Your own iBeaconBuild Your own iBeacon
Build Your own iBeacon
 
The Internet of Things: BLE / Beacons / iBeacons
The Internet of Things: BLE / Beacons / iBeaconsThe Internet of Things: BLE / Beacons / iBeacons
The Internet of Things: BLE / Beacons / iBeacons
 
BEACON TECHNOLOGY OVERVIEW
BEACON TECHNOLOGY OVERVIEWBEACON TECHNOLOGY OVERVIEW
BEACON TECHNOLOGY OVERVIEW
 
What are beacons and how do they work?
What are beacons and how do they work?What are beacons and how do they work?
What are beacons and how do they work?
 
50 ideas for using beacons
50 ideas for using beacons50 ideas for using beacons
50 ideas for using beacons
 
Steal this iBeacon presentation
Steal this iBeacon presentationSteal this iBeacon presentation
Steal this iBeacon presentation
 
iBeacon and Bluetooth LE: An Introduction
iBeacon and Bluetooth LE: An Introduction iBeacon and Bluetooth LE: An Introduction
iBeacon and Bluetooth LE: An Introduction
 
PayPal Beacon and Apple iBeacon
PayPal Beacon and Apple iBeaconPayPal Beacon and Apple iBeacon
PayPal Beacon and Apple iBeacon
 
An introduction to Beacons
An introduction to BeaconsAn introduction to Beacons
An introduction to Beacons
 

Similar to GDG Eddystone overview Aug2016

Physical web inside and out final
Physical web inside and out finalPhysical web inside and out final
Physical web inside and out finalstartupIoT
 
LocalSocial O Reilly Webcast Slides - A Tour of the Beacosystem
LocalSocial O Reilly Webcast Slides - A Tour of the BeacosystemLocalSocial O Reilly Webcast Slides - A Tour of the Beacosystem
LocalSocial O Reilly Webcast Slides - A Tour of the BeacosystemSean O'Sullivan
 
Beacosystem Tour for GDG Dublin - Sean O Sullivan
Beacosystem Tour for GDG Dublin - Sean O Sullivan Beacosystem Tour for GDG Dublin - Sean O Sullivan
Beacosystem Tour for GDG Dublin - Sean O Sullivan Sean O'Sullivan
 
ibeacons, Privacy & Customer Segmentation - StreetHawk
ibeacons, Privacy & Customer Segmentation - StreetHawkibeacons, Privacy & Customer Segmentation - StreetHawk
ibeacons, Privacy & Customer Segmentation - StreetHawkDavid Jones
 
Beacon The Google Way
Beacon The Google WayBeacon The Google Way
Beacon The Google WayKetan Raval
 
Debugging mobile websites and web apps
Debugging mobile websites and web appsDebugging mobile websites and web apps
Debugging mobile websites and web appsMihai Corlan
 
iBeacon security overview
iBeacon security overviewiBeacon security overview
iBeacon security overviewLocalz
 
Internet of things, and rise of ibeacons
Internet of things, and rise of ibeaconsInternet of things, and rise of ibeacons
Internet of things, and rise of ibeaconsJanusz Chudzynski
 
Nordics IBM Mobile Foundation Integration in Action
Nordics IBM Mobile Foundation Integration in ActionNordics IBM Mobile Foundation Integration in Action
Nordics IBM Mobile Foundation Integration in ActionIBM Danmark
 
Meteor Mobile App Development
Meteor Mobile App DevelopmentMeteor Mobile App Development
Meteor Mobile App DevelopmentSanjay Kumar
 
Exploring the physical web
Exploring the physical webExploring the physical web
Exploring the physical webyiibu
 
What is Eddystone
What is EddystoneWhat is Eddystone
What is Eddystonebfonics
 
Top 10 iBeacon Questions
Top 10 iBeacon QuestionsTop 10 iBeacon Questions
Top 10 iBeacon QuestionsLocly
 
IBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBIZZ
 
PhoneGap Session at Multi-Mania.be 2013
PhoneGap Session at Multi-Mania.be 2013PhoneGap Session at Multi-Mania.be 2013
PhoneGap Session at Multi-Mania.be 2013Mihai Corlan
 
Beacosystem Talk @ MongoDB User Group Dublin @sos100
Beacosystem Talk @ MongoDB User Group Dublin @sos100Beacosystem Talk @ MongoDB User Group Dublin @sos100
Beacosystem Talk @ MongoDB User Group Dublin @sos100Sean O'Sullivan
 

Similar to GDG Eddystone overview Aug2016 (20)

Physical web inside and out final
Physical web inside and out finalPhysical web inside and out final
Physical web inside and out final
 
LocalSocial O Reilly Webcast Slides - A Tour of the Beacosystem
LocalSocial O Reilly Webcast Slides - A Tour of the BeacosystemLocalSocial O Reilly Webcast Slides - A Tour of the Beacosystem
LocalSocial O Reilly Webcast Slides - A Tour of the Beacosystem
 
Beacosystem Tour for GDG Dublin - Sean O Sullivan
Beacosystem Tour for GDG Dublin - Sean O Sullivan Beacosystem Tour for GDG Dublin - Sean O Sullivan
Beacosystem Tour for GDG Dublin - Sean O Sullivan
 
ibeacons, Privacy & Customer Segmentation - StreetHawk
ibeacons, Privacy & Customer Segmentation - StreetHawkibeacons, Privacy & Customer Segmentation - StreetHawk
ibeacons, Privacy & Customer Segmentation - StreetHawk
 
Beacon The Google Way
Beacon The Google WayBeacon The Google Way
Beacon The Google Way
 
An overview of Beacons
An overview of BeaconsAn overview of Beacons
An overview of Beacons
 
Mobile Apps Develpment - A Comparison
Mobile Apps Develpment - A ComparisonMobile Apps Develpment - A Comparison
Mobile Apps Develpment - A Comparison
 
Debugging mobile websites and web apps
Debugging mobile websites and web appsDebugging mobile websites and web apps
Debugging mobile websites and web apps
 
14 569
14 569 14 569
14 569
 
iBeacon security overview
iBeacon security overviewiBeacon security overview
iBeacon security overview
 
Internet of things, and rise of ibeacons
Internet of things, and rise of ibeaconsInternet of things, and rise of ibeacons
Internet of things, and rise of ibeacons
 
Nordics IBM Mobile Foundation Integration in Action
Nordics IBM Mobile Foundation Integration in ActionNordics IBM Mobile Foundation Integration in Action
Nordics IBM Mobile Foundation Integration in Action
 
Meteor Mobile App Development
Meteor Mobile App DevelopmentMeteor Mobile App Development
Meteor Mobile App Development
 
Exploring the physical web
Exploring the physical webExploring the physical web
Exploring the physical web
 
What is Eddystone
What is EddystoneWhat is Eddystone
What is Eddystone
 
Rococo Software Q3 2010
Rococo Software Q3 2010Rococo Software Q3 2010
Rococo Software Q3 2010
 
Top 10 iBeacon Questions
Top 10 iBeacon QuestionsTop 10 iBeacon Questions
Top 10 iBeacon Questions
 
IBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with WorklightIBM MobileFirst - Hybrid Application Development with Worklight
IBM MobileFirst - Hybrid Application Development with Worklight
 
PhoneGap Session at Multi-Mania.be 2013
PhoneGap Session at Multi-Mania.be 2013PhoneGap Session at Multi-Mania.be 2013
PhoneGap Session at Multi-Mania.be 2013
 
Beacosystem Talk @ MongoDB User Group Dublin @sos100
Beacosystem Talk @ MongoDB User Group Dublin @sos100Beacosystem Talk @ MongoDB User Group Dublin @sos100
Beacosystem Talk @ MongoDB User Group Dublin @sos100
 

Recently uploaded

Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseWSO2
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceIES VE
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAnitaRaj43
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringWSO2
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...caitlingebhard1
 
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....rightmanforbloodline
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuidePixlogix Infotech
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityVictorSzoltysek
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightSafe Software
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data SciencePaolo Missier
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaWSO2
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 

Recently uploaded (20)

Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern Enterprise
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software Engineering
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
 
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data Science
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 

GDG Eddystone overview Aug2016

  • 2. What are Beacons? BLE restricts the size of the message beacons can send so usually they just send out a static message advertising a unique identifier. Beacons are devices that sit broadcast a BlueTooth Low Energy (BLE) signal. The message is usually broadcast at between 1-10 times a second and the beacon hardware tend to be small battery powered devices. A nearby smart device can choose to scan for these, see them and then decide to perform an action based on the beacon ID.
  • 3. Beacons are passive – they have a fixed message and communication is one way. They do not deliver data, only provide a trigger.
  • 4. Flavours  There are a number of different beacon specifications – e.g., iBeacon the original beacon specification from Apple. Its main advantage is the built in iOS API that allows background notifications. iBeacon the original beacon specification from Apple. Its main advantage is the built in iOS API that allows background notifications. Eddystone Open beacon platform project from Google, including the Physical Web & working with Proximity and Nearby APIs Eddystone Open beacon platform project from Google, including the Physical Web & working with Proximity and Nearby APIs AltBeacon Open beacon platform from Radius Networks AltBeacon Open beacon platform from Radius Networks
  • 5. So why would I use one? Instead of using location, we can use proximity. The beacon can move (e.g, buses, trains, taxis, people, dragons). Lower power, 1-10m accuracy (including vertical). They work indoors and outdoors.
  • 6. UID static unique ID URL compressed URL, usable by the client TLM telemetry data sent alongside UID/URLEID time varying security protocol for UID/TLM
  • 7. Usually, when people talk about Eddystone, they mean Eddystone URL aka The concept behind this is to extend existing web sites, allowing beacons to broadcast URLS to devices around them. There is no need to develop a specific app.
  • 8. URL Beacon Beacon advertises a URL Physical Web App or Chrome sees BLE signal Android – scans when prompted or device unlocked iOS – scans on Today View refresh Google Physical Web Server Google Servers check & filters out unsafe & ranks (Chrome) App displays URLs and Metadata in order of nearness, quality & non-personalised relevance Android – silent notification Google Physical Web: how it works? 1 2 34
  • 9. The aim is to get Frictionless web page discovery – no more QR codes or typing in addresses. Eg, I can send a link to the Library website for users as they visit. Physical objects will lead you to relevant information if you are close to them.
  • 10. Getting it to Work – Chrome on Android • Inbuilt for Chrome 49 onwards • Switch on Bluetooth and location • You may automatically receive a notification if beacon devices are nearby
  • 11. Getting it to Work – Chrome on iOS • Switch on Bluetooth • Install Chrome • Enable the Chrome Widget in the Today View • Refresh the Today page
  • 12. Getting your URL advertised Eddystone URL devices are configured through the Physical Web App. You are restricted with the length of the URL, so more than likely you will need to shorten the URL. Using a shortener like tiny.cc or hosting your own shortener allows you to change the redirect without reprogramming the beacon.
  • 13. Not all URLS are treated the same! Chrome Physcial Web Chrome Physical Web Meta Data fetch Site Summary Description Yes No Yes Yes Local Site http://mycomputer.local No Yes No No Unsecure site http://gcell.com Yes Yes No Yes Secure site https://twitter.com Yes Yes Yes Yes Fake Site https://madeupname.wal No Yes No Yes To increase security Google Chrome on Android restricts the URLs it shows. However this is not uniform across OS and apps! This is also set to change. ANDROIDiOS
  • 14. Misconceptions about Physical Web You don't need an app! − Actually you do, it just happens to be one that already exists. Notifications just appear! − No – you need to set up Physical web on your phone either through Chrome. Sometimes you'll get notifications on android but in general, you have to purposely search to see the URLs. You can advertise anything! − No – sites need to be https and are monitored by Google servers.
  • 15. iBeacon Physical Web Product Shipping Apple Product, APIs and functionality in iOS Project, but with built in support in Chrome 49+ Source Specification is public, controlled by Apple Open source, Apache 2.0 licence Hardware BLE Beacon, specification by Apple, must be certified to manufacture BLE Beacons, some WiFi support starting to emerge Beacon payload Proximity UUID, Major and Minor Numbers URL Formatted to Physical Web Spec Alerts/ Background IOS allows background notifications Within Chrome automatic scan for a few seconds every device unlock/Today View refresh. Silent Notifications in Android. Physical Web & iBeacon?
  • 16. UID static unique ID TLM telemetry data paired alongside UID EID time varying security protocol for UID/TLM
  • 17. Nearby Notifications Nearby Notifications is part of the Google Nearby API, allowing device interactions based on proximity. This allows interaction with beacons outside of Chrome. You can associate an app & website with a BLE beacon. You can then integrate the functionality into your app or send messages to devices via Google Play. Android users near the beacon will receive a notification that leads to: − A trigger to the user to install a white listed app – message pushed through Google Play. − A trigger an app intent to launch the pre-installed app and get it to perform an action (or go to a web fallback URL). − Open a Mobile Web site
  • 18. Proximity Beacon API Google Proximity Beacon API is a cloud service that allows management of beacons using a REST API. You can associate a Latitude, Longitude and Floor number with your UID/EID beacon, and also monitor data sent via TLM. Android users near the beacon can then receive a notification through Nearby Messages API. − Data is associated to your beacon as attachments − Data can be updated remotely − You can also Open a mobile website This can also be managed through the Google Beacon Dashboard and Beacon Tools App. Integrating this into your app automatically deals with beacon scanning in both fore and background.
  • 19. Beacon Dashboard & Beacon Tools Manage online through Google Beacons Dashboard Search for & register beacons using Beacon Tools App Find out how to integrate in your app using Google Code labs: https://codelabs.developers.google.com/codelabs/hello-beacons/index.html#0 Use Nearby API to automatically scan & receive messages in your app 1 2 3
  • 20. Comparing URL and UID UID Utilise with native app and/or Google Beacon Proximity and Nearby APIs to deliver attachments & trigger actions to develop responsive, sophisticated experiences. Use TLM to provide remote telemetric data on your hardware fleet Add EID to secure the beacon ID and TLM data. URL Send a secure Web URL that can be opened directly in Chrome 'Walk up and use' Makes opening web pages smoother. Works with Chrome and Physical Web Apps on iOS and Android. Used with App Integrate Nearby & Proximity API Chrome or Physical Web
  • 21. Challenges Creativity Plenty of creative ideas, but need to focus on genuinely improving experience & enhancing an existing app. You need to give users a reason to download and switch on Bluetooth! Infa-structure The standards are still evolving & there are still some compatibility issues. Beacon lifetime is improving (e.g., 5-8 years lifetime), hardware cost is decreasing & experience in installing is becoming more widespread. Data Be really clear to the user what the beacons are doing and why. Make sure you are clear about what data is being collected and what is being done with it. Data Be really clear to the user what the beacons are doing and why. Make sure you are clear about what data is being collected and what is being done with it.
  • 22. Future Developments WiFi direct and mDNS for users with Bluetooth off, and to allow larger scale and private Physical Web networks. FatBeacon – enables you to connect to the beacon so it can send an embedded html to your device (10kB). https://github.com/google/physical-web/releases Sharing on Physical Web App–turn your phone or device into a URL Beacon. Eddystone-GATT allows open development of BLE ecosystem. More uniform experience – https required across iOS and Android Chrome extensions. Other browsers are supporting the physical web as well (Firefox OS and a dev build for Opera for Android).
  • 24. Developing Beacon experiences  Focus on the experience Don't rely on the notifications or delivered content – you can't always guarantee it; instead think about making relevant content more easily available to users when they want it. Remember that iBeacon/E-UID beacon doesn't always need to trigger something for the user – passive monitoring can drive better experiences. Many notifications are irritating and drive people to their screens rather than to the environment they are in; be very tailored and select in what you deliver.
  • 25. Security and EID Eddystone EID periodically changes the 8bit ID on the UID beacon to restrict access to authorised users 8 bit AES-encrypted ID is changed psuedo-randomly with a pre- configured period of between 1s to 9 hours. Applications may want to limit who can use their beacon infastructure, or stop others spoofing (copying in another location) or piggybacking (using your beacon to send their message) Id is generated on the beacon using a key and timer, and key is exchanged with Proximity API during configuration (either shared or exchanged). When a beacon is seen the current EID is sent to the Proximity API and it determines if the app is authorised to see the beacon details; if so it serves a Nearby message.
  • 26. Useful Links (if only there was a way for this presentation to automatically get your smart device to open these relevant links....) Overview of Eddystone: https://www.linkedin.com/pulse/sharing-urls-easily-public-david-pugh?trk=mp-reader-card Google Documentation and Guides Google Beacon Ecosystem https://developers.google.com/beacons/ Eddystone & Physical Web GitHub – good to see the specs and catch the discussion on latest experiments. Start at the Physcial Web Repo! https://github.com/google/eddystone https://github.com/google/physical-web Find out how to integrate Nearby Notification in your app and use the Dashboard and Beacon Tool app , see Google Code labs: https://codelabs.developers.google.com/codelabs/hello-beacons/index.html#0