rustak 0.1.1

RusTAK is a Rust library for interacting with ATAK, WinTAK, TAK Server, and other TAK-enabled products.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Default UDP port for CoT (Cursor-on-Target) communication.
///
/// Commonly used for multicast CoT. Value: 6969.
pub const DEFAULT_UDP_PORT: u16 = 6969;

/// Default TCP port for unencrypted CoT (Cursor-on-Target) communication.
///
/// Value: 8087.
pub const DEFAULT_TCP_PORT: u16 = 8087; // Standard CoT port for unencrypted TCP

/// Default TCP port for TLS-encrypted CoT (Cursor-on-Target) communication.
///
/// Value: 8089.
pub const DEFAULT_TLS_PORT: u16 = 8089; // Standard CoT port for TLS