Skip to content

Commit 924f701

Browse files
docs: add Galaxy S24 benchmark, technical guide, and contact info
1 parent 9d79e70 commit 924f701

2 files changed

Lines changed: 36 additions & 6 deletions

File tree

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ DroidTether is a lightweight userspace daemon that brings high-performance USB t
2020
---
2121

2222
## 🛠️ Verified Test Environment
23-
This project has been rigorously tested and confirmed working on:
24-
- **Phone**: Samsung Galaxy A55 📱
25-
- **Host**: MacBook Air M4 (Apple Silicon) 💻
26-
- **OS**: macOS Tahoe 26.3.1(a) ⛰️
27-
- **Android Support**: Android 16 (One UI 8.0) Verified ✅
28-
- **Connectivity**: Full bidirectional traffic + Global DNS resolution 🌐
23+
24+
| Phone Name | Android Version | Host Name | OS Version | Results |
25+
| :--- | :--- | :--- | :--- | :--- |
26+
| Samsung Galaxy S24 | 16 (One UI 8.0) | MacBook Air M4 | macOS Tahoe | **290 Mbps** 🚀 |
27+
| Samsung Galaxy A55 | 16 (One UI 8.0) | MacBook Air M4 | macOS Tahoe | Stable ✅ |
28+
29+
*Verified with full bidirectional traffic and global DNS resolution.*
2930

3031
---
3132

@@ -133,6 +134,22 @@ curl -sL https://raw.githubusercontent.com/HelloPrincePal/DroidTether/main/unins
133134

134135
---
135136

137+
## ⚠️ A Note on Apple's `networkQuality`
138+
139+
If you try to run the `networkQuality` command while using DroidTether, you may encounter an "offline" error. This is a known macOS behavior where high-level system utilities sometimes only bind to physical hardware services (WiFi/Ethernet).
140+
141+
**Don't worry!** Real-world high-performance tasks like **Gaming, 4K Streaming, and Video Calling** use the underlying data plane and are **completely unaffected**. For accurate benchmarks, we recommend using `ping 8.8.8.8` or [fast.com](https://fast.com) in your browser.
142+
143+
---
144+
145+
## 👤 Connect with the Author
146+
147+
Feel free to reach out or follow the project’s journey! 🚀
148+
149+
🔗 **LinkedIn**: [Prince Pal](https://www.linkedin.com/in/theprincepal/)
150+
151+
---
152+
136153
## 📜 License
137154
MIT — © PrincePal
138155

TESTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,19 @@ sudo launchctl kickstart -k system/com.princePal.droidtether
155155

156156
---
157157

158+
## 🚀 Performance Benchmarks (Real-world)
159+
160+
Use these results as the "Gold Standard" to verify future optimizations or regressions.
161+
162+
| Device | Network | MAC/Host | OS | Result |
163+
|--------|---------|----------|----|--------|
164+
| **Galaxy S24** | **Airtel 5G** | MacBook Air M4 | Android 16 | **290 Mbps / 29ms Ping** |
165+
| Galaxy A55 | Jio 5G | MacBook Air M4 | Android 16 | 180 Mbps / 35ms Ping |
166+
167+
*Tests performed via fast.com and `ping 8.8.8.8`. Zero packet loss verified.*
168+
169+
---
170+
158171
## What to Test When
159172

160173
| Stage | Run |

0 commit comments

Comments
 (0)