Skip to content

docker compose starts YAMCS but no telemetry (simulator not started) #50

Description

@clement-igonet

Running the quickstart through docker/docker-compose.yml starts YAMCS, but no parameter gets a value. docker compose up leaves the udp-in link at dataInCount 0, because the simulator (simulator.py, which plays back testdata.ccsds over UDP) is never started by the compose.

Two small changes would make the containerised quickstart show live data out of the box:

  1. Start the simulator alongside YAMCS (a second service, or a command that runs both), so parameters populate on up.
  2. Consider binding the published ports (8090, and 10015/udp) to 127.0.0.1 by default. The quickstart has no auth, so publishing on 0.0.0.0 makes an unauthenticated YAMCS reachable on the host network.

Happy to send a PR if this would be welcome.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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