flowbased / fbp-protocol

Tests, schemas, and specifications for the Flow Based Programming Network Protocol
https://flowbased.github.io/fbp-protocol/
MIT License
40 stars 8 forks source link

Feature Request: Add a graph:list command #25

Open jomeier opened 7 years ago

jomeier commented 7 years ago

Hi,

I think we need a command which lists all graphs which are set up in the runtime.

This will be needed for a UI which connects to the runtime through the fbp protocol. It doesn't know anything about formerly dynamically created graphs in the beginning.

The command graph:list should return an array of strings with the names of the graphs (ids?).

This should be pretty easy to implement.

Best regards,

Josef

jomeier commented 7 years ago

I implemented it. Waits for review...

bergie commented 7 years ago

Hey! Can you make a PR adding this to the graph protocol schema definition here?

niclash commented 3 months ago

Is there any life left in this effort? To me this message type is essential. How else is people handling multi-graph runtimes?