/TimePhone-Client

Controls the internals of a payphone from a raspberry pi and connect to the TimePhone API

Primary LanguagePython

TimePhone-Client

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.

Getting Started

  1. Configure the Raspberry Pi with the latest Raspberry Pi OS server edition. (https://www.raspberrypi.com/software/)
  2. Follow the wiring diagrams in the docs folder to connect the Raspberry Pi to the payphone.
  3. Clone this repository to the Raspberry Pi.
  4. Install the required python packages. pip install -r requirements.txt
  5. Run python src/app.py to start the application.