Completed today’s work… Made the simplest device driver
Implemented the project using detached threads .. Serving 1021 clients.
RCS file: server.c,v Working file: server.c head: 1.3 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: This is the server to handle requests from requesting client. Initially , it is able … Continue reading
Completed Project 3 with pipes , fifo , message queue … Also used semaphores to synchronise the data.
Completed Project 3 with pipes , fifo , message queue … Also used semaphores to synchronise data. Able to communicate with multiple clients without jumbling of data… Implemem
Implemented SSH server completely… Able to send as well as receive data using scp… Now , thorough with the SSH server!!!!
Done with fork , exec , wait and starting the project with pipes.
Implemented stacks and queues. But still pending with link lists. Also done Multiple data Compression, created the master array and compressed file… decompression has to be still done.
Completed the bring up of OLINUXINO A13 Board…. Successfully logged in as root and performed simple commands like ls , cd , poweroff , etc…..