Hi everyone,
1) Problem:
I am trying to transfer high-frequency sensor data (100-200Hz) over MQTT to an android device. As XDK can only transmit 997 bytes at a time over MQTT, this means that I have published data really fast. This is not a problem for the XDK device, however, the client (Android Device) cannot crash due to such a high transfer rate.
2) Possible solution:
One solution could be to store sensor data into the SD card (file size of approximately 15 MBs) first and later transfer the file to the android device.
3) Question:
So is there any way I can transfer such a file over Wi-Fi?
Kind regards,
Salman