Hi all,
I've written a test program in Processing 2.0 to pick values from a webserver and share them with an industrial PLC. This works fine!
Anyway I've been requested to write some values to this webserver and I've been told to use a jquery command to send it.
Can I put jquery scripts inside Processing code and send them with a Client.write command? What do you suggest?
Does anyone recommend me something to test jquery scripts? I would try this option plus WireShark to sniff sockets and find out their strings.
Thanks in advance!
SAM
I've written a test program in Processing 2.0 to pick values from a webserver and share them with an industrial PLC. This works fine!
Anyway I've been requested to write some values to this webserver and I've been told to use a jquery command to send it.
Can I put jquery scripts inside Processing code and send them with a Client.write command? What do you suggest?
Does anyone recommend me something to test jquery scripts? I would try this option plus WireShark to sniff sockets and find out their strings.
Thanks in advance!
SAM
1