Ecosyste.ms: Awesome

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

https://github.com/f1xpl/aasdk

Library to build AndroidAuto headunit emulator
https://github.com/f1xpl/aasdk

android-auto raspberry-pi raspberry-pi-3 raspberrypi

Last synced: 10 days ago
JSON representation

Library to build AndroidAuto headunit emulator

Lists

README

        

# aasdk

### Support project
[![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 [email protected]

### Brief description
C++ object-oriented library containing implementation of core AndroidAuto(tm) functionalities needed to build headunit software.

### Supported functionalities
- AOAP (Android Open Accessory Protocol)
- USB transport
- TCP transport
- 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

Copyrights (c) 2018 f1x.studio (Michal Szwaj)

*AndroidAuto is registered trademark of Google Inc.*

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