Completed installation of fedora, configured TELNET, SSH, FTP, TFTP servers till 3rd October.
LED’s are glowing in right fashion…
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..
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
implemented IPC with fifo…. established communication with 2 fifos between clients(4 requesting and 4 processing) and server…..
implemented client server communication through pipes…. for 4 requesting clients and 4 processing clients with 1 server…. with 8 pipes….
client server communication implemented… also tried with pipes but facing some errors….
implemented CVS server and client and successfuly imported file from user to server
day before yesterday used makefile to copile program and also used RCS…. today implemented local CVS server…
succesfuly implemented data encryption and also decompression…… also implemented through file I/O
compressed the string and encrypted it….. decompression is also done but with some errors
yesterday created master array…. and today encrypted the master array… using File I/O(low level) also..
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