mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:03:30 +00:00
reworked the Rust extension to create a TCP Client in order to send cot payloads to the connected server
This commit is contained in:
@@ -43,7 +43,9 @@ pub fn init() -> Extension {
|
||||
"cot_router",
|
||||
Group::new()
|
||||
.command("start", cot_router::start)
|
||||
.command("send_cot", cot_router::send_payload)
|
||||
.command("send_payload", cot_router::send_payload)
|
||||
.command("send_human_cot", cot_router::send_human_cot)
|
||||
.command("send_marker_cot", cot_router::send_marker_cot)
|
||||
.command("stop", cot_router::stop)
|
||||
)
|
||||
.finish()
|
||||
|
||||
Reference in New Issue
Block a user