Home

Awesome

AHKsock - A simple AHK implementation of Winsock (TCP/IP)

AHKsock is a high-level wrapper which I have written to facilitate the use of the Winsock APIs in AHK. It will allow you to create clients and servers that can communicate with each other, purely written in AHK! Forum thread is [here] (http://www.autohotkey.com/board/topic/53827-ahksock-a-simple-ahk-implementation -of-winsock-tcpip/).

AHKsock includes three examples:

Additional resources on Winsock and sockets in general: