Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 4628d38

Browse files
committed
Update README.md
Update README.md
1 parent f9b9039 commit 4628d38

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Protokolle
22

33
[![GitHub Release](https://img.shields.io/github/v/release/khcrysalis/protokolle?include_prereleases)](https://github.com/khcrysalis/protokolle/releases)
4-
[![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/khcrysalis/protokolle/total)](https://github.com/khcrysalis/protokolle/releases)
54
[![GitHub License](https://img.shields.io/github/license/khcrysalis/protokolle?color=%23C96FAD)](https://github.com/khcrysalis/protokolle/blob/main/LICENSE)
65

76
The iOS/iPadOS equivalent to macOS's `Console.app`. This app uses [idevice](https://github.com/jkcoxson/idevice) and lockdownd pairing to stream messages from the trace relay, allowing you to see messages from other processes within iOS. Along with having advanced filtering and options for advanced debugging and performance.
@@ -28,8 +27,8 @@ Visit [releases](https://github.com/khcrysalis/Protokolle/releases) and get the
2827

2928
## How does it work?
3029
- Establish a heartbeat with a TCP provider (the app will need this for later).
31-
- For it to be successful, we need a [pairing file](https://github.com/jkcoxson/idevice_pair) and a [VPN](https://apps.apple.com/us/app/stosvpn/id6744003051).
32-
- Once we have these and the connection was successfully established, we can move on to the streaming part.
30+
- For it to be successful, we need a pairing file from [JitterbugPair](https://github.com/osy/Jitterbug/releases) and a [VPN](https://apps.apple.com/us/app/stosvpn/id6744003051).
31+
- Once we have these and the connection was successfully established, we can move on to the streaming part.
3332
- Before streaming, we need to check for the connection to the socket that has been created, routed to `10.7.0.1`, if this succeeds we're ready.
3433
- When preparing the stream, we need to establish another connection but for `syslog_relay` using our TCP provider and heartbeat provider.
3534
- Then using out connection use a loop to get each message and feed it to a delegate, where its used to update our UI.

0 commit comments

Comments
 (0)