Go to file
Simon Vogl eba24eb9c1
Update Promise.hpp
added include for boost::noncopyable - needed for boost 1.72
2020-11-06 11:20:14 +01:00
aasdk_proto Fix button codes 2020-02-16 11:09:47 -05:00
cmake_modules [libusb] Silenced warnings from libusb 2020-10-13 20:51:20 +00:00
include/f1x/aasdk Update Promise.hpp 2020-11-06 11:20:14 +01:00
include_ut/f1x/aasdk Add blocking connect method 2018-03-21 23:49:26 +01:00
src Added patch for #3 https://aur.archlinux.org/packages/aasdk-git/#comment-731304 2020-10-13 20:36:06 +00:00
.gitignore Initial commit 2018-02-11 20:36:55 +01:00
CMakeLists.txt [libusb] Silenced warnings from libusb 2020-10-13 20:51:20 +00:00
Readme.md Update readme 2018-03-18 16:48:14 +01:00

Readme.md

aasdk

Support project

Donate

For support of other platforms please contact me at f1xstudiopl@gmail.com

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