markosbaratsas / virtIO-chat

Project implemented for the purposes of Operating Systems Lab in ECE NTUA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSlab Exercise 3: Linux Chat over TCP/IP

This project was created by Markos Baratsas and Maria Retsa, for the purposes of the Operationg Systems Laboratory at ECE NTUA.

The project consists of 3 parts.

Part 1 (unencrypted_chat):

Simple chat implementation in C language, using sockets.

Part 2 (encrypted_chat):

Enriching simple chat by adding encryption (decryption) features using opensourse cryptographic device (cryptodev-linux).

Part 3 (virtio_crypto_device):

Implementing a paravirtualized crypto-device to be used by the chat application. This device is being developed according to the VirtIo protocol.

About

Project implemented for the purposes of Operating Systems Lab in ECE NTUA.


Languages

Language:C 98.1%Language:Makefile 1.8%Language:C++ 0.1%Language:Shell 0.1%