Hey guys! Okay, I have no idea what I'm doing in this area, so here's the deal as best as I can explain it:
I need to have an A8-based server communicate with several external devices by TCP (this is for a deal I'll elaborate on more as I am allowed to in future, but for now please accept these requirements).
I was looking at
socket_connect and related functions, but they look severely limited (I don't see how I can send different data to different clients
and listen for input from all clients).
I was also wondering if
unprotected sessions could communicate with non-GS applications, but I guess it doesn't matter since it uses UDP, and I need to use TCP.
So can anyone more experienced with socket communication and the like recommend a means by which I can communicate with multiple clients connected by TCP/IP?
Jibb