Line Bot
Last updated
Last updated
Node.js v6.x.x+
python 2.7
安裝套件
sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev
安裝 node@6 或使用 安裝
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install nodejs nvm install 6
Clone repo
git clone
安裝相依性套件
cd line-simple-beacon/tools/line-simplebeacon-nodejs-sample/ npm install
執行
sudo ./simplebeacon.js --hwid=xxx
可能錯誤
出現 /usr/bin/env: ‘node’: No such file or directory
出現 Error: Cannot find module 'bluetooth-hci-socket'
,因為不是用 ptyhon2 去編譯套件造成