Implemented all basic features

This commit is contained in:
Martino Ferrari
2026-02-23 13:17:16 +01:00
parent 6b1fc59fc0
commit 56bb3536fc
5 changed files with 334 additions and 592 deletions

View File

@@ -1796,6 +1796,7 @@ dependencies = [
"crossbeam-channel",
"eframe",
"egui_plot",
"once_cell",
"regex",
"serde",
"serde_json",

View File

@@ -12,3 +12,4 @@ chrono = "0.4"
crossbeam-channel = "0.5"
regex = "1.10"
socket2 = { version = "0.5", features = ["all"] }
once_cell = "1.21.3"

File diff suppressed because it is too large Load Diff