Logic Machine Forum
Communication with outside Cloud Server - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Communication with outside Cloud Server (/showthread.php?tid=3958)



Communication with outside Cloud Server - Hadeel - 25.03.2022

In our project the following two-way communications needs to be achieved between LM and Cloud server.  Smile 
- KNX command needs to be executed by Cloud server......this can be achieved with your scada-remote API
- All KNX object events needs to be transmitted to the Cloud server.....this could be achieved with your event script by mass edit and add TAG to all objects.

Under these circumstances,

1. First of all is this operation possible?  as it generates high load?
2. Is it possible to handle this operation in a parallel (asynchronous) way? The event-based scripts are executed in a single queue-like manner but the KNX event should be transmitted to the Cloud server as simultaneously as possible and I want to avoid the delay.


RE: Communication with outside Cloud Server - admin - 25.03.2022

Do you have some more detail on possible communication protocols with the cloud?