나미/우분투

mosquitto config

규남 2016. 6. 7. 15:33
반응형

about mosquitto configuration file

 

There is a file path /usr/share/doc/mosquitto/example/mosquitto.conf.gz

 

when run as root, drop privileges to this user and its primary group

 

maximum number of QoS 1 and 2 message to hold in a queue above those that are currently in-flight. Defaults to 100......... oh..no.. 100;;;;

 

MQTT imposes a maximum payload size of 268435455 bytes.... send a message once around 256MB...

 

mine confirmation.... (mosquitto version 1.4.8)

728x90
반응형

'나미 > 우분투' 카테고리의 다른 글

서버 시간 동기화  (0) 2016.12.05
ssh 포트변경  (0) 2016.11.23
open ssl 설치  (0) 2016.11.23
pkg-config를 이용한 컴파일  (0) 2016.08.29
curl 우분투 적용(http프로토콜)  (0) 2016.08.29
서버 시간동기화  (0) 2016.07.08
MQTT 프로토콜 정의  (0) 2016.06.02
root 권한 부여  (0) 2016.05.10
우분투 root 계정  (0) 2016.05.09
우분투 포트 열기  (0) 2015.11.17