Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zandemax/pcms
Car Infotainment Software written in Python
https://github.com/zandemax/pcms
Last synced: about 1 month ago
JSON representation
Car Infotainment Software written in Python
- Host: GitHub
- URL: https://github.com/zandemax/pcms
- Owner: zandemax
- License: gpl-3.0
- Created: 2017-07-20T15:04:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T20:34:55.000Z (over 7 years ago)
- Last Synced: 2024-04-16T04:14:49.467Z (9 months ago)
- Language: Python
- Size: 321 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PCMS
PCMS is intended to be a In-Car-Infotainment System which can be run off a Raspberry Pi, expanding older Cars for Bluetooth and Infotainment functionalities.
## Getting Started
Just clone this repo, run main.py, and connect your mobile phone via Bluetooth.
Make sure bluez and ofono daemon are running, else it won't work.### Prerequisites
To run this project, you need at last
```
bluez
ofono
pydbus
kivy
vobject
python-gobject
python-can
```## Built With
* [Kivy](http://kivy.org) - Graphics Framework
* [VObject] (http://eventable.github.io/vobject/) - For parsing VCards
* [python-can] (https://github.com/hardbyte/python-can) - CAN support## Authors
* **Maximilian Zander** - *Initial work* - [zandemax](https://github.com/zandemax)
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
## License
This project is licensed under the GNU General Public License - see the [LICENSE.md](LICENSE.md) file for details