ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,033 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,231 views

8 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,715 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)

247,507 views

6 years ago

Muhammad Hilman
[Jarkom-C] Application Layer - Video Streaming, CDN & Socket Programming
1:51:51
[Jarkom-C] Application Layer - Video Streaming, CDN & Socket Programming

86 views

3 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,209 views

2 years ago

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

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

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

1,908 views

8 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,442 views

12 years ago

Chris Kauffman
UMN CSCI 4061 14 Sockets Part1

Begins coverage of network programming and sockets. Surveys some difficulties associated with network programming in general ...

40:56
UMN CSCI 4061 14 Sockets Part1

646 views

5 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

398 views

2 years ago

Aaron Bauer
CS 208 Network Programming

We learn about internet protocols and network sockets. Music by BoxCat Games.

1:10:29
CS 208 Network Programming

78 views

4 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,890 views

11 years ago

Turky Gary
Network Socket

How to program Network Socket in C language.

32:15
Network Socket

36 views

4 years ago

PureScript Community
PS Unscripted - Pure-C, a C back-end for PureScript

PS Unscripted Oct 13, 2018 Pure-C, a C back-end for PureScript https://github.com/pure-c/pure-c Thank you @FelixSchlitter for ...

1:20:23
PS Unscripted - Pure-C, a C back-end for PureScript

1,280 views

7 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,229 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,776 views

3 years ago

Will Thomas
zero to window - wayland client

walkthrough on writing a wayland client application from scratch in c 0:00:23 - wayland fundementals 0:05:08 - requests, events, ...

1:22:03
zero to window - wayland client

28,152 views

3 years ago

Mike Wittie
Socket communications and HTTP
41:38
Socket communications and HTTP

2,077 views

5 years ago

CppNow
C++Now 2018: Jason Rice “Generalized Full Duplex Messaging”

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

1:27:35
C++Now 2018: Jason Rice “Generalized Full Duplex Messaging”

4,098 views

7 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,404 views

2 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

277 views

2 years ago

alphanet72
compilation c socket

développement d'applications classiques sous environnement standard: les sockets.

34:43
compilation c socket

254 views

9 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,620 views

2 years ago

Jean-Baptiste Yunès
Cours programmation socket (réseau) n°8 - E/S non-bloquantes en langage C

Les entrées/sorties non-bloquantes en C (dans le cas de communications réseau). Plus d'informations ...

40:56
Cours programmation socket (réseau) n°8 - E/S non-bloquantes en langage C

3,858 views

12 years ago

Studio IIT Bombay
CN M LS5 Socket Programming

This is 5th Lab session of Computer Networking workshop arranged for teachers. It was delivered by Prof. Kameswari Chebrolu ...

1:00:04
CN M LS5 Socket Programming

519 views

9 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,769 views

3 years ago