Rebranded to console tester.
This commit is contained in:
17
README.md
17
README.md
@@ -1,11 +1,12 @@
|
||||
# HDMI Tester Enterprise
|
||||
# HDMI Console Diagnostics (Enterprise)
|
||||
|
||||
A high-performance orchestration and telemetry platform designed for real-time monitoring and lifecycle management of HDMI testing hardware. This platform provides a "single pane of glass" view for large fleets of test nodes, offering sub-ms edge latency tracking and remote hardware orchestration.
|
||||
A high-performance orchestration platform designed for real-time monitoring and repair diagnostics of **Console HDMI Ports** (PS5, Xbox, Switch). This platform provides a "single pane of glass" view for large fleets of test nodes, offering sub-ms edge latency tracking and remote hardware orchestration for front-desk and technical staff.
|
||||
|
||||
## 🚀 Key Features
|
||||
|
||||
- **Operational Telemetry**: Real-time monitoring of active nodes, test results, and system health.
|
||||
- **Node Insights**: Tactical spectral analysis of HDMI bus metrics including DDC, CEC, and TMDS voltage verification.
|
||||
- **Port Telemetry**: Real-time monitoring of active nodes, port diagnostic results, and system health.
|
||||
- **Port Insights**: Tactical spectral analysis of HDMI pins (DDC, CEC, TMDS) for board-level repair verification.
|
||||
- **Retail & Enterprise Views**: Simplified "Good/Bad" UI for front-desk staff and detailed telemetry for technicians.
|
||||
- **Command Center**: Enterprise-grade fleet management for device enrollment and environment orchestration.
|
||||
- **Device Configuration**:
|
||||
- Remote renaming and identification.
|
||||
@@ -15,6 +16,7 @@ A high-performance orchestration and telemetry platform designed for real-time m
|
||||
- **Premium UI/UX**:
|
||||
- High-contrast Light and Dark modes.
|
||||
- Safari-optimized rendering and backdrop filters.
|
||||
- **Virtual Hardware Simulator**: A web-based tactile OLED emulator for immediate testing.
|
||||
- Fluid micro-animations and responsive layouts.
|
||||
|
||||
## 🛠 Tech Stack
|
||||
@@ -53,8 +55,13 @@ Open [http://localhost:3000](http://localhost:3000) to access the dashboard.
|
||||
|
||||
## 🤖 Hardware Simulation
|
||||
|
||||
To test the platform without physical hardware, use the provided simulator. It mimics a head unit with active mesh capabilities.
|
||||
To test the platform without physical hardware, you can use either the interactive web emulator or the Python-based CLI simulator.
|
||||
|
||||
### Web Simulator (Recommended)
|
||||
Access the tactile OLED emulator directly in your browser: [http://localhost:3000/simulator](http://localhost:3000/simulator)
|
||||
- **Features**: Real-time OLED display, keyboard shortcuts (R/T/S/B), and live system logs.
|
||||
|
||||
### Python CLI Simulator
|
||||
```bash
|
||||
# Register a simulated device
|
||||
python3 firmware/simulator.py register
|
||||
|
||||
Reference in New Issue
Block a user