I am currently working on a script that requires two seperate computers to communicate together. Both of the computers are accessible over my LAN. Eventually I will be working on making them communicate via the World Wide Web...
This is the code I have been playing around with...
SCAR Code:
SendConnectionData(OpenConnection({MyComputersIP}, 41805, 60000), 'working?');
ReadConnectionData(OpenConnection({MyComputersIP}, 41805, 60000), MessageString);
Writeln(MessageString);
The Only thing I can think of is maybe I need to run a webserver on one of my computers?...
Im not at all sure how to use these functions... Any help would be greatly appreciated.
Thanks.