Reputation: 16
I'm able to send UDP message to the remote IP node on eth with openHAB using the binding tcp/udp, i.e.:
udp=">[ON:10.44.212.60:3000:'MAP(mydevice.map)'],
[OFF:10.44.212.60:3000:'MAP(mydevice.map)']"
But I do not have idea what I have to do to get and store the response coming back.
Please who can help?
Thanks and regards
marco
Upvotes: 0
Views: 431
Reputation: 11
Not possibile UTP is one-way communication, you will have to use TCP protocol.
Upvotes: 1