From b6f15cd56452413db3eb91ee565a04344be3e1cd Mon Sep 17 00:00:00 2001 From: Christian Quest Date: Wed, 25 Jul 2018 23:41:58 +0200 Subject: [PATCH] better readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 83cdf65..b881e10 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,13 @@ python websocket2minitel.py ## Examples Connect to 3615co.de and display at 1200 bps + `python websocket2minitel.py 'wss://3615co.de/ws' /dev/ttyUSB0 1200` Connect to 3611.re (Annuaire Electronique re-creation) + `python websocket2minitel.py 'ws://3611.re/ws' /dev/ttyUSB0 1200` Connect to 3614 HACKER revival and display at 4800 bps (Minitel 1 bistandard and above) + `python websocket2minitel.py 'ws://mntl.joher.com:2018' /dev/ttyUSB0 4800`