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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:2b3091959218 | 2014-12-12 | rgrover1 | commit changes to the underlying libraries. |
8:b816829fb712 | 2014-12-03 | rgrover1 | config service remains avaialble for only 30 seconds. |
7:6faec5978fb4 | 2014-12-01 | rgrover1 | updating to 0.2.6 of BLE_API.; Incorporated feedback from Bill Schilit regarding URIBeaconConfigService. |
6:31b65d4ea67d | 2014-11-28 | rgrover1 | Implementation for URIBeacon2; ; https://github.com/google/uribeacon |
5:e5b0bfe715d5 | 2014-11-05 | rgrover1 | merge |
4:a72d66f900ec | 2014-11-05 | rgrover1 | updating underlying libraries. |
3:1d2526788eaa | 2014-10-09 | stevep | replace http://www with http:// |
2:b7b8197d1a32 | 2014-10-08 | rgrover1 | white space diff. |
1:65e87169548d | 2014-10-08 | rgrover1 | removing un-necessary comments. |
0:790a27ffc99b | 2014-10-08 | rgrover1 | mbed's implementation of the Google PhysicalWeb |