Linkedin - Network Programming in C

seeders: 13
leechers: 5
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 124
  • Language: English

Files

[ TutGee.com ] Linkedin - Network Programming in C
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 01 - Introduction
    • 01 - Network with the world.mp4 (3.6 MB)
    • 01 - Network with the world.mp4.jpg (135.2 KB)
    • 01 - Network with the world.srt (1.6 KB)
    • 02 - What you need for this course.mp4 (4.8 MB)
    • 02 - What you need for this course.srt (3.6 KB)
    • 03 - Traps and pitfalls.mp4 (8.2 MB)
    • 03 - Traps and pitfalls.srt (6.6 KB)
    02 - 1. Network Communications
    • 01 - View the big network picture.mp4 (6.0 MB)
    • 01 - View the big network picture.srt (5.0 KB)
    • 02 - Configure the firewall.mp4 (7.8 MB)
    • 02 - Configure the firewall.srt (4.6 KB)
    • 03 - Understand the Internet Protocol (IP).mp4 (7.1 MB)
    • 03 - Understand the Internet Protocol (IP).srt (5.6 KB)
    • 04 - Explore network addresses and ports.mp4 (8.4 MB)
    • 04 - Explore network addresses and ports.srt (5.4 KB)
    • 05 - Access local network details.mp4 (11.8 MB)
    • 05 - Access local network details.srt (6.1 KB)
    • 06 - Discover local interfaces.mp4 (10.7 MB)
    • 06 - Discover local interfaces.srt (5.2 KB)
    • 07 - Review the clientserver roles.mp4 (5.9 MB)
    • 07 - Review the clientserver roles.srt (4.6 KB)
    03 - 2. Network Programming
    • 01 - Understand socket programming.mp4 (6.6 MB)
    • 01 - Understand socket programming.srt (5.6 KB)
    • 02 - Explore the getaddrinfo() function.mp4 (11.7 MB)
    • 02 - Explore the getaddrinfo() function.srt (7.7 KB)
    • 03 - Open a socket.mp4 (9.7 MB)
    • 03 - Open a socket.srt (6.1 KB)
    • 04 - Bind and connect.mp4 (10.0 MB)
    • 04 - Bind and connect.srt (5.5 KB)
    • 05 - Listen and accept.mp4 (11.8 MB)
    • 05 - Listen and accept.srt (7.5 KB)
    • 06 - Challenge Check for errors.mp4 (6.7 MB)
    • 06 - Challenge Check for errors.srt (3.6 KB)
    • 07 - Solution Check for errors.mp4 (6.3 MB)
    • 07 - Solution Check for errors.srt (3.3 KB)
    04 - 3. TCP Connections
    • 01 - Create a TCP server.mp4 (13.0 MB)
    • 01 - Create a TCP server.srt (6.6 KB)
    • 02 - Call a TCP server.mp4 (7.2 MB)
    • 02 - Call a TCP server.srt (4.6 KB)
    • 03 - Code a dual stack configuration.mp4 (14.7 MB)
    • 03 - Code a dual stack configuration.srt (8.7 KB)
    • 04 - Challenge A generic TCP client.mp4 (8.5 MB)
    • 04 - Challenge A generic TCP client.srt (3.9 KB)
    • 05 - Solution A generic TCP client.mp4 (7.1 MB)
    • 05 - Solution A generic TCP client.srt (3.5 KB)
    05 - 4. UDP Connections
    • 01 - Code a UDP server.mp4 (9.8 MB)
    • 01 - Code a UDP server.srt (6.3 KB)
    • 02 - Code a UDP client.mp4 (9.6 MB)
    • 02 - Code a UDP client.srt (5.5 KB)
    • 03 - Challenge Code a UDP client and server.mp4 (4.0 MB)
    • 03 - Challenge Code a UDP client and server.srt (2.8 KB)
    • 04 - Solution Code a UDP client and server.mp4 (9.9 MB)
    • 04 - Solution Code a UDP client and server.srt (4.6 KB)
    06 - 5. A Chat Server
    • 01 - Obtain the client's address.mp4 (14.8 MB)
    • 01 - Obtain the client's address.srt (7.6 KB)
    • 02 - Maintain the connection.mp4 (14.0 MB)
    • 02 - Maintain the connection.srt (5.9 KB)
    • 03 - Accept multiple connections.mp4 (20.9 MB)
    • 03 - Accept multiple connections.srt (10.5 KB)
    • 04 - Challenge Write a chat server.mp4 (13.2 MB)
    • 04 - Challenge Write a chat server.srt (5.8 KB)
    • 05 - Solution Write a chat server.mp4 (15.2 MB)
    • 05 - Solution Write a chat server.srt (6.0 KB)
    • Bonus Resources.txt (0.4 KB)
    • Ex_Files_Network_Programming_in_C Exercise Files Ch01 01_05
      • 01_05-gethostdetails01.c (0.3 KB)
      • 01_05-gethostdetails02.c (0.7 KB)
      • 01_05-getmyip.c (1.5 KB)
      01_06
      • 01_06-interfaces.c (0.9 KB)
      Ch02 02_02
      • 02_02-getaddrinfo.c (0.7 KB)
      02_03
      • 02_03-socket01.c (0.4 KB)
      • 02_03-socket02.c (1.0 KB)
      02_04
      • 02_04-bind.c (1.2 KB)
      • 02_04-connect.c (1.3 KB)
      02_05
      • 02_05-accept.c (1.7 KB)
      • 02_05-listen.c (1.3 KB)
      02_06
      • 02_06-challenge.c (0.7 KB)
      02_07
      • 02_07-solution.c (1.0 KB)
      Ch03 03_01
      • 03_01-http_server01.c (1.9 KB)
      • 03_01-http_server02.c (2.2 KB)
      03_02
      • 03_02-time_client.c (1.0 KB)
      03_03
      • 03_03-ipv6_server01.c (2.2 KB)
      • 03_03-ipv6_server02.c (2.5 KB)
      03_04
      • 03_04-TCP_server.c (1.8 KB)
      03_05
      • 03_05-solution.c (1.1 KB)
      Ch04 04_01
      • 04_01-UDP_server.c (1.4 KB)
      04_02
      • 04_02-TCP_client.c (0.9 KB)
      • 04_02-UDP_client.c (1.0 KB)
      04_04
      • 04_04-solution_client.c (1.3 KB)
      • 04_04-solution_server.c (2.3 KB)
      Ch05 05_01
      • 05_01-TCP_client.c (1.1 KB)
      • 0

Description

Network Programming in C



https://TutGee.com

Released 06/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Intermediate | Genre: eLearning | Language: English + srt | Duration: 1h 49m | Size: 300 MB

Are you a C programmer looking to explore networking programming? In this course, instructor Dan Gookin provides an overview of network communications, terms, strategies, and concepts. Dan explores this complex topic in a step-by-step progression, exploring networking in Linux, macOS, or Windows 10/11 running the Windows Subsystem for Linux (WSL). Included are relevant parts of the operating system and how to access local networking features. The core of the course deals with socket programming at the client/server level. The IPv4 and IPv6 protocols are covered, as are TCP and UDP connections. Dan shows you how to program a client and server for both types of connections. The course finishes with a challenge: Code a Linux, text-mode real time chat server that accepts multiple connections, tracks conversations, and logs connections.



Download torrent
299.5 MB
seeders:13
leechers:5
Linkedin - Network Programming in C


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
299.5 MB
seeders:13
leechers:5
Linkedin - Network Programming in C


Torrent hash: 06C01DC97D111EED84CE5D3CB5F00CD6C90C9BCB