baffelli/pyperator

Add support for FBP protocol

Opened this issue · 1 comments

Adding FBP Protocol support for this runtime would enable lots of tooling, like:

The protoflo repo provides an example on how to implement the FBP Protocol in Python.

Once you have FBP Protocol in, we can add info about this project + potential downloadable example projects via a runtimeinfo file in Flowhub.

Thanks for the suggestion, thats really interesting. I'm afraid It will take a while before I will be able to implement it, especially w.r.t the way I define ports compared to regular FBP. I must first understand if my definition of ArrayPort matches the commonly used one.