Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cquest/websocket2minitel
Small script to create a bridge between a websocket based videotex server and a real Minitel
https://github.com/cquest/websocket2minitel
Last synced: 3 months ago
JSON representation
Small script to create a bridge between a websocket based videotex server and a real Minitel
- Host: GitHub
- URL: https://github.com/cquest/websocket2minitel
- Owner: cquest
- License: agpl-3.0
- Created: 2018-07-25T21:25:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T00:22:01.000Z (almost 2 years ago)
- Last Synced: 2024-06-12T19:59:05.366Z (5 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-minitel - cquest/websocket2minitel - A (Software / Client side)
README
# websocket2minitel
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.
## Requirements
python modules:
- websockets
- pyserial## Install
pip3 install -r requirements.txt
## Usage
python3 websocket2minitel.py
## Examples
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`