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

[Simulator] Create a GUI on the simulator to start a strategy program or connect to an already-running one #16

Open
Bycob opened this issue Dec 3, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Bycob
Copy link
Member

Bycob commented Dec 3, 2018

Now that the simulator got a GUI, it would be interesting not to use the command line to choose the connection type and parameters, but do it with an interface instead.

Here is what the interface should be able to do :

  • connect to an existing process
  • create a process and connect to it
  • stop the connection / shut down the child process
  • choose the connection parameters (UDP, TCP, pipes, other)

My current idea is to have a "Connect" button that opens a contextual window, in which you can select the parameters you want. Then the "Connect" button turns to a "Disconnect" / "Stop" button while the connection is still active.

Suggestions and feedback are greatly appreciated to improve the simulator user experience :)

@Bycob Bycob added enhancement New feature or request help wanted Extra attention is needed labels Dec 3, 2018
@Bycob Bycob self-assigned this Dec 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant