Initial commit

This commit is contained in:
2025-10-22 22:06:16 +02:00
commit d8ca4e154f
141 changed files with 32231 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# NTSH-Control
A Node.js control system for Nothing to See Here installation.
## Overview
NTSH-Control provides centralized control and monitoring of:
- Camera runner processes via WebSocket communication
- Unity application lifecycle management
- Real-time system status and calibration through a web dashboard
## Configuration
Configuration is stored in `~/MorphixProductions/NTSHControl/config.json`. Default settings include:
- Web server port: `6300`
- Unity WebSocket: `127.0.0.1:3000`
- Camera runner WebSocket: `127.0.0.1:6301`
- Unity startup delay: `5000ms`