https://github.com/itxtech/centasus
Open Source, Cross Platform and Native drive tester powered by Rust.
https://github.com/itxtech/centasus
Last synced: 8 months ago
JSON representation
Open Source, Cross Platform and Native drive tester powered by Rust.
- Host: GitHub
- URL: https://github.com/itxtech/centasus
- Owner: iTXTech
- License: gpl-3.0
- Created: 2020-05-29T11:53:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T18:03:09.000Z (about 6 years ago)
- Last Synced: 2025-01-22T20:31:16.068Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iTXTech Centasus
**开源,跨平台,原生的储存器校验工具,为`U盘`和`固态硬盘`打造。**
## 前端
* 用于实现用户交互
* 计划实现以下前端
* 终端 - 即 `Console`
* 图形化 - 即 `Desktop`,将基于 `flutter-rs`
## 后端
* 储存设备枚举
* `ODTD2` 文件访问
## `ODTD2` 文件
* `ODTD2` 即 `OpenDriveTesterData2`
-----
* `ODTD2` 是 `Centasus` 生成的用于完整性校验的文件
* 每个`ODTD2`文件对应一个**固定**的`Seed`,详见源代码
* `ODTD2` 文件仅包含随机生成的数据,不含任何其它头部信息
## 许可证
Copyright (C) 2020 iTX Technologies
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .