Messages by nazzi

No topic yet, One message
Kuix technical support » Dynamic Progress Bar

Hi,

 

You will need to design your own protocol for communication between the device and the server. Have a look at the below response from server:

0;OK;16;MyDataFromServer

 

In this response from server '0' is the return code, 'OK' is the message, '16' is the lenght of the response in bytes. With this kind of protocol you will be able to tell how big you data is and implement a progress indicator.

 

Hope this helps.