fork of https://github.com/cquest/websocket2minitel
|
|
5 giờ trước cách đây | |
|---|---|---|
| .gitignore | 5 giờ trước cách đây | |
| LICENSE | 5 giờ trước cách đây | |
| README.md | 5 giờ trước cách đây | |
| requirements.txt | 5 giờ trước cách đây | |
| websocket2minitel.py | 5 giờ trước cách đây |
Very simple, quick and dirty python script creating a bridge between a websocket based vidotex server and a local Minitel connected through a serial port.
python modules:
pip3 install -r requirements.txt
python3 websocket2minitel.py
minitel in videotext mode
ex: minipavi : ./websocket2minitel.py 'wss://go.minipavi.fr:8181' /dev/ttyUSB0 4800
Connect to 3615co.de and display at 1200 bps
python3 websocket2minitel.py 'wss://3615co.de/ws' /dev/ttyUSB0 1200
Connect to 3611.re (Annuaire Electronique re-creation)
python3 websocket2minitel.py 'ws://3611.re/ws' /dev/ttyUSB0 1200
Connect to 3614 HACKER revival and display at 4800 bps (Minitel 1 bistandard and above)
python3 websocket2minitel.py 'ws://mntl.joher.com:2018' /dev/ttyUSB0 4800