EmbLogic's Blog

Author Archives: preetasr1807

FTP server using Sockets

RCS file: server.c,v Working file: server.c head: branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 0 description: implemented GETS,PUTS functions in ftp using socket programming. =============================================================================

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

Python (widely used language)

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C. The language provides … Continue reading

Posted in Shell Scripts | Leave a comment

Character driver driver

head 1.32; access; symbols; locks; strict; comment @ * @; 1.32 date 2014.05.06.06.20.21; author root; state Exp; branches; next 1.31; 1.31 date 2014.05.04.09.46.22; author root; state Exp; branches; next 1.30; 1.30 date 2014.05.04.08.15.17; author root; state Exp; branches; next 1.29; … Continue reading

Posted in Character Driver | Leave a comment

Threads implementation with clients

RCS file: ipc_thrdsrvr.c,v Working file: ipc_thrdsrvr.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2;    selected revisions: 2 description: —————————- revision 1.2 date: 2014/03/31 11:58:38;  author: root;  state: Exp;  lines: +10 -10 implemented threads … Continue reading

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

Inter Process Communication using semaphores and message queues

RCS file: ipc_fifoserver.c,v Working file: ipc_fifoserver.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 common fifo for requesting clients(3) implemented semaphore created common result fifo and … Continue reading

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

semaphores

RCS file: ipc_fifoserver.c,v Working file: ipc_fifoserver.c head: branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 0 description: created common fifo for requesting clients(3) implemented semaphore created common result fifo and have send resutl back to their … Continue reading

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

message queues

RCS file: msgq_srvr.c,v Working file: msgq_srvr.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: —————————- revision 1.1    locked by: root; date: 2014/03/25 04:43:34;  author: root;  state: Exp; … Continue reading

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

link_list using pop up menu

RCS file: linklist.c,v Working file: linklist.c head: 1.2 branch: locks: strict root: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2;    selected revisions: 2 description: created linklist inserted nodes at the end inserted nodes at the beginning —————————- … Continue reading

Posted in Data Structures with C, Uncategorized | Leave a comment

Implemented stack using push and pop functions

RCS file: stack.c,v Working file: stack.c head: 1.2 branch: locks: strict root: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2;    selected revisions: 2 description: created a stack and implemented push statemnet. —————————- revision 1.2    locked by: root; … Continue reading

Posted in Data Structures with C, Uncategorized | Leave a comment