Commit Graph

58 Commits

Author SHA1 Message Date
Valmo Trindade
a1c34c546a added link uid for child markers 2025-02-01 04:01:12 -03:00
Valmo Trindade
6085d67cd0 added context callbacks and digital pointer payload handling 2025-02-01 04:00:58 -03:00
Valmo Trindade
cf6578e6bc removed test callback 2025-02-01 00:00:29 -03:00
Valmo Trindade
334e8bfed8 added initial callback handling 2025-01-31 16:47:03 -03:00
Valmo Trindade
910eab7397 removed old OTS Rust structs 2025-01-31 16:46:11 -03:00
Valmo Trindade
7bb59ef2ed reworked the Rust extension to create a TCP Client in order to send cot payloads to the connected server 2025-01-29 19:25:18 -03:00
Valmo Trindade
57c69c604c added initial version of cot router, already able to connect to the TCP port and send Cots (as raw strings) 2025-01-28 16:25:28 -03:00
Valmo Trindade
1aeeee426f added chrono depedency and removed util functions related to http requests 2025-01-28 16:24:48 -03:00
Valmo Trindade
47c00facd9 removed http requesters 2025-01-28 16:24:13 -03:00
Valmo Trindade
fd5353c333 removed extremely verbose logging from OTS post markers 2025-01-05 02:53:25 -03:00
Valmo Trindade
1f5ab8257b added start websocket function root of the extension to make universally started when the extension is called 2025-01-02 22:04:13 -03:00
Valmo Trindade
0129f6df69 removed useless files in exension module 2025-01-02 15:26:38 -03:00
Valmo Trindade
cfffbdf8bd added log feature on extension 2024-12-14 21:12:56 -03:00
Valmo Trindade
7e143c1b6b added handling on SQF for letting the OTS server handle sync links on entities with core armatak module 2024-12-11 04:11:46 -03:00
Valmo Trindade
c45d0eae4a added fts and ots handling on extension 2024-12-09 22:43:29 -03:00
Valmo Trindade
972bd1c67e linted extension calls on init function and command index 2024-12-05 03:02:16 -03:00
Valmo Trindade
e81104f9eb [WIP] added second thread with OpenTAKServer API handling 2024-12-04 22:23:35 -03:00
Valmo Trindade
1addb59d0b finished local address extension method 2024-12-02 02:39:00 -03:00
Valmo Trindade
522424ba7b [WIP] Working on QR Code generation, already got the local address to be displayed 2024-11-29 04:35:40 -03:00
Valmo Trindade
a9fed7b72c changed float type of lat/long payload 2024-10-29 15:40:54 -03:00
Valmo Trindade
4a8d9f0182 removed info for each received information on ws 2024-10-23 22:56:33 -03:00
Valmo Trindade
acb3a49f85 added location sender dll command 2024-10-21 02:14:46 -03:00
Valmo Trindade
059b749cab refactored the code to get and send messages from a websocket server 2024-10-21 01:53:41 -03:00
Valmo Trindade
cb031d7c65 shared tokio runtime 2024-10-16 23:43:04 -03:00
Valmo Trindade
1890b7f490 added initial version of the websocket branch 2024-10-16 13:08:00 -03:00
Valmo Trindade
57d633e5a8 removed useless logs 2024-10-10 01:13:23 -03:00
Valmo Trindade
3c40fa7166 added lazy thread handling to tokio runtime 2024-09-21 23:38:51 -03:00
Valmo Trindade
5c071f08f1 added async post marker function 2024-09-21 03:59:07 -03:00
Valmo Trindade
53551b8f3c fixed token type on post marker 2024-09-20 17:53:49 -03:00
Valmo Trindade
f8ca2d21d7 removed useless information on marker struct 2024-09-20 17:53:08 -03:00
Valmo Trindade
56c3e1787d added error handling for JSON output 2024-09-20 17:52:47 -03:00
Valmo Trindade
7964d8a860 refacted auth token command for DRY 2024-09-20 17:03:11 -03:00
Valmo Trindade
1284e89de8 created a sync post marker command for debug porpuses 2024-09-20 17:02:49 -03:00
Valmo Trindade
cb7b7e9c0f added login info inside marker struct and created a marker payload struct to handle the sent json 2024-09-20 17:02:32 -03:00
Valmo Trindade
ba77e3a2fe removed unused mods on test module 2024-09-20 17:02:02 -03:00
Valmo Trindade
154db5c681 added parse login to payload function and get auth token function 2024-09-20 17:01:47 -03:00
Valmo Trindade
5c49a26aa4 added error handling to extract_auth_token workflow 2024-09-19 00:49:00 -03:00
Valmo Trindade
39ffb21721 working get auth token function (will crash for if any panic happens, but it's the first version only 2024-09-18 19:08:57 -03:00
Valmo Trindade
d8545df2f7 added uuid test with args 2024-09-18 19:08:22 -03:00
Valmo Trindade
386de182d3 removed request templates on util file, don't think i will be using it 2024-09-18 19:07:57 -03:00
Valmo Trindade
def8a15f02 linted lib file 2024-09-18 19:07:38 -03:00
Valmo Trindade
8a297e0c17 [wip] requests library 2024-09-15 19:13:03 -03:00
Valmo Trindade
05fc17d705 added get_auth_token command 2024-09-15 19:12:50 -03:00
Valmo Trindade
1f548df283 added login info struct 2024-09-15 19:12:28 -03:00
Valmo Trindade
1e34020979 added get_auth_token command 2024-09-12 12:32:58 -03:00
Valmo Trindade
149d094659 added address to LoginPayload 2024-09-12 12:32:47 -03:00
Valmo Trindade
be2f78ed21 removed wtf is this 2024-09-12 03:19:35 -03:00
Valmo Trindade
78196bcddd added login payload struct 2024-09-12 03:18:51 -03:00
Valmo Trindade
f2045fff22 brett plis 2024-09-12 02:25:18 -03:00
Valmo Trindade
d3af4e064b brett plis 2024-09-12 02:17:52 -03:00