Hi,
with my limited english I'll try to explain my question :)
I have an Arduino with Ethernet Shield and a working Processing Application, which communicates with the Arduino.
The Arduino sends via client.write() a string to Processing and processing splits the String into values which will be used.
So far everything is working.
But I want to add the Processing visualization into a network window(e.g. i type "http://123.123.123.123" into my browser and then see the visualization).
Is this possible? If yes, how?
Thank you for reading this :)
Best Regards,
HammerH
with my limited english I'll try to explain my question :)
I have an Arduino with Ethernet Shield and a working Processing Application, which communicates with the Arduino.
The Arduino sends via client.write() a string to Processing and processing splits the String into values which will be used.
So far everything is working.
But I want to add the Processing visualization into a network window(e.g. i type "http://123.123.123.123" into my browser and then see the visualization).
Is this possible? If yes, how?
Thank you for reading this :)
Best Regards,
HammerH
1