Aircraft track changes not propagating to web frontend #23

Closed
opened 2025-08-25 08:26:18 +02:00 by olemd · 0 comments
Owner

Problem Description

Changes in aircraft tracks don't seem to propagate properly to the web frontend. When aircraft update their position or heading, these changes may not be immediately reflected in the web interface.

Expected Behavior

Track updates should be immediately visible in the web frontend when:

  • Aircraft position changes
  • Aircraft heading/direction changes
  • New track points are added
  • Aircraft status changes

Potential Areas to Investigate

  • WebSocket message broadcasting from server
  • Frontend WebSocket message handling
  • Aircraft state management in aircraft-manager.js
  • Map update logic in map-manager.js
  • Data fusion/merger logic affecting track updates

Steps to Reproduce

  1. Start SkyView with multiple data sources
  2. Monitor aircraft movements in the web interface
  3. Observe delays or missing updates when aircraft change position/heading

Impact

This affects real-time tracking accuracy and user experience when monitoring aircraft movements.

## Problem Description Changes in aircraft tracks don't seem to propagate properly to the web frontend. When aircraft update their position or heading, these changes may not be immediately reflected in the web interface. ## Expected Behavior Track updates should be immediately visible in the web frontend when: - Aircraft position changes - Aircraft heading/direction changes - New track points are added - Aircraft status changes ## Potential Areas to Investigate - WebSocket message broadcasting from server - Frontend WebSocket message handling - Aircraft state management in aircraft-manager.js - Map update logic in map-manager.js - Data fusion/merger logic affecting track updates ## Steps to Reproduce 1. Start SkyView with multiple data sources 2. Monitor aircraft movements in the web interface 3. Observe delays or missing updates when aircraft change position/heading ## Impact This affects real-time tracking accuracy and user experience when monitoring aircraft movements.
olemd closed this issue 2025-08-25 10:49:56 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: olemd/skyview#23
No description provided.