Jump to content

GLA Summit 2020/Broker Framework: Difference between revisions

From LabVIEW Wiki
Felipefoz (talk | contribs)
Felipefoz (talk | contribs)
Line 9: Line 9:
* [https://youtu.be/-rkUEGmbccQ YouTube Video Link]
* [https://youtu.be/-rkUEGmbccQ YouTube Video Link]
* [https://gitlab.com/felipe_public/labview-shared-libraries/broker_af Gitlab Repositories]
* [https://gitlab.com/felipe_public/labview-shared-libraries/broker_af Gitlab Repositories]
* [[media:Broker Framework.pdf | Slides (Wiki)]]


==See Also==
==See Also==

Revision as of 19:15, 23 December 2020

Broker Framework by Felipe Pinheiro Silva

Discover how to deliver messages among actors in Actor Framework with a broker-like Actor, using content or topic based messaging. This broker-like actor abstracts the message handling between the root actor and its nested actors without harming the actor tree communication. This "framework" uses the new interface feature from LabVIEW 2020, providing high decoupled actors and very modular architecture.


Presentation Links

See Also

External Links