I am having trouble figuring out the best way to get data from the WiShield into Processing. I do not want to send an http request. I just want to send a maximum of 5 bytes to processing. I tried the socket app but I am completely confused with that. Please help!
On the processing side, I can act as a server and listen to a port, or as a client and connect to the Arduino to receive the data.