aasdk/Readme.md

46 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2018-02-11 21:46:16 +01:00
2018-02-11 21:23:13 +01:00
# aasdk
### Support project
2018-02-11 21:36:09 +01:00
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9YH2QCXZ3YZXJ)
2018-02-11 21:23:13 +01:00
2018-03-05 22:21:32 +01:00
For support of other platforms please contact me at f1xstudiopl@gmail.com
2018-02-12 09:52:42 +01:00
2018-02-11 21:23:13 +01:00
### 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
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)