Skip to content

Basic Projects for learning Socket Programming in C

License

Notifications You must be signed in to change notification settings

mt190502/c-socket-programming

Repository files navigation

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

About

Basic Projects for learning Socket Programming in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published