| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add JettingProxy relay, convert Xpl2Client to active connection modelHEADmaster | Thomas Vanbesien | 2026-03-24 | 1 | -18/+44 |
| | | | | | | | | | | | | | Insert a transparent TCP proxy between the controller and N clients: - JettingProxy listens on 9110-9112 (controller) and 9210-9212 (clients) - Broadcasts controller frames to all clients, forwards client→controller - Independent KA_PING handling on both sides Convert Xpl2Client from passive QTcpServer listener to active QTcpSocket outbound connections with auto-retry. New QML API: host/commandPort properties, connectToProxy()/disconnectFromProxy() replacing startListening()/stopListening(). | ||||
| * | Rename demo/ → jetting-interface/, mock-server/ → mock-jetting-controller/ | Thomas Vanbesien | 2026-03-23 | 1 | -6/+6 |
| | | | | | | Executables: QtXpl2Demo → JettingInterfaceDemo, Xpl2MockServer → MockJettingController. Dev log prefixes: "Demo" → "JI", "MockServer" → "MockJC". Window title → "Jetting Interface". | ||||
| * | README.md, docs/guide.md (FR) — full API documentation | Thomas Vanbesien | 2026-03-16 | 1 | -0/+167 |
