We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Only been using Processing fairly recently but I want to use it for a project where it will collate and send out various udp messages
Essentially it needs to be able to send out to one udp message but receive data in from 3 different machines which have each there own ip and port numbers. Looking through the examples I can see how I would write code to send out udp frames to multiple nodes but I have not seen how you receive multiple data frames.
Basically I can't see how to use "void receive" to receive the different data packets and then assign them so that I do the correct process on them
Thanks
Paul