Skip to content

valentynfaychuk/TCPclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

TCPclient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages