728x90 시작441 gsjava MQTT MQTT란? MQTT는 Message Queue Telemetry Transport의 약자로 낮은 전력, 낮은 대역폭 환경에서도 사용할 수 있게 설계된 포로토콜이다. 주로 IoT, M2M 등에 주로 사용된다. apt install mosquitto mosquitto-clients 서비스 등록 * 실행 & 확인 systemctl enable mosquitto.service systemctl start mosquitto.service systemctl status mosquitto.service 테스트 mosquitto_pub -h 'IP주소' -t 'topic' -m 'message' ping 이 없는 경우 apt-get install iputils-ping 2023. 7. 31. 오늘은 판교 태그로 세계 맥주 먹는곳 2023. 7. 27. Xcode doesn't create 'Products' folder The Products folder has been removed from the file navigator. You can still access the build location through the Product > Show Build Folder in Finder menu item. 2023. 7. 20. route 삭제 1. 주소를 이용한 테이블 삭제 route del -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.0.254 2. 어뎁터를 이용한 테이블 삭제 route del -net 192.168.0.0 netmask 255.255.255.0 dev eth0 2023. 7. 11. 이전 1 ··· 4 5 6 7 8 9 10 ··· 111 다음 728x90