hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages
http://www.illposed.com/software/javaosc.html
BSD 3-Clause "New" or "Revised" License
156 stars 43 forks source link

Send and Receive on the same Port? #17

Closed 7890 closed 9 years ago

7890 commented 9 years ago

Having OSCPortIn to receive and OSCPortOut to send messages, is there a way both share the same Port?

7890 commented 9 years ago

Found it: using the same DatagramSocket object when creating the ports works