UDP reception

This commit is contained in:
2025-10-09 17:56:51 +02:00
parent 391c5e5c7c
commit ebf6814651
4 changed files with 222 additions and 717 deletions

View File

@ -10,4 +10,4 @@ egui_plot = "0.33.0"
hound = "3.5.1"
plotters = "0.3.7"
rand = "0.9.2"
tokio = { version = "1.47.1", features = ["macros", "sync", "time"] }
tokio = { version = "1.47.1", features = ["full", "macros", "net", "sync", "time"] }