83c3d65e38
more javadoc - dashboard, des, logging
2025-12-07 19:57:40 +00:00
a8ce95e08c
Refactor and enhance documentation across multiple classes (Analysis through DashboardStatistics)
2025-12-07 19:33:40 +00:00
a2f9e725de
feat: Implement batch performance analysis dialog and routing policies
...
- Added BatchAnalysisDialog for running multiple simulations and generating reports.
- Implemented LeastCongestedRouteSelector for dynamic routing based on congestion levels.
- Created RandomRouteSelector for baseline random routing strategy.
- Developed ShortestPathRouteSelector to select routes based on the shortest path.
- Defined RouteSelector interface to standardize routing policy implementations.
- Introduced RoutingPolicy enum to manage available routing strategies.
2025-12-07 00:35:06 +00:00
92ff883d4c
fixed dash formatting
2025-12-06 00:59:09 +00:00
ea33d61a9e
removed tests
2025-12-05 02:42:31 +00:00
240563419b
removed empty impl test files
2025-12-05 02:38:11 +00:00
90db380f61
Dash editor and DES impl
2025-12-05 02:29:33 +00:00
d28a77b6a4
small fixes + debug
2025-11-29 00:07:53 +00:00
173d9e54ce
test: Reduce traffic light coordination test monitoring duration from 60s to 10s
2025-11-23 23:06:08 +00:00
5202032471
feat: Dynamically set simulation log file path using OS temporary directory and remove isSimulationRunning method.
2025-11-23 23:03:07 +00:00
906e958729
feat: Introduce Launcher class as the application entry point and update pom.xml to use it.
2025-11-23 21:53:52 +00:00
19709f0d7a
feat: update main class to sd.dashboard.DashboardUI in pom.xml configurations.
2025-11-23 21:29:38 +00:00
13fa2f877d
refactor: improve traffic light queue processing, add graceful intersection shutdown, and remove obsolete event and serialization classes.
2025-11-23 21:23:33 +00:00
96c5680f41
moved start to dashboard + fixed holding queue - looped sleep might be fine in this case + better customization via CSS file
2025-11-22 23:52:51 +00:00
d74517a27b
starting the codebase cleanup for final delivery- single process prototype removal
2025-11-22 22:52:01 +00:00
ce7f642246
slight sim change and engine code fomat
2025-11-22 21:45:16 +00:00
8f97aab836
Merge pull request #34 from davidalves04/dev
...
testing
2025-11-22 21:43:33 +00:00
David Alves
86c0c4b5b3
Add configurable travel times by vehicle type
...
@0x1eo can u check this pls
2025-11-22 16:18:02 +00:00
6fdcf376b2
i might kms
2025-11-22 00:13:19 +00:00
06f079ce5b
fix intersections starting independently with no coordination
2025-11-18 14:29:11 +00:00
72893f87ae
added dashboard server and built an example implementation for the message protocol
2025-11-14 02:01:51 +00:00
6b94d727e2
shutdown and teardown fixes + incoming connection handler
2025-11-11 17:28:44 +00:00
84cba39597
bullshit fixes
2025-11-06 20:31:59 +00:00
3117bdf332
Merge branch 'dev' into 14-create-trafficlightthread-class
2025-11-06 13:53:01 +00:00
Gaa56
484cba1eee
Update TrafficLightThread
2025-11-05 13:21:10 +00:00
Gaa56
0e5526c3f6
Merge pull request #31 from davidalves04/dev
...
Dev
2025-11-05 12:37:48 +00:00
David Alves
cf88db4297
Add traffic light coordination and tests
...
Sorry to add this on this branch ahah
2025-11-05 12:09:32 +00:00
David Alves
0960a7a141
Add ExitNodeProcess and unit tests
2025-11-05 11:54:34 +00:00
0c256ad6f5
Fix Intersection Destination - Doubled Advance
2025-11-02 23:56:54 +00:00
340e436063
Merge branch 'dev' into 12-implement-coordinatorgenerator-process
2025-11-02 23:21:36 +00:00
1684a6713e
Implementation of the Coordinator Process
2025-11-02 23:17:15 +00:00
3b699556db
Merge branch 'dev' into 10-create-network-communication-classes
2025-11-02 22:39:26 +00:00
Gaa56
d078808486
Update SocketConnection
2025-10-30 19:25:27 +00:00
Gaa56
98581b562d
Merge pull request #27 from davidalves04/9-design-message-protocol-specification
...
#10 Req
2025-10-30 18:44:54 +00:00
Gaa56
4710c96450
Create TrafficLightThread Class
2025-10-30 18:06:02 +00:00
David Alves
dc4f567e1f
Move vehicle route advancement to intersection arrival
2025-10-30 15:57:58 +00:00
David Alves
db5e01021a
Refactor IntersectionProcess and add unit tests
2025-10-30 10:41:17 +00:00
David Alves
dab0651dbd
Corrected directions
2025-10-29 22:36:58 +00:00
David Alves
ae27115791
Merge pull request #23 from davidalves04/11-convert-intersection-to-standalone-process
...
Create IntersectionProcess main class
2025-10-27 22:58:55 +00:00
David Alves
684fb408ef
Create IntersectionProcess main class
2025-10-27 22:53:37 +00:00
fd26063f6e
Merge pull request #22 from davidalves04/10-create-network-communication-classes
...
Create network communication classes
2025-10-27 12:29:22 +00:00
Gaa56
d8b59cc502
Deleted MessageSerializer
2025-10-27 09:18:33 +00:00
Gaa56
06c34a198a
Removed MessageSerializer
2025-10-27 09:15:33 +00:00
Gaa56
1524188b29
Add connection retry logic
2025-10-26 17:00:34 +00:00
Gaa56
bc1a8da160
Create MessageSerializer utility
2025-10-25 18:00:58 +01:00
Gaa56
96903e4b7c
SocketConnection
2025-10-25 17:43:25 +01:00
Gaa56
6c5eab0e72
Create SocketConnection wrapper class
2025-10-25 17:41:55 +01:00
23f7a74798
Add dependency build to CI job
2025-10-24 20:20:15 +01:00
d7dec0d73e
Merge pull request #21 from davidalves04/9-design-message-protocol-specification
...
Mmessage protocol specification
2025-10-24 20:12:18 +01:00
David Alves
534a880e3e
Remove unused supports method from MessageSerializer
2025-10-24 12:02:03 +01:00