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

Add GUI #22

Open
ll-nick opened this issue Jul 10, 2024 · 3 comments
Open

Add GUI #22

ll-nick opened this issue Jul 10, 2024 · 3 comments
Assignees
Labels
core library Concerns the project's core library

Comments

@ll-nick
Copy link
Collaborator

ll-nick commented Jul 10, 2024

There is this beautiful GUI to visualize the arbitration graphs. Let's add it to the repo and make is easy to work with for our enormous user base.

@ll-nick ll-nick added the core library Concerns the project's core library label Jul 22, 2024
@orzechow
Copy link
Member

orzechow commented Oct 8, 2024

Sth. we could also concider for the GUI communication:

Edit: socket.io doesn't provide a C++ server 😞

@orzechow
Copy link
Member

orzechow commented Oct 14, 2024

The libwebsockets used in

is C only, thus very ugly and unsafe.

Let's investigate into modern C++ websocket libraries.

I'll start with

@orzechow
Copy link
Member

orzechow commented Oct 14, 2024

  • restinio could be nice, but has a lot of dependencies
  • Crow has WebSocket support as well and is header-only, provides a deb package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core library Concerns the project's core library
Projects
None yet
Development

No branches or pull requests

2 participants