Andrew Mackenzie
Andrew Mackenzie
https://crates.io/crates/mqrstt To allow receiving events from IoT devices. Would be a blocking input function that runtime starts and wait for an event, then called again. Make part of a web...
on start-up, detect any running coordinators *could be more than one...) on the local network. List them in a dialog and ask the user to select one to connect to,...
add a version number for the file format for files: - manifest file between flowc and flowrunners in particular - maybe flow specs too should be pretty simple I think,...
Instead of a lot of print statements, use a crate for graph creation and then dot file generation. Something like https://docs.rs/dot/0.1.4/dot/ Or https://github.com/besok/graphviz-rust Or https://docs.rs/petgraph/latest/petgraph/dot/struct.Dot.html
Remove client side of debugging from the cli context part of flowr. Flowdb as a separate binary that connects to the same ports. A CLI incarnation of it will read...
Use fully qualified type names in the generated code of the flowmacro and remove the imports (except highest level ones that are needed).
We can generate a .md file (used in book and in code comments via include or via flowmarco) from the parsed definition file. We know the path so can explain...