-
Takes a good bit of startup time due to being so I/O intensive.
An alternative would be to change the Processors to be long-running processes, controlled over FBP protocol. Then startup cost would on…
-
Sometimes one encounters issues that only occurs when certain data flows through the graph. To be able to break on them easily, without having to use step-by-step (#243) we want data breakpoints.
Typ…
-
That way the messages will not crop up in an unused queue when there is no coordinator,
and there can be multiple consumers of the messages instead of just one.
Requires changes in all the partici…
-
Usecases:
- Host runtime with long-running network. Including WebSocket connection, for live prog/debug
- Use the one-time processing capabilities, with programatic control network setup, progress and…
-
Right now we have, across component libraries and projects, many existing tests. Long-term we'd like to migrate the majority of these to fbp-spec, but this is not done in a day....
Most of these test…
-
Just like CoffeeLint and jshint for component source code (#271), we should build and integrate a "graphlint" tool that would check and inform user on:
- Unattached required ports
- Datatype mismatche…
-
This way debugging tools can be live updated with changes to the system.
One possibility is to use `text/event-stream` format. It is a simple \n\n delimited format, with good support for JSON paylo…
-
Is it possible to have a visual developer for Vertigo like NoFlo. Following project might be interesting to impliment this: http://eclipse.org/sirius/
-
I was thinking about how to properly design Web Audio components.
As a first approach (already implemented in existing components like [Gain](https://github.com/automata/noflo-webaudio/blob/master/co…
-
This is a situation I've seen quite a few times:
Device communication queue stops processing at some points, probably because microcontroller responds with a message that isn't treated as a command a…