Skip to content

audit legacy JSON UDP sender #35

@lindestad

Description

@lindestad

lib/comms.py still contains the older JSON-over-UDP control sender that reads data/controls.json and sends to 127.0.0.1:5001 at a high rate.

Current app startup appears to use the newer binary bitmask control path instead, targeting the MCU on UDP 12345. The legacy JSON sender does not match the current MCU control protocol and could confuse future work.

Suggested cleanup:

  • Confirm whether anything still imports or launches lib/comms.py.
  • If unused, remove it or move it behind clear legacy documentation.
  • If still needed for a separate simulator/tool, rename/document it so it is not mistaken for the active MCU path.
  • Keep docs aligned with the current 10.77.0.2 MCU network defaults.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions