The TimePhone-Client drives the physical payphone used for interacting with the TimePhone-API. Place your calls via the TimePhone-API using a real payphone. This is a python project that runs on a Raspberry Pi.
- Configure the Raspberry Pi with the latest Raspberry Pi OS server edition. (https://www.raspberrypi.com/software/)
- Follow the wiring diagrams in the
docs
folder to connect the Raspberry Pi to the payphone. - Clone this repository to the Raspberry Pi.
- Install the required python packages.
pip install -r requirements.txt
- Run
python src/app.py
to start the application.