While this is possible with the Losant Edge Agent, it’s not currently a built-in capability. You would need to write something that can be called via the Run Executable node.
But that “Run executable” node will still just execute “within” the docker container, right?
I’m guessing I would not be able to trigger an executable that would run non the host, unless I have some type of watch dog of file content in a common data directory.
Can you tell me more about what your goal? Are you trying to send data from your Edge Agent to this other device? Or are you hoping to receive commands from this device?
You’re looking to send a UDP message to a device on the same network as the edge device (which accepts single ASCII(UTF) strings terminated with the > character), then this device will reply back with TCP packets, and you want to capture this response and put it on the payload.