EmbLogic's Blog

Author Archives: Md. Isharat

trim the sculldev

RCS file: RCS/dev_trim.c,v 597 Working file: dev_trim.c 598 head: 1.34 599 branch: 600 locks: strict 601         root: 1.34 602 access list: 603 symbolic names: 604 keyword substitution: kv 605 total revisions: 34;    selected revisions: 34 606 description: 607 this file … Continue reading

Posted in Character Driver | Leave a comment

llseek implementation

RCS file: RCS/dev_llseek.c,v 896 Working file: dev_llseek.c 897 head: 1.1 898 branch: 899 locks: strict 900         root: 1.1 901 access list: 902 symbolic names: 903 keyword substitution: kv 904 total revisions: 1;     selected revisions: 1 905 description: 906 this llseek … Continue reading

Posted in Character Driver | Leave a comment

ioctl implementation

RCS file: RCS/dev_ioctl.c,v 914 Working file: dev_ioctl.c 915 head: 1.6 916 branch: 917 locks: strict 918         root: 1.6 919 access list: 920 symbolic names: 921 keyword substitution: kv 922 total revisions: 6;     selected revisions: 6 923 description: 924 This is … Continue reading

Posted in Character Driver | Leave a comment

Device driver till device open and close

RCS file: RCS/header.h,v Working file: header.h head: 1.8 branch: locks: strict root: 1.8 access list: symbolic names: keyword substitution: kv total revisions: 8;    selected revisions: 8 description: This is main header file All the required header file are include here … Continue reading

Posted in Character Driver | 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