EmbLogic's Blog

Author Archives: gurpreets187

Shared Memory

“Shared memory allows two or more processes to share the same region (segment) of physical memory” “One processes simply write data to the shared memory region, which will available to all other processes attached to that region & any of … Continue reading

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

IPC using sockets ( AF_UNIX , SOCK_STREAM )

Server   ————————————————- RCS file: ./server_socket.c,v Working file: ./server_socket.c head: 1.25 branch: locks: strict root: 1.25 access list: symbolic names: keyword substitution: kv total revisions: 25; selected revisions: 25 description: implemented basic program for server. declared sys/socket.h —————————- revision 1.25 … Continue reading

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

Client Server communication -IPC ( using message queue )

header file ———————————-   RCS file: ./header.h,v Working file: ./header.h head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: —————————- revision 1.5 locked by: root; date: 2014/08/23 08:22:06; author: … Continue reading

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

Stack completed(using link list)

RCS file: ./stack.c,v Working file: ./stack.c head: 1.19 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 19; selected revisions: 19 description: implemented basic program for stack. gave defination for get_choice(). —————————- revision 1.19 date: 2014/07/27 15:43:57; … Continue reading

Posted in Data Structures with C | Leave a comment

MDC completed (upto 2 bit,4 bit compression/decompression)

RCS file: ./mdc_using_functions.c,v Working file: ./mdc_using_functions.c head: 1.26 branch: locks: strict root: 1.26 access list: symbolic names: keyword substitution: kv total revisions: 26;    selected revisions: 26 description: reading characters from the file & adding to the master array —————————- revision … Continue reading

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

Stack completed (using array).

RCS file for stacks: RCS file: stack_using_array.c,v Working file: stack_using_array.c head: 1.18 branch: locks: strict root: 1.18 access list: symbolic names: keyword substitution: kv total revisions: 18; selected revisions: 18 description: gave the basic program for stack. declared prototype for … Continue reading

Posted in Data Structures with C | Leave a comment

rcs file for addition of two matrices (by passing two matrices as arguments to function)

RCS file: ./17_add_matrix.c,v Working file: ./17_add_matrix.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2;     selected revisions: 2 description: gave prototype for function get_matrices(). gave prototype for function add_matrices(). gave prototype for function disp_matrices(). … Continue reading

Posted in Data Structures with C | Leave a comment

Program to find factorial of number n using recursive function.

RCS file: ./9_factorial.c,v Working file: ./9_factorial.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1;     selected revisions: 1 description: gave prototype for factorial(). gave defination for function factorial(). —————————- revision 1.1    locked … Continue reading

Posted in Data Structures with C | Leave a comment

Program to print fibonacci series upto n terms using recursive function.

RCS file: 10_fibonacci.c,v Working file: 10_fibonacci.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2;     selected revisions: 2 description: write basic program for finding fibonacci series upto n terms. —————————- revision 1.2 date: 2014/07/21 … Continue reading

Posted in Data Structures with C | Leave a comment

Multiple data compression (upto code length calculation)

RCS file: mdc_using_functions.c,v Working file: mdc_using_functions.c head: 1.4 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 4;     selected revisions: 4 description: reading characters from the file & adding to the master array —————————- revision 1.4 date: … Continue reading

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

how to install bluetooth drivers on fedora 17

please, tell me the steps to install bluetooth drivers on fedora 17….

Posted in Uncategorized | Leave a comment