Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iodeo/Socketel
Portal to minitel webservices written in micropython for ESP32 microcontroller
https://github.com/iodeo/Socketel
Last synced: 2 months ago
JSON representation
Portal to minitel webservices written in micropython for ESP32 microcontroller
- Host: GitHub
- URL: https://github.com/iodeo/Socketel
- Owner: iodeo
- License: gpl-3.0
- Created: 2022-01-11T16:31:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T13:45:24.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T03:03:38.387Z (5 months ago)
- Language: Python
- Size: 227 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-minitel - iodeo/Socketel - A portal to Minitel (Software / Client side)
README
# Socketel
Portal to minitel webservices written in micropython for ESP32 microcontroller.
Important note :
Works with micropython v1.17 and v1.18
Not working with v1.19# What is this ?
Minitel services have been officialy terminated in 2012, making these robust terminals only good to be added to our mountains of electronics rubbish. But this was without counting on some amazing guys who have put online their own minitel services using voip and/or websockets. Thanks to them, anyone with a working minitel terminal (which is not so rare in french house attic), can still try the minitel experience !
One way to connect to the websocket services is to use a microcontroller with Wifi support connected to the DIN port of the Minitel. The microcontroller connects to the WiFi and acts as a gateway between the server and the minitel.
The present application provides a user interface to:
* manage minitel speed,
* handle wifi connexion,
* consult online yellow pages of available minitel services (url can be changed in the ui)
* consult and edit a local services repertory
* connect / disconnect minitel servicesThe application is provided as is with no warranty as per license terms
# Ackonwledgments
* L'Association du [Musée du Minitel et de la Télématique](https://www.museeminitel.fr/)
* zigazou pour sa bibliothèque [PyMinitel](https://github.com/Zigazou/PyMinitel), dont l'adaptation en micropython est disponible ici [µPyMinitel](https://github.com/iodeo/Minitel-ESP32/tree/main/upython/uPyMinitel)
* et tous les gens qui oeuvrent à faire vivre le minitel !# Requirements
* ESP32 with micropython firmware v1.17 installed
* Minitel with "periinformatique" DIN portFor ESP32 programming with Thonny IDE guidances are provided in [hackaday project instructions](https://hackaday.io/project/180473/instructions)
# Screenshots
![accueil](https://raw.githubusercontent.com/iodeo/Socketel/main/screenshots/socketel_accueil.jpg)
![menu](https://raw.githubusercontent.com/iodeo/Socketel/main/screenshots/socketel_menu.jpg)
![annuaire personnel](https://raw.githubusercontent.com/iodeo/Socketel/main/screenshots/socketel_annu.jpg)