Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BwanaFr/minitel-server
A small Minitel TCP server to serve pages
https://github.com/BwanaFr/minitel-server
Last synced: 28 days ago
JSON representation
A small Minitel TCP server to serve pages
- Host: GitHub
- URL: https://github.com/BwanaFr/minitel-server
- Owner: BwanaFr
- Created: 2019-10-24T07:18:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T15:37:14.000Z (about 2 years ago)
- Last Synced: 2024-08-03T03:03:51.060Z (4 months ago)
- Language: Python
- Size: 87.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-minitel - BwanaFr/minitel-server - A small (Software / Server side)
README
# minitel-server
A small Minitel server written in Python.## Introduction
This server serves Minitel pages located in pages folder.
A TCP socket (at port 3615) listens for connections. You can use this software with a Minitel emulator, like Hyperterm on Windows.
Or using Asterisk, to use a real Minitel hardware (and a real RTC phone line!) by using the softmodem module.
A Docker image is available on my Github to ease the usage of Asterisk.## Bug
Probably a lot.## Thanks
Thanks to Christian Quest for sharing [Pynitel](https://github.com/cquest/pynitel).
It helps me a lot!