C-development-on-Linux

所属分类:驱动编程
开发工具:Objective-C
文件大小:0KB
下载次数:0
上传日期:2019-01-29 17:50:21
上 传 者sh-1993
说明:  C语言中的Linux内核编程,
(Linux Kernel Programming in C,)

文件列表:
Chat/ (0, 2019-01-24)
Chat/cryptodev/ (0, 2019-01-24)
Chat/cryptodev/Makefile (553, 2019-01-24)
Chat/cryptodev/arxiko.c (3652, 2019-01-24)
Chat/cryptodev/crypto-test.c (2765, 2019-01-24)
Chat/cryptodev/crypto-test.h (2765, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/ (0, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/.cache.mk (55167, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/AUTHORS (500, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/COPYING (18092, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/INSTALL (846, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/Makefile (1733, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/NEWS (6109, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/authenc.c (19759, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/cipherapi.h (2371, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/cryptlib.c (11782, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/cryptlib.h (2891, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/crypto/ (0, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/crypto/cryptodev.h (9109, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/cryptodev_int.h (3995, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/examples/ (0, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/examples/aes-gcm.c (3292, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/examples/aes-gcm.h (783, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/examples/aes-sha1.c (3205, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/examples/aes-sha1.h (796, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/examples/aes.c (5843, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/examples/aes.h (517, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/examples/sha.c (2875, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/examples/sha.h (348, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/ioctl.c (28595, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/lib/ (0, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/lib/Makefile (283, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/lib/benchmark.c (2007, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/lib/benchmark.h (351, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/lib/combo.c (3637, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/lib/hash.c (3122, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/lib/hash.h (591, 2019-01-24)
Chat/cryptodev/cryptodev-linux-1.9/lib/main.c (545, 2019-01-24)
... ...

# C-Development-on-Linux

Low level programming in language C for the course Operating System in National Technical University of Athens.

Kernel Drivers Development

Assigment1:

Implementation of a Linux kernel driver for a wireless sensor network. This network contains a number of voltage, temperature and light sensors. Developed a character device driver which takes input from the sensor network and exposes the information to userspace in different device files for each metric. The driver was developed as a Linux kernel module.

Assigment2:

Developed virtual hardware for QEMU-KVM framework. Designed and implemented a virtual VirtIO cryptographic device as part of QEMU. The device allows applications running inside the VM to access the real host crypto device using paravirtualization. The device was implemented using the split-driver model: a frontend (inside the VM) and a backend (part of QEMU). The frontend exposes to user space applications the same API as the host cryptodev while the backend receives calls from the frontend and forwards them for processing by the host cryptodev. To test the driver's functionality, an ecrypted chat application over TCP/IP sockets was implemented.

近期下载者

相关文件


收藏者