Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 317 Bytes

File metadata and controls

8 lines (8 loc) · 317 Bytes

TCPclient

Simple TCPclient for testing out different TCP-based servers. Now supports Guacamole handshake procedure. Platform is either Unix or Windows.

Compilation on Linux:

gcc tcpclient.c -o tcpclient

Compilation on Windows:

gcc tcpclient.c -o tcpclient -lws2_32

Usage:

tcpclient hostname_or_hostip port