EmbLogic's Blog

Author Archives: sonal.purohit

E4: Project1

Completed installation of fedora, configured TELNET, SSH, FTP, TFTP servers till 3rd October.

Posted in Uncategorized | Leave a comment

E4: Parallel port driver

LED’s are glowing in right fashion…  

Posted in Uncategorized | Leave a comment

To Project Manager

implemented shared memory concept and also implemented it in the client server project… in the project there is a problem that when i process a request of one client then start for another … it first takes the previous values..

Posted in Uncategorized | Leave a comment

Project Manager

implemented single user chat server… using message queues.. then tried to implement it in the project…previously having some problem in the processing client but resolved that… so implemented message queues in project also.. but now also when i open 3 … Continue reading →

Posted in Uncategorized | Leave a comment

E4 update

implemented IPC with fifo…. established communication with 2 fifos between clients(4 requesting and 4 processing) and server…..

Posted in Uncategorized | Leave a comment

E4: ipc pipes implementation

implemented client server communication through pipes…. for 4 requesting clients and 4 processing clients with 1 server…. with 8 pipes….

Posted in Uncategorized | Leave a comment

E4 project update

client server communication implemented… also tried with pipes but facing some errors….

Posted in Uncategorized | Leave a comment

CVS server- client

implemented CVS server and client and successfuly imported file from user to server

Posted in Uncategorized | Leave a comment

E4: project

day before yesterday used makefile to copile program and also used RCS…. today implemented local CVS server…

Posted in Uncategorized | Leave a comment

E4: project update

succesfuly implemented data encryption and also decompression…… also implemented through file I/O

Posted in Uncategorized | Leave a comment

E4: project data compression

compressed the string and encrypted it….. decompression is also done but with some errors

Posted in Uncategorized | Leave a comment

E4: Project_ data compression

yesterday created master array…. and today encrypted the master array… using File I/O(low level) also..

Posted in Uncategorized | Leave a comment

Project (E3 + E4)

Multiple Data Compression & Encryption We have been assigned the above project in a team of 10 members. This project is based on compression of a string and then decompression of the same string. Which includes use of File I/O … Continue reading →

Posted in Uncategorized | Leave a comment