IBM Watson IoT에 Raspberry Pi 연결

참조 페이지
나머지 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

좋은 웹페이지 즐겨찾기