Skip to content

Commit bd9bbca

Browse files
committed
README: add webinterface section
1 parent 51195f1 commit bd9bbca

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Currently it is intended to run as a more-or-less drop-in replacement of the `aa
1111
- fast: main IO loop is using modern [io_uring](https://kernel.dk/io_uring.pdf) kernel API
1212
- reconnecting: trying to reconnect/recover AndroidAuto connection in any possible case
1313
- bandwidth/transfer statistics
14+
- [embedded web interface](#embedded-web-interface)
1415
- stall transfer detection
1516
- [MITM (man-in-the-middle) mode](#mitm-mode) support with the following features:
1617
- DPI change
@@ -62,6 +63,12 @@ And this finally worked perfectly fine (and also really efficient as a bonus).
6263
- Because the project main functionality (data transfer) is dependent on kernel [io_uring](https://kernel.dk/io_uring.pdf) API, the Linux kernel has to be in version 5.10 or later.
6364
- My time resources are limited, so don't expect to prompt answers and ETAs on different requests. I am doing this as a hobby in my spare time.
6465

66+
## Embedded web interface
67+
When you connect to the device's WiFi network, you can access the web interface, which is available by default at: [http://10.0.0.1](http://10.0.0.1).<br>
68+
Using the web interface, you can configure all settings that are also available in `/etc/aa-proxy-rs/config.toml`:<br>
69+
![Webserver preview](images/webserver.png)
70+
You can also download logs with a single click.
71+
6572
## How it works (technical)
6673
![Hardware overview](images/aa-proxy-rs.webp)
6774
The whole connection process is not trivial and quite complex. Here I am listing the needed steps the app is doing from the start to make a connection:

images/webserver.png

251 KB
Loading

0 commit comments

Comments
 (0)