Go to file
Tindy X 3f908a42ff
Fix TCP connection support
Fix unable to connect after manually stop the client.
2021-03-14 00:09:23 +08:00
.idea First public version 2021-03-04 01:28:39 +08:00
app Fix TCP connection support 2021-03-14 00:09:23 +08:00
gradle/wrapper First public version 2021-03-04 01:28:39 +08:00
.gitignore Initial commit 2021-03-04 00:53:44 +08:00
LICENSE Initial commit 2021-03-04 00:53:44 +08:00
README.md First public version 2021-03-04 01:28:39 +08:00
build.gradle First public version 2021-03-04 01:28:39 +08:00
gradle.properties First public version 2021-03-04 01:28:39 +08:00
gradlew First public version 2021-03-04 01:28:39 +08:00
gradlew.bat First public version 2021-03-04 01:28:39 +08:00
settings.gradle First public version 2021-03-04 01:28:39 +08:00

README.md

Brokenithm-Android

A version of Brokenithm, inspired by the Brokenithm-iOS project. Supports UDP and TCP connection to host, UDP for Wireless connection and TCP for adb reverse port forward (over USB for lower latency?).

The Windows server is in another repository.