In this project I have controlled a USB device through internet using a web browser. The device could be used to control multiple device connected to the USB device. The project involved configuring Apache server(alongwith SElinux configuration for apache),writing CGI … Continue reading
INTER-PROCESS COMMNICATION What is Inter-process Communication? Inter-process communication as the name suggests is the exchange of information between two dependent /independent processes. Why it is required? There are cases when processes may need to work together;for example a process … Continue reading
Multiple data compression using C, INTRODUCTION TO PROJECT All digital data is stored in form of binary 0s and 1s internally. Working on embedded devices that are memory constrained these files need to be managed efficiently and effectively. Also when … Continue reading
Rahul Singh :- IPC using fifo is completed Working on semaphore, message ques and shared memory Kamal :- Completed IPC project using shared memory and semaphores. Harpreet Singh :- Completed IPC project using shared memory,semaphores,FIFO and Pipes.
Puneet Bist :- Implemented FIFO with semaphores. Also Completed IPC project using Message queues and Semaphores. Rahul Singh :- Working on IPC project using FIFO(working on getting result by second FIFO) Rekha:- Implemented IPC project uisng pipes and FIFOs. Working … Continue reading
Harpreet Singh EET1481 1) Done IPC using pipes, FIFO and Message Queue. 2) Implemented Semaphores in 2 processes. Puneet Bist Pipe & FIFO are implemented using signals Working on FIFO using semaphores Abhishek Bist Pipe … Continue reading
Project 3 : Linux internals/ system programming and Project Status Harpreet Singh : 1) Successfully implemented IPC using pipes with and without using signals. 2) Successfully implemented IPC using pipes and FIFOs with and without using signals. Prabhjot Singh : … Continue reading
In bash every variable is a string.. My question is if these values are stored as ASCII values? And how arithmetic operations are manipulated with integers/numbers, if they are stored as strings(or ASCII values)????