EmbLogic's Blog

Author Archives: admin

Pointers

Pointers Pointers are just variables like any other variables we declare, the only difference is that, the so called normal variables store some sort of data like an integer,a character,a floating point number, on the other hand a pointer stores … Continue reading

Posted in Data Structures with C | Leave a comment

Character Device Driver

RCS file: header.h,v Working file: header.h head: 1.10 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 10; selected revisions: 10 description: This is the base module. —————————- revision 1.10 date: 2013/10/31 07:36:18; author: Emblogic; state: Exp; … Continue reading

Posted in Character Driver | Leave a comment

Log file for Character Device Driver

RCS file: header.h,v Working file: header.h head: 1.11 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 11; selected revisions: 11 description: This is the header for the base module. —————————- revision 1.11 date: 2013/10/21 10:35:24; author: … Continue reading

Posted in Character Driver | Leave a comment

Jackpot – 2

Posted in Jackpot | 10 Comments

Linux

Open source operating system

Posted in Project 1: A Linux Administration based Project | Leave a comment

Project 6: Client Server using Inter-process Communication Mechanism

Inter Process Communication based Project. Please send your queries here Continue reading

Posted in Project 6: Client Server using Inter Process Communication Mechanism | 26 Comments

Project 2: Multiple Data Compression and Encryption using Iterative Technique

In computer science and information theory, data compression, source coding,[1] or bit-rate reduction involves encoding information using fewer bits than the original representation. Compression can be either be lossy or lossless. Lossless compression reduces bits by identifying and eliminating statistical … Continue reading

Posted in Project 2: Multiple Data Compression and Encryption | 260 Comments

Project 00: Linux System Administration

Discussions and Queries are invited for this project 1 Continue reading

Posted in Project 1: A Linux Administration based Project | 376 Comments

Embedded Linux

Embedded Linux refers to a complete system, or in the context of an embedded Linux vendor, to a distribution targeted at embedded devices. Although the term “embedded” is often also used in kernel discussions, there is no special form of … Continue reading

Posted in Embedded Linux, USB Driver | 1 Comment

Embedded Controllers

An Embedded Controller is simply a device that performs Embedded Controlles. The embedded market is a part of the overall DAQ market. The main differentiating feature of an embedded controller is that all system operation is not controlled by external PC. … Continue reading

Posted in Embedded Controllers | Leave a comment

fork

pid_t fork(void); fork()  creates  a new process by duplicating the calling process.  The new process, referred to as the child, is an  exact  duplicate  of  the calling  process,  referred  to as the parent, except for the following points: The child … Continue reading

Posted in Linux Internals and System Programming | 1 Comment

Data Compression

Multiple Data Compression and Encryption Continue reading

Posted in Word from Admin | 2 Comments

Hello Embedded Wizards

this is the excript Continue reading

Posted in Word from Admin | 4 Comments