Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design interface between scoreboard and FMS #1

Open
ahkneipp opened this issue Sep 28, 2020 · 0 comments
Open

Design interface between scoreboard and FMS #1

ahkneipp opened this issue Sep 28, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@ahkneipp
Copy link
Member

The scoreboard application needs to talk to the FMS in some way. Some possible high-level designs include:

  • Communicate with FMS over network (probably via localhost)
  • Communicate with FMS through a local socket in the filesystem
  • Have the FMS directly host the scoreboard (what we've done in the past)

We need to decide between one of these (or others not listed) and design the specifics of the interface before we implement anything.

@ahkneipp ahkneipp added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed labels Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant