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

https://github.com/iamshobe/cms


https://github.com/iamshobe/cms

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Car Multimedia Software

![mainmenu](main_menu.png)
![bluetooth](bluetooth.png)

## 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
```