Open
Description
Hi,
For my application I need to be able to receive messages from all IP addresses which works fine by just using the OSCPortIn(port) constructor.
But I also need to send a reply to most received messages (on 1 port higher than I'm listening to). I want to do this by just sending an OSC message to that IP address but for that I need to know the IP Address from the sender (which can be anyone on the router). So I want to get the address when I receive a message but I don't know how to, or is there a better solution to this?