mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 05:01:44 +00:00
docs: Added uart_mitm.
This commit is contained in:
parent
8a9ddc30e0
commit
c9dd93687b
1 changed files with 11 additions and 0 deletions
|
@ -38,3 +38,14 @@ It does so in order to enable user configuration of system settings, which are p
|
||||||
dns_mitm enables intercepting requests to dns resolution services, to enable redirecting requests for specified hostnames.
|
dns_mitm enables intercepting requests to dns resolution services, to enable redirecting requests for specified hostnames.
|
||||||
|
|
||||||
For documentation, see [here](../../features/dns_mitm.md).
|
For documentation, see [here](../../features/dns_mitm.md).
|
||||||
|
|
||||||
|
## uart_mitm
|
||||||
|
`uart_mitm` intercepts the uart service used by bluetooth, on 7.0.0+ when enabled by [system_settings.ini](../../features/configurations.md). This allows logging bluetooth traffic.
|
||||||
|
|
||||||
|
Usage of bluetooth devices will be less responsive when this is enabled.
|
||||||
|
|
||||||
|
Logs are written to directory `/atmosphere/uart_logs/{PosixTime}_{TickTimestamp}_{ProgramId}`, which then contains the following:
|
||||||
|
+ `cmd_log` Text log for uart IPortSession commands, and any warning messages.
|
||||||
|
+ `btsnoop_hci.log` Bluetooth HCI log in the btsnoop format. This file is not accessible while it's the current log being used with HOS running.
|
||||||
|
|
||||||
|
4 directories are created for each system-boot. btsnoop logging is disabled for the first 3, with only the 4th enabled (enabled when a certain HCI vendor command is detected).
|
||||||
|
|
Loading…
Reference in a new issue