EmbLogic's Blog

Author Archives: Avtar Singh

USB device driver

USB Device Driver   Introduction to USB: These days we are using USB(Universal Serial Bus) devices like pen drive ,mouse,printer etc instead of using serial or parallel port devices. One of the original intentions of USB was to reduce the … Continue reading

Posted in Uncategorized | Leave a comment

Socket Programming

Socket Programming Socket: Sockets are basically used for inter process communication within single or over the network systems. So sockets are basically two endpoints of the communication via which we can communicate. So socket represents a single connection between exactly … Continue reading

Posted in Uncategorized | Leave a comment

E-30.01.30:Embedded OS Porting on Olinuxino Board

Porting of Embedded OS on Olinuxino Board Embedded OS: Embedded Operating System is simply a light version of complete OS ,means in embedded OS we reduce some functionality from the OS according to the our requirement like if we don’t … Continue reading

Posted in Uncategorized | Leave a comment

c++ assignment status

i have completed 2 assignment with c++. also practice some program using inline function.

Posted in Data Structures with C | Tagged | Leave a comment

Avtar Singh C & c++ assignment status

I have completed 8 assignments with some doubts on floating point numbers and working on 9th assignment. some problems are comming in 9th assignment. Also done 1 assignment of c++.

Posted in Uncategorized | Tagged | Leave a comment

Avtar Singh E-30.01.30

done first 9 assignments with some problems. main problem is coming in low level file input-output operations.

Posted in Data Structures with C | Tagged | Leave a comment

Avtar Singh E-30.01.30

RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.30 branch: locks: strict root: 1.30 access list: symbolic names: keyword substitution: kv total revisions: 31;    selected revisions: 31 description: in this i register many no. of devices that we can provide at … Continue reading

Posted in Character Driver | Tagged | Leave a comment

Avtar Singh E-30.01.30

RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.29 branch: locks: strict root: 1.29 access list: symbolic names: keyword substitution: kv total revisions: 30;    selected revisions: 30 description: in this i register many no. of devices that we can provide at … Continue reading

Posted in Character Driver | Tagged | Leave a comment

Avtar Singh E-30.01.30

INTRODUCTION: Device driver is basically a module(piece of code) used to make possible the communication between hardware and application like VLC media player,firefox,USB devices etc.So device driver is used to drive the hardware according to the application.Different type of applications … Continue reading

Posted in Character Driver | Tagged | Leave a comment

Avtar Singh E 30.01.30

RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.19 branch: locks: strict root: 1.19 access list: symbolic names: keyword substitution: kv total revisions: 20;    selected revisions: 20 description: in this i register many no. of devices that we can provide at … Continue reading

Posted in Character Driver | Tagged | Leave a comment

Avtar Singh E-30.01.30

RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.18 branch: locks: strict root: 1.18 access list: symbolic names: keyword substitution: kv total revisions: 19;    selected revisions: 19 description: in this i register many no. of devices that we can provide at … Continue reading

Posted in Character Driver | Tagged | Leave a comment

Avtar Singh E-30.01.30

RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.16 branch: locks: strict root: 1.16 access list: symbolic names: keyword substitution: kv total revisions: 17;    selected revisions: 17 description: in this i register many no. of devices that we can provide at … Continue reading

Posted in Character Driver | Tagged | Leave a comment

Avtar Singh E- 30.01.30

RCS file: new_lkm.c,v Working file: new_lkm.c head: 1.10 branch: locks: strict root: 1.10 access list: symbolic names: keyword substitution: kv total revisions: 11; selected revisions: 11 description: in this i register many no. of devices that we can provide at … Continue reading

Posted in Character Driver | Tagged | Leave a comment

E 30 Avtar Singh

RCS file: server.c,v Working file: server.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2;    selected revisions: 2 description: server with one processing client to increment received data by 1. in this threads are … Continue reading

Posted in Project 04: FTP based Client Server using Threads and Sockets | Tagged | Leave a comment

Multiple Data Compression & Encryption

i have completed multiple data compression and decompression….

Posted in Uncategorized | Leave a comment