ETCLabs / OSCWidgets

UNOFFICIAL - OSC widgets for your Mac or Windows Desktop
MIT License
67 stars 12 forks source link

cant connect #15

Closed SyureD closed 6 years ago

SyureD commented 6 years ago

im attempting to get the widgets to work with nomad software for testing purposes and no matter what i do i cant get it to send any commands. It wont connect through tcp only seems to work with udp but still nothing. am i missing something?

richardwilliamson commented 6 years ago

Are you on windows or mac? Are you entering the port (3032) in osc widgets? Make sure the tx and rx port in nomad are NOT set to 3032. Also check that the version of OSC in nomad setup is 1.0 (I can’t remember if you can change it in oscwidgets)

Sent from my iPhone

On 5 Apr 2018, at 02:49, SyureD notifications@github.com wrote:

im attempting to get the widgets to work with nomad software for testing purposes and no matter what i do i cant get it to send any commands. It wont connect through tcp only seems to work with udp but still nothing. am i missing something?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

SyureD commented 6 years ago

Sorry i was typing in a hurry. Im runnin it on windows. I did manage to get it working. Only on UDP on ports 8000 and 8001. When i went the other way an set to 3032 it would connect but there would be no control. OsC in nomad was set to 1.0 and yes you can change it in the widgets well as of 0.6 which is what im running cant speak for previous.

richardwilliamson commented 6 years ago

Do you see anything in diagnostics on eos when you try and send commands? (tab 99)

-- Richard Williamson www.richard-williamson.com richard@richard-williamson.com +44 7957 457 362

On 5 Apr 2018, at 12:12, SyureD notifications@github.com wrote:

Sorry i was typing in a hurry. Im runnin it on windows. I did manage to get it working. Only on UDP on ports 8000 and 8001. When i went the other way an set to 3032 it would connect but there would be no control. OsC in nomad was set to 1.0 and yes you can change it in the widgets well as of 0.6 which is what im running cant speak for previous.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ETCLabs/OSCWidgets/issues/15#issuecomment-378901131, or mute the thread https://github.com/notifications/unsubscribe-auth/AD2YiqNzQaLrrrx1aO2jo5tFZ7OInUHRks5tlfwbgaJpZM4THvmD.

SyureD commented 6 years ago

I managed to get it working. I was attempting to get it working on the same machine with the widgets running on one screen and the eos running on another.

It was just for testing purposes but when I separated to two different machines it started working perfectly.

Sorry for the delayed response. Been crazy busy at work. But thanks for the help!

hinrichsenhans commented 6 years ago

I'm able to get Eos and OSCWidgets talking on the same computer using TCP 1.0, port 3032, and the localhost IP address (127.0.0.1). I'll go ahead and close the issue, but do feel free to reopen or post back if you still are having trouble getting this to work on the same machine.