https://github.com/google/physical-web

Dependencies:   BLE_API mbed nRF51822

PhysicalWeb is the general concept of connecting physical devices to the web via BLE.

The core of the PhysicalWeb concept is based around the URI Beacon service. A URI Beacon is an unencrypted broadcast of a Universal Resource Indicator (URI), most commonly in the form of web links. This example is a more advanced form of the UriBeacon Example.

The PhysicalWeb concept is currently being championed by Google so the majority of the documentation is based around the [ https://github.com/google/physical-web | Google PhysicalWeb Github] page.

Here's an introduction to the concept.

There's an Android App to go with it.

As mentioned above, the UriBeacon Service is key to the implementation of PhysicalWeb. The UriBeacon documentation is based out of the Google UriBeacon Github page

History

commit changes to the underlying libraries. default tip

2014-12-12, by rgrover1 [Fri, 12 Dec 2014 14:17:43 +0000] rev 9

commit changes to the underlying libraries.


config service remains avaialble for only 30 seconds.

2014-12-03, by rgrover1 [Wed, 03 Dec 2014 14:48:28 +0000] rev 8

config service remains avaialble for only 30 seconds.


updating to 0.2.6 of BLE_API.; Incorporated feedback from Bill Schilit regarding URIBeaconConfigService.

2014-12-01, by rgrover1 [Mon, 01 Dec 2014 14:35:47 +0000] rev 7

updating to 0.2.6 of BLE_API.; Incorporated feedback from Bill Schilit regarding URIBeaconConfigService.


Implementation for URIBeacon2; ; https://github.com/google/uribeacon

2014-11-28, by rgrover1 [Fri, 28 Nov 2014 14:21:41 +0000] rev 6

Implementation for URIBeacon2; ; https://github.com/google/uribeacon


merge

2014-11-05, by rgrover1 [Wed, 05 Nov 2014 14:24:53 +0000] rev 5

merge


updating underlying libraries.

2014-11-05, by rgrover1 [Wed, 05 Nov 2014 14:23:47 +0000] rev 4

updating underlying libraries.


replace http://www with http://

2014-10-09, by stevep [Thu, 09 Oct 2014 18:11:31 +0000] rev 3

replace http://www with http://


white space diff.

2014-10-08, by rgrover1 [Wed, 08 Oct 2014 17:29:24 +0000] rev 2

white space diff.


removing un-necessary comments.

2014-10-08, by rgrover1 [Wed, 08 Oct 2014 17:28:18 +0000] rev 1

removing un-necessary comments.


mbed's implementation of the Google PhysicalWeb

2014-10-08, by rgrover1 [Wed, 08 Oct 2014 16:49:32 +0000] rev 0

mbed's implementation of the Google PhysicalWeb