Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Mosquitto resuming file uploads

MQTT is just a protocol to move bytes based on topics, if you want to implement a file transfer layer on top of that it's perfectly possible, but you'll have to implement what ever value add features you want on top of basic byte transfer.

If the file will fit in a single message then using the higher QOS levels may result in the payload being redelivered if there is a failure mid transfer (possibly more than once)


On 30/05/17 08:56, Marios Karagiannopoulos wrote:
Hello guys,

Does anybody know whether resuming file upload (on client disconnection) is supported in mosquitto through MQTT protocol? If not, any plans for supporting it to the future?

Best Regards,
Marios


_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev

-- 
http://www.hardill.me.uk/wordpress
http://about.me/hardillb
http://flickr.com/photos/hardillb/
http://last.fm/user/hardillb
https://keybase.io/hardillb

Back to the top