Add: Network compression (Attempts to fix stutter when sharing the radar)

This commit is contained in:
2025-03-15 23:36:47 -04:00
parent 3d0b960753
commit ffa2979da3
6 changed files with 556 additions and 535 deletions

View File

@@ -38,6 +38,8 @@ local-ip-address = "0.6.3"
# other
itertools = "0.13.0"
flate2 = "1.0"
rand = "0.8"
[build-dependencies]
reqwest = { version = "0.12.9", features = ["blocking"] }