Skip to content

mariartc/virtIO-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSlab Exercise 3: Linux Chat over TCP/IP

This project was created by Markos Baratsas and Maria Retsa, for the purposes of the Operating 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors