반응형
Notice
Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- socket-server
- git
- socket.io
- NoSuchMethodError
- git-push
- ozd
- Dva
- Firebase
- gradle
- ActivityResult-API
- mqtt
- firebase-storage
- Android
- JNI
- TIZEN
- 오즈뷰어
- firebase-database
- google-login
- BottomSheetDialog
- AWS
- hung-up
- mosquitto
- OZViewer
- socket-client
- Flavors
- Kotlin
- Java8
- Galaxy Watch
- cloud-firestore
- 워치
Archives
- Today
- Total
목록mqtt (1)
Hyeyeon blog
[MQTT] MQTT Mosquitto 서버 userName, password 설정
1. 유저정보 파일 생성 vim /etc/mosquitto/pwdInfo // /etc/mosquitto/{파일 명}user1:pwd1234 // {유저 명}:{비밀번호} 형태로 입력 2. 비밀번호 암호화 mosquitto_passwd -U /etc/mosquitto/pwdInfo 3. mosquitto.conf 내용 변경 vim /etc/mosquitto/mosquitto.confallow_anonymous false password_file /etc/mosquitto/pwdInfo 4. mosquitto 서버 재시작 service mosquitto restart 위 명령어가 동작하지 않을 경우, 아래와 같이 재실행 killall mosquittomosquitto> 1605692796: mosquitt..
개발/etc
2020. 11. 18. 18:56