Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 586 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 586 Bytes

C Socket Programming Examples

Introduction

This repository contains a collection of simple C programs that demonstrate the use of sockets.

Prerequisites

  • A basic understanding of the C programming language.
  • A basic understanding of networking concepts.

Getting Started

  1. Clone the repository.
git clone <this-repo-url>
  1. Navigate to the project directory.
cd <this-repo-name>
  1. Compile the source code.
make
  1. Run the compiled files.
./bin/<project-name>-server
./bin/<project-name>-client