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
- Host: GitHub
- URL: https://github.com/kyletryon/timephone-client
- Owner: KyleTryon
- Created: 2023-02-26T19:14:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T00:55:56.000Z (about 3 years ago)
- Last Synced: 2025-06-06T11:52:03.692Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.