mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Implement syslog relay
This commit is contained in:
@@ -30,12 +30,14 @@ To keep dependency bloat and compile time down, everything is contained in featu
|
||||
| `debug_proxy` | Send GDB commands to the device.|
|
||||
| `dvt` | Access Apple developer tools (e.g. Instruments).|
|
||||
| `heartbeat` | Maintain a heartbeat connection.|
|
||||
| `house_arrest` | Manage files in app containers |
|
||||
| `installation_proxy` | Manage app installation and uninstallation.|
|
||||
| `springboardservices` | Control SpringBoard (e.g. UI interactions). Partial support.|
|
||||
| `misagent` | Manage provisioning profiles on the device.|
|
||||
| `mobile_image_mounter` | Manage DDI images.|
|
||||
| `location_simulation` | Simulate GPS locations on the device.|
|
||||
| `pair` | Pair the device.|
|
||||
| `syslog_relay` | Relay system logs from the device |
|
||||
| `tcp` | Connect to devices over TCP.|
|
||||
| `tunnel_tcp_stack` | Naive in-process TCP stack for `core_device_proxy`.|
|
||||
| `tss` | Make requests to Apple’s TSS servers. Partial support.|
|
||||
@@ -53,11 +55,9 @@ Implement the following:
|
||||
|
||||
- companion_proxy
|
||||
- diagnostics
|
||||
- house_arrest
|
||||
- mobilebackup2
|
||||
- notification_proxy
|
||||
- screenshot
|
||||
- syslog_relay
|
||||
- webinspector
|
||||
|
||||
As this project is done in my free time within my busy schedule, there
|
||||
|
||||
Reference in New Issue
Block a user