We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347f298 commit 2fdc116Copy full SHA for 2fdc116
2 files changed
README.md
@@ -1,7 +1,7 @@
1
## Overview
2
3
This project exposes [pymobiledevice3](https://github.com/doronz88/pymobiledevice3) via an JSon IPC protocol via TCP.
4
-
+It is compatible with python 3.9+.
5
6
## How to launch
7
It can be launched via `python3 handler.py <port_file>`.
handler.py
@@ -37,7 +37,7 @@
37
from pymobiledevice3.tunneld.server import TunneldRunner
38
from pymobiledevice3.usbmux import *
39
40
-IPC_VERSION = 6
+IPC_VERSION = 7
41
42
# Global event used to signal graceful shutdown from the "exit" command.
43
_shutdown_event: Optional[asyncio.Event] = None
0 commit comments