Click to See Complete Forum and Search --> : how to create remote viewer of real time data


sammyh
February 14th, 2003, 11:46 AM
How can I connect a remote (accross network/internet)application to my current application's data structures?

I want to create some type of remote viewer.

Thanks for any help

-Sam

pareshgh
February 14th, 2003, 12:11 PM
then you need some sort of TCP/IP socket mechanism which will allow pass the data from one machine to another...

you can define ports and write a simple chat app where another app will make use of this chat app and pass/get thro and fro datas...

Paresh