Rewrite remote HDD functionality
未关闭
enhancement
todo
- 主要语言
- Python
- 星标
- 3
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
The remote HDD function is currently unstable, largely do to the low-level nature and my lazy implementation of TCP/IP sockets. After the switch to `asyncio` (see #2), this should be rewritten using the `websockets` module.
贡献指南
这个仓库没有索引到贡献指南
调研方向
The issue mentions switching to asyncio (issue #2) and using the websockets module. Look for the current remote HDD implementation, likely involving TCP/IP sockets. Understand the existing codebase structure, then rewrite the functionality using websockets after the asyncio transition is complete. Check for any related tests or examples of websockets usage in the project.
由索引模型根据 Issue 内容生成。
评估
- 领域
- backend
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100