Skip to content

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

Notifications You must be signed in to change notification settings

markosbaratsas/virtIO-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.0%
  • Makefile 1.8%
  • Other 0.2%