Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 419 Bytes

c_socket_example

Usage

//sudo apt-get install build-essentials
git clone https://github.com/br382/c_socket_example
cd c_socket_example
make

Methodology

Based on the article here. And translated with minor updates to use mem* rather than b_ obsolete functions. Code is commented for understanding of the basic communication steps.