summaryrefslogtreecommitdiffstats
path: root/docs/part-1/3-Plugins.md
blob: 1cfb580f89a7af5cce56d720929a5162d79464ce (plain)
1
2
3
4
# Plugins

Plugins are C/C++ shared library that is loaded by the binding to execute some simple routine. Routine could be on reception of a new signal or at sources
initialization time or signal subscription with the respective JSON field **onReceived**, **init** and **getSignals**.