Page 1 of 1

Plugin Communication

Posted: Sun Jul 21, 2019 11:10 am
by dahateb
Hi all,

I want to send data from on plugin to another. Direct access doesn't seem to be possible since they are dynamically loaded, but I have seen that there is the possibility to send user defined messages. Is it possible for one plugin to subscribe to messages from another one?

Thanks

Re: Plugin Communication

Posted: Fri Jul 26, 2019 3:04 pm
by Andry API support
Hi dahateb,

Subscribing to messages from a plugin to another one is not possible. But there are some other ways, for example, establishing a TCP connection between your modules.