Fixed CoT queue during armatak connection to the TAK Server, running soft as butter

This commit is contained in:
2026-03-26 03:45:05 -03:00
parent e32aadda4e
commit 708fe5e670
11 changed files with 464 additions and 166 deletions

View File

@@ -1,4 +1,5 @@
use arma_rs::{arma, Extension, Group};
use rustls::crypto::aws_lc_rs;
mod structs;
mod tcp;
mod tests;
@@ -31,6 +32,9 @@ pub fn init() -> Extension {
log4rs::init_config(config).unwrap();
let _ = aws_lc_rs::default_provider().install_default();
log::info!("Initialized rustls aws-lc crypto provider.");
Extension::build()
.command("local_ip", utils::address::get_local_address)
.command("uuid", utils::uuid::get_uuid)