Commit Graph

514 Commits

Author SHA1 Message Date
Valmo Trindade
16068090ae added init functions to handle thread socket starting and stopping 2024-12-02 05:12:46 -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
d183c0b437 added simtak to readme description 2024-11-25 03:05:57 -03:00
Valmo Trindade
6157846a3c added LFS handling to GH Actions workflows 2024-11-25 03:02:36 -03:00
Valmo Trindade
a9fed7b72c changed float type of lat/long payload 2024-10-29 15:40:54 -03:00
Valmo Trindade
0564095dee removed old function, will have to refactor everything 2024-10-23 22:57:27 -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
319acf92b9 updated lock file 2024-10-16 13:08:31 -03:00
Valmo Trindade
53efeff503 commented init function 2024-10-16 13:08:09 -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
3b7396a7c3 linted grab extensions hook 2024-09-22 00:25:55 -03:00
Valmo Trindade
31cf6ff3a2 fixed MP init function 2024-09-21 23:39:00 -03:00
Valmo Trindade
3c40fa7166 added lazy thread handling to tokio runtime 2024-09-21 23:38:51 -03:00
Valmo Trindade
e9ac9978aa updated tokio and features 2024-09-21 03:59:15 -03:00
Valmo Trindade
5c071f08f1 added async post marker function 2024-09-21 03:59:07 -03:00
Valmo Trindade
bd538483b6 added postMarkerDebug handlling function for SQF 2024-09-20 17:56:44 -03:00
Valmo Trindade
53551b8f3c fixed token type on post marker 2024-09-20 17:53:49 -03:00
Valmo Trindade
6975246ab6 added error message to the output in auth token sqf function 2024-09-20 17:53:26 -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
1b08539d2b added tokio for future use 2024-09-20 17:03:37 -03:00
Valmo Trindade
d1a0582341 added login info on sqf function also 2024-09-20 17:03:26 -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
1672a781cc att 2024-09-19 02:50:49 -03:00
Valmo Trindade
eb2f3a9da9 Update pack_early.yaml 2024-09-19 02:34:20 -03:00
Valmo Trindade
18f3e91550 trying to make dlls work on actions 2024-09-19 02:30:02 -03:00
Valmo Trindade
e1a097a17b updated mod cpp to match pictures filepaths 2024-09-19 02:26:48 -03:00
Valmo Trindade
6e9201397f trying to fix the paa not working somehow 2024-09-19 02:23:39 -03:00
Valmo Trindade
bc95a51707 reduced retention days 2024-09-19 01:39:04 -03:00
Valmo Trindade
d7bb62dc8c fixing dll filepaths 2024-09-19 01:37:24 -03:00
Valmo Trindade
d03a974ae0 updated download artifact container 2024-09-19 01:23:48 -03:00
Valmo Trindade
9a851ceacd udapted download artifact wf container 2024-09-19 01:11:12 -03:00
Valmo Trindade
164401eab9 fixing wf 2024-09-19 01:07:44 -03:00
Valmo Trindade
aaabd89793 att wf 2024-09-19 00:59:25 -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
8ba6d4514e backing init function 2024-09-15 19:13:43 -03:00
Valmo Trindade
e86a399982 added blocking feature on request dependency 2024-09-15 19:13:23 -03:00