Physical Web from a Mac (OS X)
To send links via the Physical Web from a Mac, you’ll need OS X 10.10 or newer, as well as Bluetooth 4 capable hardware, in addition to XCode and latest Node.js.
開啟終端機( terminal )
創建新資料夾
mkdir beacon
移至資料夾
cd beacon
安裝指令
npm install --save eddystone-beacon |
node -e "require('eddystone-beacon').advertiseUrl('https://medium.com/@urish');" |
紅色部分就是要廣播的網址,但是有幾個規定:
- 必須是 https
- 限制長度17字元(縮網址可以用這個goo.gl)
參考:https://medium.com/@urish/exploring-the-physical-web-without-buying-beacons-efae51e36c2e#.8kkmnc4c1
或 使用GUI介面的 Download pre-built binary 說明
不過我測試用android HTC m8 + Chrome 51版本
無法順利收到,必須安裝Phyical Web App 才可以接收
後來看到必須開啟chrome的某些設定才能接收,設定如下
無法順利收到,必須安裝Phyical Web App 才可以接收
後來看到必須開啟chrome的某些設定才能接收,設定如下
https://google.github.io/physical-web/try-physical-web#android
必須開啟 網路and藍牙andGPS
右上角: > 設定 > 隱私權 > 實體網路 on
必須開啟 網路and藍牙andGPS
右上角: > 設定 > 隱私權 > 實體網路 on
沒有留言:
張貼留言