feat(tools): add protocol probe and audio test binaries (TODO-044,047)
Protocol probe: connects to server, reports capabilities, channels, clients. Audio test: DSP pipeline benchmark with configurable params.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "protocol-probe"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
name = "protocol-probe"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
chanora_protocol = { path = "../../crates/chanora_protocol" }
|
||||
chanora_resolver = { path = "../../crates/chanora_resolver" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
anyhow = "1"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
serde_json = "1"
|
||||
Reference in New Issue
Block a user