ClessonR / MMP2

A repository to use in Communications Infrastructure Course at Cin-UFPE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMP2

A repository to use in Communications Infrastructure Course at Cin-UFPE

What's the use for Sockets?

Socket programming is a way to connect two nodes on a network to communicate with each other. One socket (node) listens on a particular port at an IP, while the other socket reacher out to ther other to form a connection.

Socket Parameters

  1. AF_INET refers to the address-family ipv4.
  2. The SOCK_STREAM means connection-oriented TCP protocol.

About

A repository to use in Communications Infrastructure Course at Cin-UFPE


Languages

Language:Python 100.0%