drivers/pc-printer/src/index.ts | Express app, CORS, startup, HTTPS, mesh server, shutdown handlers. |
drivers/pc-printer/src/routes.ts | HTTP endpoints for print, status, beep, cash drawer, health, and queue state. |
drivers/pc-printer/src/printer-stores.ts | Per-printer queue, worker, socket lifecycle, status probing, retry recovery. |
drivers/pc-printer/src/printer.ts | Low-level TCP writes, write timeout, printer init command, local IP discovery. |
drivers/pc-printer/src/lib/config.ts | config.json defaults, parsing, and sanitization. |
drivers/pc-printer/src/lib/redis.ts | Embedded or external Redis runtime. |
drivers/pc-printer/src/lib/receipt-encoder.ts | ESC/POS chunk wrapping, cut, beep, and cash drawer commands. |
drivers/pc-printer/src/scripts/* | Caddy HTTPS setup and release helpers. |