Skip to content

Task: Implement WebSocket Broadcaster #86

@kimit0310

Description

@kimit0310

Description

Implement the Broadcaster class for real-time data streaming to browser clients. I will need to create the core class that reads data from the presenter and broadcasts it as JSON frames to all connected WebSocket clients.

Tasks

  • Create a Broadcaster class with start(), stop(), and a _run() broadcast loop.
  • The loop should format data from all active inlets into a JSON structure and send it to clients.
  • Unit tests for the broadcaster's lifecycle, data formatting, and client management.

Freeform Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions