This is the repository of the second assignment of the Advanced Robot Programming course: comparison of different ipc speeds.
-
Updated
Feb 17, 2022 - C
This is the repository of the second assignment of the Advanced Robot Programming course: comparison of different ipc speeds.
Linux shell coded in C++ language which performs some of the features found in typical shells, like the bash (Bourne Again Shell) or csh (C-Shell)
A simple C++ program to simulate inter-process communication using unnamed pipes
Second assignment of Advanced Robot Programming regarding the analysis of the speed of four different IPC methods: unnamed and named pipes, sockets and shared memory with circular buffer
Assignment 2 of advanced and robot programming class aims to measure the speed efficiency of different IPC to transfer a certain amount of data between a producer and a consumer represented by two different processes.
Second Assignment from ARP class
Exercícios das Aulas e Projeto desenvolvido no âmbito da UC de Sistemas Operativos
A study on pipes. How to pipe between processes.
A comparator between different Inter-Process ways of communication: Unnamed_Pipes , Named_Pipes , Sockets and Shared_Memory using Circular_Buffer
Unnamed pipe project skeleton generator
Add a description, image, and links to the unnamed-pipe topic page so that developers can more easily learn about it.
To associate your repository with the unnamed-pipe topic, visit your repo's landing page and select "manage topics."