I am having trouble interfacing with a system that uses JSON for communication. I have been following the JSON tutorials but can not get a proper reply from the device.
Here is the a response I got from the manufacturer:
"Please note that the feed interface is NOT based on Web Services (SOAP/XML over HTTP.) It is based on JSON over TCP/IP. So, you should use plain sockets (and NOT HTTP) to connect to the Event Feed and exchange JSON payload."
Would I still use the JSON creater/parser in this scenario? Do we have direct access to sockets?
-Matt