EmbLogic's Blog

Author Archives: Prabhjot

USB DEVICE CONTROL THROUGH NTERNET

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

Posted in Uncategorized | Leave a comment

AVR-USB-LINUX

Posted in Uncategorized | Leave a comment

IPCs

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

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

PROJECT 01(MULTIPLE DATA COMPRESION)

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

Posted in Project 2: Multiple Data Compression and Encryption | Leave a comment

DAILY REPORT(BATCH 20.02.36)

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.

Posted in Uncategorized | Leave a comment

DAILY REPORT(BATCH 20.02.36)

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

Posted in Uncategorized | Tagged | Leave a comment

DAILY REPORT(BATCH 20.02.36)

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

Posted in Uncategorized | Tagged | Leave a comment

DAILY REPORT(BATCH 20.02.36)

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

Posted in Project 03: Client Server Communication using Linux and IPC, Uncategorized | Tagged | Leave a comment

VARIABLES IN SHELL SCRIPT

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)????

Posted in Shell Scripts | Leave a comment