moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 513 forks source link

Could mosca publish files to client? #676

Closed PinkGabriel closed 6 years ago

PinkGabriel commented 6 years ago

I want to add a simple OTA function to the client system, could mosca transfer files to client? Thanks very much!

mcollina commented 6 years ago

I would recommend against sending big files (1 MB+) over MQTT. Download them via HTTP.

PinkGabriel commented 6 years ago

Sorry for the delay, didn't get the notification email... Thanks for the reply! Ok I get it, I'll use HTTP. Thanks!