Commit Graph

  • ccc63d1a35 Show uncovered Rust source lines in CI feature/ci Valmo Trindade 2026-08-07 14:39:51 -03:00
  • aa2a088892 Remove unreachable PEM normalization branch Valmo Trindade 2026-08-07 14:39:30 -03:00
  • 9f560b546a Separate shape parser fixture from point serialization Valmo Trindade 2026-08-07 14:34:51 -03:00
  • 806e317a55 Separate route parser fixture from point serialization Valmo Trindade 2026-08-07 14:34:16 -03:00
  • bcb2d1983b Fix zero-length identity test type inference Valmo Trindade 2026-08-07 14:31:36 -03:00
  • e71fd38b46 Add unit coverage for shape drawing CoT payloads Valmo Trindade 2026-08-07 14:28:10 -03:00
  • 8278dab9a3 Add unit coverage for route drawing CoT payloads Valmo Trindade 2026-08-07 14:27:26 -03:00
  • 66a20e7527 Add unit coverage for circle drawing CoT payloads Valmo Trindade 2026-08-07 14:26:48 -03:00
  • fe8a134897 Add comprehensive unit coverage for UAS CoT payloads Valmo Trindade 2026-08-07 14:25:37 -03:00
  • 7bb2da2412 Add unit coverage for GeoChat CoT messages Valmo Trindade 2026-08-07 14:24:31 -03:00
  • fe6bad6e88 Add unit coverage for NATO marker payload compatibility Valmo Trindade 2026-08-07 14:23:53 -03:00
  • 7374b7222d Add unit coverage for digital pointer CoT payloads Valmo Trindade 2026-08-07 14:23:29 -03:00
  • 2c6ca81669 Add unit coverage for report marker CoT payloads Valmo Trindade 2026-08-07 14:23:06 -03:00
  • d799e99cb8 Add unit coverage for EUD CoT payloads Valmo Trindade 2026-08-07 14:22:47 -03:00
  • e71db4e514 Add unit coverage for external GPS CoT payloads Valmo Trindade 2026-08-07 14:22:28 -03:00
  • 15e45fff71 Add unit coverage for CoT forced delete payloads Valmo Trindade 2026-08-07 14:22:10 -03:00
  • 3724a85c9f Document Rust testing and coverage policy Valmo Trindade 2026-08-07 14:21:38 -03:00
  • 81a5a34cf2 Add unit coverage for laser range finder payloads Valmo Trindade 2026-08-07 14:21:16 -03:00
  • 26a18eac6d Add unit coverage for UAS payload parsing Valmo Trindade 2026-08-07 14:20:57 -03:00
  • 7a6c4d5bfc Add full unit coverage for generic CoT serialization Valmo Trindade 2026-08-07 14:20:03 -03:00
  • ff218d6d00 Add full unit coverage for MAVLink identity helpers Valmo Trindade 2026-08-07 14:19:25 -03:00
  • d70eb15924 Cover malformed enrollment config parsing Valmo Trindade 2026-08-07 14:18:31 -03:00
  • ec3507910d Avoid repeated extension logger initialization in tests Valmo Trindade 2026-08-07 14:14:01 -03:00
  • c941e61e20 Finish Rust CI immediately on test failures Valmo Trindade 2026-08-07 14:13:20 -03:00
  • 398f11efb8 Add Rust coverage CI gate Valmo Trindade 2026-08-07 14:11:05 -03:00
  • 95bb4e75e1 Cover MAVLink CRC and packet builders Valmo Trindade 2026-08-07 14:10:45 -03:00
  • a213fd916c Cover video CoT serialization helpers Valmo Trindade 2026-08-07 14:10:16 -03:00
  • 74620d3346 Cover TCP connection configuration Valmo Trindade 2026-08-07 14:09:53 -03:00
  • 5e3e3cb7a0 Use testable TAK enrollment protocol helpers Valmo Trindade 2026-08-07 14:09:31 -03:00
  • 4432ea20f1 Wire enrollment protocol helpers Valmo Trindade 2026-08-07 14:09:06 -03:00
  • 395487f26e Extract testable TAK enrollment protocol helpers Valmo Trindade 2026-08-07 14:07:14 -03:00
  • 6dee1987bb Document TAK authentication flows Valmo Trindade 2026-08-07 14:06:49 -03:00
  • d35ccd58e1 Added authentication got Marti API TLS config fetching main valmojr 2026-08-06 15:01:08 -03:00
  • 980107e00b Improved entity router cycle valmojr 2026-08-06 15:00:52 -03:00
  • e53ba2ae0f Added addRouterEntities and removeRouterEntites instead of manually adding entites to the CoT Router array valmojr 2026-05-25 19:48:51 -03:00
  • 37aa51f8c2 Added handler for scripted stuff to not route all sensor data v1.6.0 valmojr 2026-05-25 03:06:25 -03:00
  • ad03444ff5 fixed draw route function data formats valmojr 2026-05-25 03:04:28 -03:00
  • 167d47e488 Added scope param to all draw functions valmojr 2026-05-24 16:08:59 -03:00
  • 3a82dba854 Addded draw route rust structs valmojr 2026-05-24 16:07:23 -03:00
  • 1fff02cdd2 Added Draw Route function valmojr 2026-05-24 16:07:04 -03:00
  • 1ab318c279 Added register and delete cot functions to handle CoT delete commands valmojr 2026-05-24 16:06:50 -03:00
  • 7a1a4b7372 Fixed leak global vars from convert client pos and extract role functions valmojr 2026-05-24 02:58:32 -03:00
  • 2802f9cdc8 Removed a lot of specific mods and added mission folder to ignore valmojr 2026-05-15 20:20:52 -03:00
  • ed039035df Added fallback mTLS enrollment port to handle OTS authentication valmojr 2026-05-15 16:33:53 -03:00
  • 7fa4a7c411 Readded serverside digital pointer with a handler to avoid duplicated SPI when a entity is being controlled clientside valmojr 2026-05-14 19:05:58 -03:00
  • d4dfd80cdf Added initial Laser Ranger Finder simulator on port 17211 (as default) emulate digital pointer for in game laser designators valmojr 2026-05-14 18:53:34 -03:00
  • 720f9da2df Added Delete CoT handler for removing serverside CoT when a player invokes the clientside connection valmojr 2026-05-14 18:52:40 -03:00
  • 5015f09d1d [WIP] Adding Drawing Cursor Over Time functions valmojr 2026-05-11 16:26:17 -03:00
  • 882a35c2cd Added report marker functions and stale time param to CoT type valmojr 2026-05-11 16:25:52 -03:00
  • 6b3ce96c18 formatted some rust docs valmojr 2026-05-11 16:24:40 -03:00
  • 760027b925 reduced readme valmojr 2026-05-10 02:07:35 -03:00
  • 9b05bcccc2 Added UAS Tool active actions from ATAK v1.5.0 valmojr 2026-05-10 01:19:39 -03:00
  • 80320c0f2c added land and home storage valmojr 2026-05-10 01:19:13 -03:00
  • b43a6c9748 added undefined uri valmojr 2026-05-10 01:18:11 -03:00
  • dcc9e1d469 Added handler for turreted drones to share multiple camera components to UAS Tool valmojr 2026-05-09 11:58:44 -03:00
  • 3c37185c1a Fixed UAS stream URI resolver valmojr 2026-05-09 11:58:08 -03:00
  • 671e7d5dc1 linted uas callsing functions valmojr 2026-05-07 05:02:51 -03:00
  • 0ebd192487 fixed URI Stream sharing valmojr 2026-05-07 04:35:52 -03:00
  • 3fc54a1fb5 test log valmojr 2026-05-07 04:13:20 -03:00
  • eaf38a4d06 Updated some mods because yes valmojr 2026-05-07 03:53:42 -03:00
  • 6376b7acf0 Refacted UDP Socket config and created UAS addon valmojr 2026-05-07 03:53:19 -03:00
  • 52edf94b17 refactored mavlink mocking to "uas" module on the extension valmojr 2026-05-07 03:37:22 -03:00
  • 3e11dd9e16 updated data extract functions for mavlink integration valmojr 2026-05-05 12:20:12 -03:00
  • a9f09b6ce6 Added extension piece of code for handling the mavlink mocker valmojr 2026-05-05 12:19:14 -03:00
  • a43aa60f45 fixed side parser on role handler valmojr 2026-05-05 12:18:23 -03:00
  • 9cba642e9b added mavlink indexing functions valmojr 2026-05-05 08:03:26 -03:00
  • c7494da901 added mavlink cot parsing functions valmojr 2026-05-05 08:03:01 -03:00
  • b9e848d66e Updated client side dialog to include mavlink port input valmojr 2026-05-05 08:02:38 -03:00
  • 99f8d991be Added MavLink mocked drone support as client side feature valmojr 2026-05-05 07:48:54 -03:00
  • 3a5a7a17a3 idk fuck_arma_rs valmojr 2026-04-13 08:04:43 -03:00
  • 0486f2a285 Added initial COT Sensor payloads to support UAV Tools integration for Arma Drones uav_tool_integration valmojr 2026-04-13 08:03:31 -03:00
  • 753dcab26e Added hellanmaaw winter support v1.4.0 valmojr 2026-03-31 07:23:48 -03:00
  • 2f53488ba8 Added video url prop to 3den editor/zeus, allowing to parse __video prop to cots valmojr 2026-03-31 07:21:29 -03:00
  • 323339e679 Removed video addon, too simple for a specific addon valmojr 2026-03-31 07:20:19 -03:00
  • 3f14a75e81 Added video url parser to CoT types valmojr 2026-03-31 07:19:39 -03:00
  • 469a54c141 Added Hellanmma map support valmojr 2026-03-31 07:18:23 -03:00
  • 2ee9030c00 Updated media folder v1.3.0 valmojr 2026-03-26 14:45:08 -03:00
  • 5b29a40990 Improved mTLS description on readme valmojr 2026-03-26 03:47:54 -03:00
  • 708fe5e670 Fixed CoT queue during armatak connection to the TAK Server, running soft as butter valmojr 2026-03-26 03:45:05 -03:00
  • e32aadda4e Splitted Connection Module valmojr 2026-03-26 01:05:54 -03:00
  • c35b7f0268 Updated project readme file valmojr 2026-03-24 16:56:26 -03:00
  • 876cf900c3 Changed dialogs and module UI to get mTLS needed params valmojr 2026-03-24 16:56:19 -03:00
  • 778ac0ac54 Added the mTLS connection calls to zeus and 3den modules valmojr 2026-03-24 16:55:53 -03:00
  • b816144fb0 Added transport layer and configured extension commands to call mTLS socket connection valmojr 2026-03-24 16:55:36 -03:00
  • 61ba9f6d63 Added connector and enrollment for mTLS client certificate auto enrollment on game sessions, will MOCK a official tak client behavior when authenticating valmojr 2026-03-24 16:55:05 -03:00
  • f88c02a7aa formatted some rust files for linting porpuses valmojr 2026-03-24 16:44:22 -03:00
  • 5ffc08e6f1 Readded reqwest dependency to cargo toml, will be used for TAK Server API interaction on authencated tak server connections valmojr 2026-03-24 16:41:38 -03:00
  • 9392380c78 Added hemtt private key to git ignore valmojr 2026-03-24 16:40:58 -03:00
  • a18343b81d Commented video module valmojr 2026-03-24 14:03:28 -03:00
  • 13cd08c655 Added mandol map support v1.2.5 Valmo Trindade 2026-01-03 02:55:39 -03:00
  • 8fe14dc18d Added Clafghan Map Support Valmo Trindade 2026-01-02 03:28:10 -03:00
  • 1bec26df8a Added UMP Colombia map support Valmo Trindade 2025-12-21 02:21:02 -03:00
  • c5d5da636f added malvinas pradero ganso function call Valmo Trindade 2025-12-13 15:00:33 -03:00
  • c2e137e67c Added lawn map Valmo Trindade 2025-12-13 14:59:05 -03:00
  • de5ac9dbb5 Added Malvinas Maps Valmo Trindade 2025-12-12 19:12:04 -03:00
  • ef3be1e768 fixed router entity remover function Valmo Trindade 2025-12-10 23:07:53 -03:00
  • d6c5ad7c28 Att mission wings_of_liberty Valmo Trindade 2025-12-06 17:21:00 -03:00
  • b2be0808f7 Merge branch 'main' into wings_of_liberty Valmo Trindade 2025-12-06 12:37:11 -03:00
  • 9bda92d389 Removed once cell dependency Valmo Trindade 2025-11-30 10:43:43 -03:00
  • 9763cb6697 reoganized command groups on extension call Valmo Trindade 2025-11-30 10:43:18 -03:00