Hello,
running server, I'm looking for a direct way to get at least the IP address of the connected clients. With direct I mean via Winsock, not by messages.
Many thanks for any hints!
Greetings
hotkeyguy
AHKSock/Socket.ahk (Winsock), getting IP address/name of the client
Re: AHKSock/Socket.ahk (Winsock), getting IP address/name of the client
Since the thread is properly named and it's on top of the google search results, here's the brief answer:
AHKsock_Listen() sends all the data required to the registered even handler function, 4th argument is the client IP address.
AHKsock_Listen() sends all the data required to the registered even handler function, 4th argument is the client IP address.