filmov
tv
Using the Berkeley Socket API in the C Programming Language
![preview_player](https://i.ytimg.com/vi/U28svzb1WUs/maxresdefault.jpg)
Показать описание
An introduction to programming the Berkeley Socket API in C, including a simple server and client example. This includes:
Overview of system calls used for a server and a client.
socket()
bind()
getaddrinfo()
listen()
accept()
sockaddr_storage to sockaddr cast example
getnameinfo()
send()
shutdown()
Using the telnet application for testing.
connect()
recv()
Looping through multiple recv calls to get all the data.
Book recommendation: "Hands-on Network Programming with C" by Lewis Van Winkle.
More advanced topics which are _not_ included in this video:
Listening or attempting simultaneous IPv4 and IPv6 connections
select()
Looping through and accepting multiple inbound connections
Switching between "doing work on the server/client" and "waiting for data"
Overview of system calls used for a server and a client.
socket()
bind()
getaddrinfo()
listen()
accept()
sockaddr_storage to sockaddr cast example
getnameinfo()
send()
shutdown()
Using the telnet application for testing.
connect()
recv()
Looping through multiple recv calls to get all the data.
Book recommendation: "Hands-on Network Programming with C" by Lewis Van Winkle.
More advanced topics which are _not_ included in this video:
Listening or attempting simultaneous IPv4 and IPv6 connections
select()
Looping through and accepting multiple inbound connections
Switching between "doing work on the server/client" and "waiting for data"
Socket Programming | Berkeley Sockets explained!!! |E3|
Using the Berkeley Socket API in the C Programming Language
Berkeley's Sockets
Berkeley Sockets API - II - Fundamentals of Network Communication
Lec-90: Socket Programming in Computer Networks
Sockets in Operating System
Intro to Inter-Process-Communication Using Berkeley Sockets pt. 1
Intro to Inter-Process-Communication Using Berkeley Sockets pt. 2
[Net] Berkeley Socket Programming [Mandarin][EN Sub]
What is a Socket?
TCP communication using Berkeley Socket Programming
learn network programming in c, but without all those pesky sockets
What is socket | How socket works | Types of Sockets | Socket Address | TCP Socket | UDP Socket
Sockets and Pipes Look Like Files (Unix/fdopen)
2.7 Socket programming
Introduction to TCP/IP and Sockets, part 1: Introducing the protocols and API
Berkeley Sockets
Socket Programming in C for Beginners | Group Chat Application | Multi Threaded + Multiple Users|E4|
Network programming, lesson 1.1 - BSD sockets in Python
Computer Networks: A Systems Approach, Chapter 1, Slides 28 - 31 (Sockets API)
💻 Difference between Web Sockets and Rest APIs.
BSD sockets, sketches
Socket Programming functions | TCP Socket Programing functions | UDP Socket Programing functions
FOSDEM 2009 - Renew Berkeley Sockets Api
Комментарии