Skip to content

[feature] Implement WebSocket Endpoint to Stream Location Updates #663

@dee077

Description

@dee077

Feature Description

Create a new WebSocket endpoint that streams real-time location updates for devices with mobile coordinates. This will ensure the frontend receives location changes as they happen.

Approach

  • Define a new Django Channels WebSocket endpoint.
  • Use Django’s post_save signal on the Location model to trigger a push to the WebSocket with updated data.

Metadata

Metadata

Assignees

Labels

Projects

Status

ToDo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions