Add system resource tracking and download speed estimation to ReticulumMeshChat

- Integrated psutil for memory and network statistics.
- Enhanced app info API to include memory usage, network stats, and download statistics.
- Implemented download speed tracking for files in NomadNetworkPage.
- Added utility functions for formatting numbers and bytes per second.
- Updated frontend components to display new statistics in real-time.
This commit is contained in:
2025-11-11 08:04:07 -06:00
parent 8b044f6dab
commit 3566c6b2da
5 changed files with 313 additions and 2 deletions

1
package-lock.json generated
View File

@@ -3010,6 +3010,7 @@
"integrity": "sha512-rcJUkMfnJpfCboZoOOPf4L29TRtEieHNOeAbYPWPxlaBw/Z1RKrRA86dOI9rwaI4tQSc/RD82zTNHprfUHXsoQ==",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
"app-builder-lib": "24.13.3",
"builder-util": "24.13.1",