08-10-2009 11:56 PM
Hello,
I want to transfer data across server and client continuously. I am doing this using Data Socket. I am able to write this data in the measurement file, at both the ends. At client side, I want to use each new data sample from the server, do some calculation and send the command to the server. Then server has to act accordingly. Incoming data is in the form of multidimensional array. How do I do this? Please give some tips.
08-11-2009 04:03 AM
Have a look at some DataSocket examples would be a good start.
Read/Write Operations in DataSocket use the Variant datatype, so multidimensional arrays should be no problem.
Christian
09-02-2009 02:20 AM - edited 09-02-2009 02:22 AM
I could use data socket server to transfer data across computers on intranet. It seems to be working well, in terms of data transfer. But it crashed twice. I am yet to verify it on internet.
Also, I have data socket servers running at both the ends i.e. server and client.
I have following concerns:
(i) How robust is it, both on internet and intranet?
(ii) How useful would buffering be?
(iii) Any manuals that describe operation of data socket server, in detail?
Thanks.