Hey,
Looking into those 2 samples, I was thinking of finding a solution for my problem.
I have a 3' party modules that reads from Lan on IP 192.168.1.101 on port 33334. (it is a Panasonic Phone system NCP500)
That program only writes a log.dat file with the phone number into it.
Now I capture that log file, lookup into dbf, and popup a Screen. Works OK.
I want to find the full string of data, that the PBX is sending over the lan by reading the port and IP
My Question :
Is the PBX not working as a server ? and do I only need to focus on the SockCli.prg sample to find a solution or do I also need the SockServ program to work.
I don't think so, but I could be wrong.
I don't want to go back to TAPI and Serial ports since Lan can be working.
Any suggestions, samples?