参考にしたページ
余ったRaspberry Piで始めるIoT入門 Bluemixと接続するチュートリアル
プログラムのダウンロード
curl -LO https://github.com/ibm-messaging/iot-raspberrypi/releases/download/1.0.2.1/iot_1.0-2_armhf.deb
インストール
sudo dpkg -i iot_1.0-2_armhf.deb
プログラムの稼動の確認
sudo systemctl status iot
接続する URL を調べる
sudo service iot getdeviceid
http://quickstart.internetofthings.ibmcloud.com/?deviceId=****
という mac アドレスを引数とするアドレスが示される
接続している時の状態
接続の切断
sudo systemctl stop iot
切断した時の状態
再接続
sudo systemctl start iot
自動起動を止めるには
sysv-rc-conf をインストール
sudo apt install sysv-rc-conf
自動起動を停止
sudo sysv-rc-conf iot off
自動起動しないことの確認
sudo sysv-rc-conf --list iot