mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:03:30 +00:00
Fixed CoT queue during armatak connection to the TAK Server, running soft as butter
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user