Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aekhv/qmininvmedevice
MiniNVMe user application library
https://github.com/aekhv/qmininvmedevice
Last synced: 6 days ago
JSON representation
MiniNVMe user application library
- Host: GitHub
- URL: https://github.com/aekhv/qmininvmedevice
- Owner: aekhv
- License: gpl-2.0
- Created: 2024-12-30T06:25:11.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-12-30T06:49:02.000Z (9 days ago)
- Last Synced: 2024-12-30T07:30:27.912Z (9 days ago)
- Language: C++
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QMiniNVMeDevice
## Description
This is a subclass of the MiniPCIDevice library designed to communicate with NVMe devices over the MiniNVMe kernel module.## Features
- General device info (ID and namespaces);
- read and write;
- controller reset;See MiniNVMeTestApp for more details.
![](/img/screenshot.png)