Files
mapper/openspec/changes/ofxpimapper-full-stack/tasks.md
Timothy Hofland d91be0ab89 feat: implement ofxpimapper-full-stack
- Unified setup script with OpenFrameworks and ofxPiMapper installation.
- Integrated C++ source modification for 'Highlight Surface' OSC listener.
- Full-featured 5-tab React/Tailwind web UI (Dashboard, Mapping, Media, Network, System).
- WebSocket-based real-time vertex/surface manipulation and throttled log streaming.
- Media Vault with ffprobe validation (H.264) and Mapping Manifest persistence.
- Hybrid Networking UI with WiFi scanning, connection, and AP configuration.
- System control endpoints for Reboot, Shutdown, and Mapping Save.
2026-03-10 22:41:46 +01:00

31 lines
1.5 KiB
Markdown

## 1. Setup Script Upgrades
- [x] 1.1 Add `ofxPiMapper` installation logic (source build with 2GB swap safety).
- [x] 1.2 Modify `ofxPiMapper` C++ source code to add `/ofxPiMapper/surface/highlight` OSC listener.
- [x] 1.3 Implement graphics driver configuration (KMS/DRM) for headless operation.
## 2. Backend Expansion (Node.js)
- [x] 2.1 Implement WebSocket (Socket.io) handlers for low-latency vertex updates.
- [x] 2.2 Create the Throttled Log Streamer (max 10 lines / 500ms) for process output.
- [x] 2.3 Implement the "Mapping Manifest" with `ffprobe` codec validation (H.264).
- [x] 2.4 Add System Control endpoints (Shutdown, Reboot, Restart Mapper, Save Mapping).
## 3. Frontend Overhaul (React/Tailwind)
- [x] 3.1 Implement the 5-tab navigation system (Dashboard, Mapping, Media, Network, System).
- [x] 3.2 Build the "Responsive Dashboard" with real-time stats (CPU/RAM/Temp).
- [x] 3.3 Create the \"Media Vault\" with file upload, preview, and delete.
- [x] 3.4 Upgrade the \"Virtual Canvas\" with Surface Naming, Quad/Triangle adding, and drag/scale/rotate.
## 4. Hybrid Networking UI
- [x] 4.1 Implement the WiFi scanner and client-mode connection interface.
- [x] 4.2 Add AP configuration (SSID/Password change) with graceful reboot handling.
## 5. Integration & Stress-Testing
- [x] 5.1 Test 1080p playback stability on Pi 3B with active mapping.
- [x] 5.2 Validate the "LAN-Rescue" mDNS connectivity.
- [x] 5.3 Conduct end-to-end "Clean Install" test using the setup script.