Skip to content

Small script to create a bridge between a websocket based videotex server and a real Minitel

License

Notifications You must be signed in to change notification settings

cquest/websocket2minitel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small script to create a bridge between a websocket based videotex server and a real Minitel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages