| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor: three XPL2 ports, EchoServer class, dark debug console, qmllint clean | Thomas Vanbesien | 2026-03-11 | 9 | -244/+415 |
| | | | | | | | | | - Xpl2Client: replace single port with commandPort/imagingPort/statusPort (9110/9111/9112) - Mock server: extract EchoServer class from lambda-based listenOn() - Demo: dark debug console matching BobinkQtOpcUa style, 2-column connection layout - Fix qmlls module resolution via IMPORT_PATH in qt_add_qml_module() - Add pragma ComponentBehavior: Bound, fix all qmllint warnings | ||||
| * | Add mock XPL2 server with echo on Command (9110), Imaging (9111), Status ↵ | Thomas Vanbesien | 2026-03-11 | 3 | -0/+71 |
| | | | | | (9112) ports | ||||
| * | Initial project setup: Qt 6.10.2 TCP client library for Alchemie XPL2 protocol | Thomas Vanbesien | 2026-03-11 | 11 | -0/+420 |
| - Static library (src/) with QML singleton Xpl2Client for TCP communication - Qt Quick demo app (demo/) with connection UI, command input, and response log | |||||
