File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ Currently it is intended to run as a more-or-less drop-in replacement of the `aa
10
10
- reconnecting: trying to reconnect/recover AndroidAuto connection in any possible case
11
11
- bandwidth/transfer statistics
12
12
- stall transfer detection
13
- - MITM (man-in-the-middle) mode support
13
+ - MITM (man-in-the-middle) mode support with the following features:
14
+ - DPI change
15
+ - Disable media sink
16
+ - Developer mode
14
17
15
18
## Current project status
16
19
Now after a lot of stress-testing and coding I think the project has matured enough, that I can say that the main stability goal was reached.
@@ -148,8 +151,14 @@ OPTIONS:
148
151
-d, --debug
149
152
Enable debug info
150
153
154
+ --developer-mode
155
+ MITM: Developer mode
156
+
157
+ --disable-media-sink
158
+ MITM: Disable media sink
159
+
151
160
--dpi <DPI>
152
- Force DPI (experimental)
161
+ MITM: Force DPI (experimental)
153
162
154
163
-f, --full-frames
155
164
Pass only complete frames during data transfer to the headunit
You can’t perform that action at this time.
0 commit comments