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

https://github.com/kyletryon/timephone-client

Controls the internals of a payphone from a raspberry pi and connect to the TimePhone API
https://github.com/kyletryon/timephone-client

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# TimePhone-Client

The TimePhone-Client drives the physical payphone used for interacting with the [TimePhone-API](https://github.com/KyleTryon/TimePhone-API). Place your calls via the [TimePhone-API](https://github.com/KyleTryon/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.