https://github.com/iamshobe/cms
https://github.com/iamshobe/cms
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamshobe/cms
- Owner: IamShobe
- Created: 2019-04-24T02:36:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T21:38:24.000Z (about 1 year ago)
- Last Synced: 2025-02-07T23:35:10.813Z (8 months ago)
- Language: Python
- Size: 2.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Multimedia Software

## How to Start?
```
mkvirtualenv cms --python=python2
pip install -r requirements.txt -e .
```then in one terminal run:
```
python -m car.app
```
which is the front end (currently on port 8080).and in second terminal run the bluetooth service (port 8090):
```
python -m bluetooth_contoller.service
```in third terminal run the agent:
```
python -m bluetooth_controller.agent
```