Giter VIP home page Giter VIP logo

sockets's Introduction

Sockets

This project demonstrates work with socket LINUX API and is limited on Linux, or macOS operating systems. It started by following book Hands-On Network Programming with C: Learn socket programming in C and write secure and optimized network code and most code is taken from there (check its github page).

Applications

TCP and UDP server

Creates a server listening on socket using TCP, or UDP protocol. They are following:

  • tcp_ping_server - responds to any incomming message with pong
  • udp_ping_server
  • tcp_broadcast - broadcasts messages received from client to all other clients

DNS

Resolves a IP address for a domain name

  • dns_lookup - resolve domain name using OS API
  • dns_raw_lookup - resolves domain name manually creating UDP message

Read DNS Query to learn how to compose DNS message

Usage

  • make install - installs all applications to build folder - ./build
  • make <application> - installs specific application (see Applications) - make udp_ping_server

example on how to run a application:

./build/dns_lookup google.com
  resolving hostname=google.com
  2a00:1450:4009:807::200e 0
  2a00:1450:4009:807::200e 0
  216.58.204.238 0
  216.58.204.238 0

sockets's People

Contributors

apmaros avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.