IBM Watson IoT에 Raspberry Pi 연결
1706 단어 RaspberryPiwatsoniotplatform
나머지 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
Reference
이 문제에 관하여(IBM Watson IoT에 Raspberry Pi 연결), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ekzemplaro/items/beabea2d5581bcfe2d21텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)