rootkaien 2018. 12. 11. 16:56



테스트를 위한 MAC에 RabbitMQ설치 


http://blusky10.tistory.com/312



1
brew install rabbitmq

cs




기본 접속 주소 

ㄴ http://localhost:15672


기본 접속 계정

ㄴ guest/guest 



python code 예제 


ㄴ https://www.rabbitmq.com/tutorials/tutorial-one-python.html





NodeMCU MQTT Client with Arduino IDE

https://www.electronicwings.com/nodemcu/nodemcu-mqtt-client-with-arduino-ide





Mosquitto 


install 

ㄴ brew install mosquitto


service start 

ㄴ brew services start mosquitto 


service stop

ㄴ brew services stop mosquitto