scrcpy/server
Romain Vimont 21b412cd98 Simplify messages reader/writer
In Java, control messages were parsed using manual buffering, which was
convoluted and error-prone.

Instead, read the socket directly through a DataInputStream and a
BufferedInputStream. Symmetrically, use a DataOutputStream and a
BufferedOutputStream to write messages.
2024-09-07 14:31:54 +02:00
..
scripts
src Simplify messages reader/writer 2024-09-07 14:31:54 +02:00
.gitignore
build_without_gradle.sh Bump version to 2.6.1 2024-08-02 22:32:04 +02:00
build.gradle Bump version to 2.6.1 2024-08-02 22:32:04 +02:00
meson.build
proguard-rules.pro