I have a device that I can create TCP and UDP Packets on my local LAN and receive and send some data on, though its not a Windows/Arduino/etc type device so none of the built-in discovery/SSDP/UPNP/HTTP, etc is in available and I don’t really want to invent those on this device.
Is there another way that I can create a SmartApp that can search specifically for this device by known IP and have my own protocol for setting and getting data back and forth?
I can Translate any language to what my device supports. So I was looking for some sample code that is more bare bones in terms of the low level packet interaction between the SmartApp and the End Device.
Thanks!