qcodesamp.com

Disclaimer

All source code available from this website in zip files is used at your own risk.

C Sockets

Simple C sockets server example. Programmed in Linux.

To connect, use "telnet 127.0.0.1 5001". It will output "Hello World.", then close the connection.

Version: 1.0

Download