Skip to content

chaseofthejungle/c-networking-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

C Networking Scripts

Note: If looking for an online C compiler with multi-class support, consider Codiva.


Script Purpose
client.c Works in tandem with server.c, creating a data stream connection and receiving a remote server message.
datetime.c Outputs the local date and time to console.
errorcodes.c Retrieves descriptions for error codes.
opensslversion.c A short and simple script that outputs the current version of OpenSSL installed on a system.
server.c Works in tandem with client.c, creating a data stream connection and sending a remote server message.
winsockinit.c Initializes Winsock (for Windows network services).

About

Networking scripts for the C compiler.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages