31 Commits

Author SHA1 Message Date
hasslesstech 1f6b02c5f6 [P] Add a simple .gpx to .csv file converter
Component testing / Hub testing (push) Successful in 33s
Component testing / Store testing (push) Successful in 32s
Component testing / Integration smoke testing (push) Successful in 3m0s
2026-03-25 23:39:32 +02:00
hasslesstech 094662f59e [P] Add second agent in docker-compose.yaml
Component testing / Hub testing (push) Has been cancelled
Component testing / Store testing (push) Has been cancelled
Component testing / Integration smoke testing (push) Has been cancelled
2026-03-25 23:27:59 +02:00
hasslesstech 88454f381d [P] Add GPS file selection to agent 2026-03-25 23:27:59 +02:00
hasslesstech db63eb6d79 [P] Improve logging logic in agent
Component testing / Hub testing (push) Successful in 24s
Component testing / Store testing (push) Successful in 27s
Component testing / Integration smoke testing (push) Successful in 2m25s
2026-03-25 15:40:07 +02:00
hasslesstech c08612f71a [P] Fix acceleration data types 2026-03-25 10:10:29 +02:00
esk4nz b10aec1020 SCRUM-80
Changed print to logging in agent main
2026-03-23 22:57:15 +02:00
esk4nz c085a49c8c implement Edge-Hub integration with user_id validation (SCRUM-93, SCRUM-94)
- Agent: Updated config and main
- Edge: Implemented adapter factory in main.py to switch between MQTT and HTTP.
- Edge: Updated AgentData entity and processing logic to support user_id.
- Infrastructure: Configured docker-compose for dynamic protocol switching and environment management.
2026-03-23 21:31:31 +02:00
Rhinemann b1e6ad7c94 set up global docker-compose 2026-03-22 14:07:29 +01:00
esk4nz f96930a259 Setting up the repo with correct dockerfiles and docker-copmose files, and deleting .idea from git 2026-03-02 23:21:36 +02:00
ІМ-24 Владислав Коваленко af94c007a2 fixes in imports and schemas 2026-02-26 10:54:34 +00:00
Senya f9ef916331 SCRUM-34: slobodeniuk parking signals 2026-02-26 12:11:07 +02:00
VladiusVostokus 7ddfb68b02 Merge pull request #5 from Rhinemann/lab1_huranets
FileReader
2026-02-26 08:04:10 +00:00
bacant150 9473c5a621 Remove unnecessary rewind after file open 2026-02-25 21:08:54 +02:00
bacant150 953b0bdb9a Remove unused _detect_header_and_buffer method and related fields 2026-02-25 20:56:43 +02:00
bacant150 f58596ebf7 Refactor FileDatasource: remove unused header detection variables 2026-02-25 12:35:58 +02:00
bacant150 d621390f51 Refactor file rewind logic to skip header row and remove unnecessary buffers 2026-02-25 12:11:05 +02:00
bacant150 e4be6b0a19 Refactor file rewinding logic to skip header row after seek(0) 2026-02-25 12:00:39 +02:00
bacant150 fe66df9b8c Refactor row reading logic for clarity and efficiency 2026-02-25 11:50:56 +02:00
bacant150 3e0b4762ef Optimize CSV parsing by adding skipinitialspace=True to csv.reader and removing unnecessary strip() calls 2026-02-24 22:11:37 +02:00
bacant150 75613fd4fc Restore input validation for accelerometer parsing 2026-02-24 20:47:00 +02:00
bacant150 a25fbfc3ef Simplify accelerometer parsing and remove int16-specific leftovers 2026-02-24 20:14:56 +02:00
bacant150 ca790e7306 Remove int16 binding from datasource 2026-02-24 19:55:50 +02:00
bacant150 1643767094 Remove int16 range check per review 2026-02-24 15:41:41 +02:00
bacant150 3d94bf3008 Parse accelerometer values as int16 (remove float conversion) 2026-02-24 15:12:49 +02:00
bacant150 07a0e906d8 Fix timestamp field in AggregatedData 2026-02-24 14:21:41 +02:00
hasslesstech 092130dfab lab1: implement UART reader alongside with the file writer usage example 2026-02-24 12:48:48 +02:00
hasslesstech 35af3bbabb lab1: add stm32f4 uart reader project and source code 2026-02-24 11:26:08 +02:00
bacant150 c974ac32f6 Реалізовую базовий FileReader та переношу sleep до FileDatasource.read() 2026-02-23 22:01:11 +02:00
Rhinemann e45faeb281 updated compose file 2026-02-22 11:22:19 +01:00
Toolf 93cc8d7378 fix: aggregated_data model 2024-02-16 15:49:19 +02:00
Toolf 1f92b43879 add: agent template 2024-02-05 16:24:15 +02:00