UDP Parsing text in Arduino (with Ethernet shield) from Processing

Thanks for the suggestion, I am checking the atoi() function, it makes lot of sense.
the reason I am trying to use the array with the char is because I was able to make it to work through serial communication and I thought that doing it through Ethernet would have been just as easy.
But it isn't apparently :slight_smile:
I will dig into the atoi() function and will send an update as soon as I will have some success...
hopefully!