AHKsock

Socket client

A wrapper around Winsock APIs to facilitate TCP/IP communication in AutoHotkey scripts

A simple AHK implementation of Winsock (TCP/IP)

GitHub

78 stars
12 watching
19 forks
Language: AutoHotkey
last commit: almost 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
lipkau/winscp.ahk A wrapper class for WinSCP to simplify its usage in AutoHotkey scripting. 19
g33kdude/socket.ahk An implementation of a network socket class in AutoHotkey script language 64
ahkscript/libcrypt.ahk A collection of cryptographic functions and algorithms from the AutoHotkey community. 68
g33kdude/websocket.ahk A script that allows connecting to a WebSocket server using AutoHotkey 70
hoppfrosch/ahk_ctable A class library for creating and manipulating tables in AutoHotkey scripts. 9
phil294/ahk_x11 A reimplementation of AutoHotkey scripting language for Unix-like systems with an X window system (X11) 832
ahk-just-me/lbex A collection of functions for manipulating AutoHotkey ListBoxes 19
ahk-just-me/class_sqlitedb An AutoHotkey class providing support to access and manipulate SQLite databases. 104
spyoungtech/ahk Automates tasks on Windows using Python and AutoHotkey script execution 894
ahkscript/aspdm A package manager and distribution platform for AutoHotkey scripts 60
g33kdude/neutron.ahk A toolkit for building HTML-based user interfaces with AutoHotkey. 206
joedf/libcon.ahk A simple AutoHotkey library for creating console-based applications with standard input/output operations and error handling. 60
jim-vxe/ahk-lib-table A collection of AutoHotkey functions to manipulate tabular data in a standard format. 6
cocobelgica/autohotkey-json A JSON parser and serializer for AutoHotkey scripting language 258
zhamlin/ahkhttp A basic HTTP server implemented in AutoHotkey, allowing users to create simple web servers with minimal code. 79