Commit Graph

10 Commits

Author SHA1 Message Date
cproudlock
28641c47c5 v1.5.1: Startup warning if PC not registered in ShopDB
- Check API response on startup for "Unknown hostname" error
- Display warning if PC not in ShopDB machines table
- Skip API calls if PC not registered (avoid repeated failures)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 09:45:42 -05:00
cproudlock
52a264ea0b v1.5.0: API logging to ShopDB
- Logs events (started, cleaned, ok, failed, error, stopped) to ShopDB API
- Tracks installations and stats per hostname in ednc_installations table
- Event history stored in ednc_logs table
- Added CLAUDE.md with project instructions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 08:55:20 -05:00
cproudlock
b57bb94dd5 v1.4.0: Auto-update from network share
- Checks S:\DT\cameron\eDNC-Fix\version.ini every 5 minutes
- Auto-downloads new files and restarts if newer version found
- Added version.ini file
- Deploy.bat now includes version.ini

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 08:48:17 -05:00
cproudlock
2af9a9c558 Simplify installation: C:\eDNC-Fix\, hardcoded defaults
- Install location: C:\eDNC-Fix\
- Watch folder: C:\Dnc_Files\Q (hardcoded)
- File filter: *.pun (hardcoded)
- Removed redundant parameters from installer
- Streamlined README

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 08:43:42 -05:00
cproudlock
afad8e0c56 v1.3.1: Add Install-ScheduledTask.ps1 for service deployment
- Creates scheduled task that runs as SYSTEM at boot
- Runs with highest privileges, no user login required
- Auto-restarts on failure (3 attempts, 1 min interval)
- Runs hidden (no console window)
- Supports -Uninstall to remove task

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 08:41:34 -05:00
cproudlock
9a8b16e0d4 v1.3.0: Fixed header UI + auto-elevate to Administrator
- GE Aerospace ASCII banner stays fixed at top of console
- Live status line updates (Processing, Cleaned, Failed, etc.)
- Live stats counter in header (Cleaned/Failed counts)
- Batch file auto-elevates to Administrator via UAC

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 08:40:35 -05:00
cproudlock
ba2dbbefda v1.2.1: Add GE Aerospace ASCII banner
____  ____
 / ___|| ___|     / \   ___ _ __ ___  ___ _ __   __ _  ___ ___
| |  _ |  _|     / _ \ / _ \ '__/ _ \/ __| '_ \ / _` |/ __/ _ \
| |_| || |___   / ___ \  __/ | | (_) \__ \ |_) | (_| | (_|  __/
 \____||_____| /_/   \_\___|_|  \___/|___/ .__/ \__,_|\___\___|
                                         |_|

  eDNC Special Character Fix
  by Cam P. | v1.2.1

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 08:38:12 -05:00
cproudlock
f594ba431b v1.2.0: Immediate processing after eDNC download
- Reduced initial delay from stability check to 50ms
- Aggressive retry starting at 100ms (was 500ms)
- 15 retry attempts for longer lock holds
- Processes immediately when file becomes available

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 08:36:19 -05:00
cproudlock
dbcff19b27 v1.1.0: Improved file locking handling for eDNC transfers
- Wait for file to stabilize (size stops changing) before processing
- Exponential backoff retry: 500ms -> 1s -> 2s -> up to 16s
- Up to 10 retry attempts (was 3)
- Debouncing to prevent duplicate processing of same file
- Use exclusive file lock during read/write for atomic operations
- Track failed file count in session summary

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 08:33:29 -05:00
cproudlock
dc80aceafb Initial commit - eDNC Special Character Fix
Real-time file watcher to strip invalid characters (0xFF, etc.)
from DNC program files for CNC machine compatibility.

Features:
- Monitors folder for .pun files (configurable)
- Automatically cleans files on create/modify
- Configurable character removal
- Retry logic for locked files
- Session statistics

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 08:30:37 -05:00