[프로보노] 서버 AWS ubuntu 20.04 mosquitto 설치

윤인경·2023년 8월 14일
0

프로보노

목록 보기
2/3

설치해야할 목록
1. mqtt broker 설치
2. mysql - 로그인에 사용
3. php - 로그인에 사용

mqtt broker 설치

mosquitto 설치

sudo apt install mosquitto
sudo apt install mosquitto-clients

mosquitto 실행

sudo systemctl start mosquitto
sudo systemctl enable mosquitto

pub & sub

mosquitto_sub -d -t 토픽이름
mosquitto_pub -d -t 토픽이름 -m "메시지"
profile
코딩 공부 및 프로젝트 정리

1개의 댓글

comment-user-thumbnail
2023년 8월 14일

좋은 글 감사합니다. 자주 올게요 :)

답글 달기