Commit Graph

16 Commits

Author SHA1 Message Date
488ad08e38 Send azimuth + configurable bearing correction
From this change on, the client adds its azimuth measurement
to the get paramters, so the server can do the correction.

Also the response parameter for locally correcting bearing
according to azimuth measurements is respected.

Some comments from copy paste stuff were deleted.
2025-09-04 17:28:36 +02:00
f37bae70e9 Changed LED Behaviour; More precise latitude value for server 2025-09-04 03:38:02 +02:00
6c8d22eb91 Create .gitignore file for keeping secrets from git 2025-09-04 02:28:41 +02:00
f2de6a4c60 Add Passkey to server query parameters 2025-09-04 02:26:12 +02:00
f979f8e3df Remove dummy secrets + create config header file 2025-09-04 02:16:03 +02:00
9082ffa56c Bearing computation + fixes
Compute the correct bearing and removes several debug
print outputs.
2025-09-04 02:03:54 +02:00
02154d4517 Fix getting correct requested data 2025-09-03 03:15:09 +02:00
ef850cb0da Fix missing parentheses for utc now function 2025-09-03 02:57:29 +02:00
ce2f21d4a6 Fixed time problem 2025-08-29 16:24:55 +02:00
363c791ef1 Fix calculation of brearing 2025-08-29 15:54:55 +02:00
ef0845096e Fixes to basic functionality, debug added
This commit contains a lot of basic fixes
(basic string stuff, that couldn't be tested
without a working server before) and adds
debug messages.
2025-08-29 15:52:29 +02:00
20159cb27c Add timezone requirements 2025-08-28 17:02:15 +02:00
be390de996 Update Server for returning time
Server now return lastUpdateTZ, so that the requesting
client receives the last update time in his respective
local time (given GPS coordinates are provided).

Lots of print statements still in place.
2025-08-28 16:59:29 +02:00
e44761db8f Addde fallback for 0.0 values - no insert 2025-08-27 20:28:19 +02:00
2eeada3129 Add requirements.txt 2025-08-27 19:07:10 +02:00
99e0c88e1d Initial commit
Added basic functionality
2025-08-27 18:54:28 +02:00