I’m using ofxAsio to send a UDP broadcast.
I would like to have several applications running on the same machine all of them listening to the same UDP socket.
I know it has to be easy to get the UDP stream on several machines on the same network although I haven’t tried my code yet. But what I want to know is: will I be able to receive the same UDP broadcast in several instances (applications) running on the same machine?