filmov
tv
Socket Programming in C, C++ Part 2 (socket, bind, about sockaddr_in, listen etc)

Показать описание
Start writing your server code!!
In this video, I have covered about the system calls/functions which are used to initialize a socket environment in C/C++ socket program
In case you are writing your code in C/C++ Windows platform (unlike Linux), then you need to use the WSA calls (like WSAStartup ) with WSADATA initialized with the version of your choice and requirement.
Discussed about the struct sockaddr and struct sockaddr_in and how to set the address family with this structure and how to set the port numbers (in Network byte order). How to set your local IP Address with INADDR_ANY as it internally converts the address and assign it to sockaddr_in with network byte order.
After binding, you need to set it to listen on the port for incoming connections!!
Best of luck and
Happy Learning!!!! :)
In this video, I have covered about the system calls/functions which are used to initialize a socket environment in C/C++ socket program
In case you are writing your code in C/C++ Windows platform (unlike Linux), then you need to use the WSA calls (like WSAStartup ) with WSADATA initialized with the version of your choice and requirement.
Discussed about the struct sockaddr and struct sockaddr_in and how to set the address family with this structure and how to set the port numbers (in Network byte order). How to set your local IP Address with INADDR_ANY as it internally converts the address and assign it to sockaddr_in with network byte order.
After binding, you need to set it to listen on the port for incoming connections!!
Best of luck and
Happy Learning!!!! :)
Just Write an HTTP Server?? #programming #coding #lowcode
Socket Programming in C for Beginners | Group Chat Application | Multi Threaded + Multiple Users|E4|
What is socket | How socket works | Types of Sockets | Socket Address | TCP Socket | UDP Socket
The Linux socket API explained
TCP Client Server Implementation in C | Socket Programming in C
20.TCP SOCKET - Windows System Programming in C/C++
Learn Socket Programming Tutorial in C from Scratch
2.7 Socket programming
movie on socket programming 👩🏫 📕 ✒| socket programing in C | what is socket
Lecture 01: Socket Programming in C
Basic server and client socket programming in C
#04 Socket Programming in C: Creating a UDP Server
Socket Programming functions | TCP Socket Programing functions | UDP Socket Programing functions
Lec-90: Socket Programming in Computer Networks
#03 Socket Programming in C: Creating a TCP Client
Tcp socket programming in C | Multiple client example in Socket Programming | Sequential Server
TCP Client Server Program in C | Socket Programming
How to compile and run server client code - Socket Programming
TCP/IP Socket Programming Advance Project - Develop Complex TCP Servers in C/C++
Socket Programming in C# (Overview)
Network Socket in C (Server)
Socket Programming Using Python
SOCKET IN C - Client & Server
Socket Programming in C/C++ (Basics of socket programming before you start the actual coding)
Комментарии