Unix Programming2024Completed

Embedded Distributed Logging System

A real-time distributed logging system using UDP socket communication, multithreading, and asynchronous I/O with advanced network programming concepts.

Embedded Distributed Logging System

Technologies Used

C++UDP SocketsMultithreadingLinux

Project Overview

Project Overview

This project demonstrates advanced programming concepts and showcases technical expertise in C++, UDP Sockets, Multithreading, Linux.

Key Technologies

C++UDP SocketsMultithreadingLinux

Source Code

Explore the complete implementation and technical details in the GitHub repository.

Related Projects

Shared Memory & Semaphore IPC System
Unix Programming

Advanced Inter-Process Communication using System V Shared Memory and POSIX Named Semaphores to enable synchronized message exchange between multiple client processes.

CSystem V IPCPOSIX SemaphoresLinux
Multi-threaded Socket Server-Client
Unix Programming

A high-performance multi-threaded TCP server with asynchronous client handling, mutex-protected shared resources, and timeout-based connection management.

C++TCP SocketsMultithreadingMutex+1 more
Message Queue Server-Client System
Unix Programming

A multi-threaded message queue communication system using System V Message Queues, POSIX threads, and mutex synchronization.

C++Message QueuesPOSIX ThreadsMutex+1 more