remote data transfer

K

Thread Starter

KP

I am converting (4-20mA) signals to display online data on a PC at a remote location. now i want to transfer that data to N number of PC's
using network. Is any software available for transfering the data --or-- how to write c program for transfering the data through network ?
 
Hi ,
If U R comfortable with VB6 U can do this by socket programing to PC to N...PCs via LAN
Tryout.ALL THE BEST.
Regards
ananth
 
I like the WinSock idea, too. In a case where we didn't have much development time, we've also just thrown the data in the form of a text file out on a network drive (for example, O:\report.txt). The other PC was running a loop where it would pick up O:\report.txt anytime it existed in this specific location, then parse out the data. It would then delete O:\report.txt and wait for the next report. Good luck.
 
-- use VNC for transferring the desk top- right now iam doing--
if anybody know how to transfer other than through VNC may let me know
 
Top