Is proxy server, with which you can easily sniff packets transmitted between Android Auto Headunit and Mobile Device.
Windows:
vcpkg install openssl fmt readerwriterqueue winpcap
Linux/Arch:
Install openssl, fmt, readerwriterqueue and winpcap from your distro repositories (or install manually)
To eliminate a chance of Google making DMCA violation against this repository, you need to source the required certificates and keys by yourself.
If you need help, contact me at som (:D) marekkraus.sk
.
git submodule update --init --recursive
mkdir build
cd build
cmake ..
cmake -b .
- Proxy packets between MD and HU
-
Save packets into pcap file -
Wireshark's extcap support - ImGUI Analyzer
- Windows
- Linux
- TCP via ADB
- Direct TCP connection (wireless)
- USB AOA
- Current TCP via ADB transport needs some improvements in packet reading. In some occassions, where are there big payloads (1080p HU resolution), sometimes only half of packet is read and proxy don't handle this situation. 720p works well.
TBD