From 386b8a4b8d72112a72ab7b1e8661ec35e1d0eb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20Labb=C3=A9=20/=20LabbeJ27?= Date: Mon, 15 Dec 2025 14:56:39 +0100 Subject: [PATCH] Update README to reflect architecture changes Removed WebSocket client from Minitel architecture diagram. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c2d2f6..2c37345 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,8 @@ Ce projet permet d'utiliser un Minitel comme **terminal interactif** pour accéd ```text [Minitel réel] │ (VIDEOTEX / Série / TCP) - ▼ -[Client WebSocket] - ▼ [Serveur Python SSHMINITEL] - ├─ WebSocket + ├─ Pyserial ├─ Paramiko (SSH) ├─ Mapping clavier Minitel ▼