ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,130 results

CppNow
C++Now 2017: Michael Caisse “Networking TS Workshop (part 1 of 2)"

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:28:46
C++Now 2017: Michael Caisse “Networking TS Workshop (part 1 of 2)"

9,222 views

8 years ago

ozzloy
c network socket tcp thread accept still fails 2022 12 04 19 00 56

we tried to figure out why accept did not work on the remote machine. we moved the code from my machine, which works on my ...

38:08
c network socket tcp thread accept still fails 2022 12 04 19 00 56

28 views

3 years ago

John Kubiatowicz
CS162 Lecture 5: Abstractions 3: IPC, Pipes and Sockets

In this lecture, we pick up our discussion of user-level abstractions with a discussion of inter-process communication (IPC).

1:26:42
CS162 Lecture 5: Abstractions 3: IPC, Pipes and Sockets

18,247 views

4 years ago

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

245,323 views

6 years ago

ComputerNetworks UPB
Verteilte Systeme, Kapitel 1b, Sockets, 0mq, wire formats

Vorlesung Verteilte Systeme, WS 20/21, Universität Paderborn. Kapitel 1 (Folien 27-60) Schnittstellen zur Kommunikation in ...

28:52
Verteilte Systeme, Kapitel 1b, Sockets, 0mq, wire formats

1,014 views

5 years ago

Utah Cpp Programmers
TCP/IP Networking with Boost.Asio

Boost.Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent ...

1:33:36
TCP/IP Networking with Boost.Asio

16,054 views

2 years ago

Utah Cpp Programmers
Messaging with 0MQ (ZeroMQ)

ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework.

1:19:17
Messaging with 0MQ (ZeroMQ)

17,060 views

3 years ago

Jean-Baptiste Yunès
Cours programmation socket (réseau) n°5 -  TCP en langage C

L'API C de programmation réseau pour les flux TCP. Plus d'informations : http://yunes.informatique.univ-paris-diderot.fr/ Licence ...

1:25:30
Cours programmation socket (réseau) n°5 - TCP en langage C

26,419 views

12 years ago

Utah Cpp Programmers
Basic HTTP and WebSocket Programming with Boost.Beast

Boost.Beast is a C++ header-only library serving as a foundation for writing interoperable networking libraries by providing ...

1:31:30
Basic HTTP and WebSocket Programming with Boost.Beast

14,166 views

2 years ago

Engineering Community
Socket programming with C++ by Borys Sadovnykov

During this presentation, we will talk about what is sockets, different socket protocols, how to use it and why do we need it. Also ...

57:49
Socket programming with C++ by Borys Sadovnykov

393 views

2 years ago

zuni
Python Socket Programming Tutorial for Beginners

In this Python Socket programming tutorial for beginners, you'll learn how do computer programs communicate with Sockets and ...

1:58:28
Python Socket Programming Tutorial for Beginners

32,346 views

3 years ago

CppNow
Christopher Kohlhoff: Why C++0x is the Awesomest Language for Network Programming

Warning: This is not a talk for the faint-hearted. There will be bleeding-edge language features. There will be hackery. There will ...

1:02:16
Christopher Kohlhoff: Why C++0x is the Awesomest Language for Network Programming

3,649 views

12 years ago

VoidRealms
C++ Qt 137 - High Performance TCP Server Design Part 6

QML Beginners: https://www.udemy.com/course/qml-for-beginners/?referralCode=3B69B9927B587BBF40F1 Qt Core Beginners: ...

31:41
C++ Qt 137 - High Performance TCP Server Design Part 6

8,993 views

10 years ago

Utah Cpp Programmers
Writing a Network Client with POCO

Networking is often a core requirement for modern applications, but the standard C++ library doesn't yet include any networking ...

1:20:05
Writing a Network Client with POCO

8,737 views

3 years ago

Utah Cpp Programmers
Writing a Network Client With Facebook's Wangle is a Fail

Networking is often a core requirement for modern applications, but the standard C++ library doesn't yet include any networking ...

1:41:22
Writing a Network Client With Facebook's Wangle is a Fail

1,761 views

3 years ago

Utah Cpp Programmers
Getting Started with Boost.Asio: Timers and Serial Ports

I/O operations are inherently asynchronous -- we don't know when input will arrive and when output will be generated. Network ...

1:18:13
Getting Started with Boost.Asio: Timers and Serial Ports

12,397 views

2 years ago

ozzloy
1 of 2 c multithreaded server client how to sockets work 2022 12 02 16 30 48

we discussed what's even involved in communication over the network in c. we started making a client that would connect to the ...

1:59:18
1 of 2 c multithreaded server client how to sockets work 2022 12 02 16 30 48

48 views

3 years ago

StableCoder
201 - Basic Networking, Addresses and Socket Binding

This session finally moves on from the complexities of the Resource systems to focus on the much more complex world of ...

1:47:31
201 - Basic Networking, Addresses and Socket Binding

252 views

2 years ago

CppNow
The Optimization of a Boost.Asio-based Networking Server

Sergei Khandrikov's presentation from C++Now 2014 Slides are available here: ...

1:05:21
The Optimization of a Boost.Asio-based Networking Server

6,875 views

11 years ago

Chris Kauffman
UMN CSCI 2021 14 Object Code and Linking Part1

Begins coverage of object code and linking. Discusses separate compilation with .o files, surveys the ELF file format, touches on ...

55:57
UMN CSCI 2021 14 Object Code and Linking Part1

934 views

5 years ago