Hi there...
Well I am using MQTT a lot...
I ve found some limits that are made by design... or because of use...
The basic-feature and the same time limit is:
MQTT use for IoT and for short messages... The limit is the size of message (for example there are mqtt brokers-server that have 8KB ~ 2MB / message)
How about bypassing the limits of MQTT... by creating an extender for it... ?
The reason i am created "Tutorial" is because I am gonna use your opinions and thoughts (if you wanna share them with me) - to create a simple project...
For example Copy a big file to From one Device (pc) to other (pc)... (need to make it pieces and send one by one)
but the same time do other jobs too...
MQTT is asynchronous... So doing a job like this... need to make it synchronous-like - wait for packet to copied and verified that readed and then send the other....
First of all... do you know if there is any library, class doing that job ? - if "yes", there is no need of this thread...
Well I am using MQTT a lot...
I ve found some limits that are made by design... or because of use...
The basic-feature and the same time limit is:
MQTT use for IoT and for short messages... The limit is the size of message (for example there are mqtt brokers-server that have 8KB ~ 2MB / message)
How about bypassing the limits of MQTT... by creating an extender for it... ?
The reason i am created "Tutorial" is because I am gonna use your opinions and thoughts (if you wanna share them with me) - to create a simple project...
For example Copy a big file to From one Device (pc) to other (pc)... (need to make it pieces and send one by one)
but the same time do other jobs too...
MQTT is asynchronous... So doing a job like this... need to make it synchronous-like - wait for packet to copied and verified that readed and then send the other....
First of all... do you know if there is any library, class doing that job ? - if "yes", there is no need of this thread...
Last edited: