I recently came across some devices that do not support raw port communication over UDP or TCP as common DCI servers allow it. Instead, they react on very basic HTTP requests. Now I'm wondering wether one could put together these simple HTTP oneliners with the RAW TCP communication to port 8080 that all DCI servers allow to setup in ASCII or binary. I find little information on the net over the 'raw' message composition that creates a HTTP request, though. Or, probably, I am looking at the wrong places or using useless search terms.
An example would be:
http://192.168.1.xxx/relay/0?turn=on
An example would be:
http://192.168.1.xxx/relay/0?turn=on
Comment