Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

Receiving multiple udp messages

$
0
0

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


Viewing all articles
Browse latest Browse all 2896

Trending Articles