aasdk/Readme.md

63 lines
1.9 KiB
Markdown
Raw Normal View History

2018-02-11 21:46:16 +01:00
2018-02-11 21:23:13 +01:00
# aasdk
### Brief description
C++ object-oriented library containing implementation of core AndroidAuto(tm) functionalities needed to build headunit software.
2020-06-29 12:03:29 +02:00
### Build Guide
#### Local build instructions for Raspberry Pi
```
sudo apt-get update
2020-06-29 13:24:12 +02:00
sudo apt-get -y install cmake build-essential git
2020-06-29 12:03:29 +02:00
sudo apt-get install -y libboost-all-dev libusb-1.0.0-dev libssl-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler libqt5multimedia5 libqt5multimedia5-plugins libqt5multimediawidgets5 qtmultimedia5-dev libqt5bluetooth5 libqt5bluetooth5-bin qtconnectivity5-dev pulseaudio librtaudio-dev
2020-06-29 13:33:45 +02:00
git clone https://github.com/OpenDsh/aasdk
2020-06-29 12:03:29 +02:00
mkdir aasdk_build; cd aasdk_build
cmake -DCMAKE_BUILD_TYPE=Release ../aasdk
2020-06-29 12:03:29 +02:00
make -j2
```
2018-02-11 21:23:13 +01:00
### Supported functionalities
- AOAP (Android Open Accessory Protocol)
- USB transport
2018-03-18 16:48:14 +01:00
- TCP transport
2018-02-11 21:23:13 +01:00
- USB hotplug
- AndroidAuto(tm) protocol
- SSL encryption
### Supported AndroidAuto(tm) communication channels
- Media audio channel
- System audio channel
- Speech audio channel
- Audio input channel
- Video channel
- Bluetooth channel
- Sensor channel
- Control channel
- Input channel
### License
GNU GPLv3
2018-02-11 21:46:16 +01:00
2018-02-11 21:23:13 +01:00
Copyrights (c) 2018 f1x.studio (Michal Szwaj)
2018-02-11 21:46:16 +01:00
2018-02-11 22:19:10 +01:00
*AndroidAuto is registered trademark of Google Inc.*
2018-02-11 21:23:13 +01:00
2018-02-11 21:46:16 +01:00
### Used software
- [Boost libraries](http://www.boost.org/)
- [libusb](http://libusb.info/)
- [CMake](https://cmake.org/)
- [Protocol buffers](https://developers.google.com/protocol-buffers/)
- [OpenSSL](https://www.openssl.org/)
- [Google test framework](https://github.com/google/googletest)
2020-06-29 12:03:29 +02:00
### Support OpenAuto Pro
Support OpenAuto Pro by buying a license from Bluewave Studios, or donating below
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9YH2QCXZ3YZXJ)
For support of other platforms please contact me at f1xstudiopl@gmail.com