python - What's the maximum size of a image to send using MQTT -


i'm trying send images using mqtt in 2 r-pi. wonder what's maximum size of image send. think 1mb maximum size however, 26.5kb image not sended. please give answer of question thank you.

mqtt doc mosquito:

message_size_limit limit

this option sets maximum publish payload size broker allow. received messages exceed size not accepted broker. default value 0, means valid mqtt messages accepted. mqtt imposes maximum payload size of 268435455 bytes.

from:

https://mosquitto.org/man/mosquitto-conf-5.html


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -