Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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!