Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSC message to reomte system #121

Open
aradhanacha opened this issue Jul 7, 2020 · 1 comment
Open

OSC message to reomte system #121

aradhanacha opened this issue Jul 7, 2020 · 1 comment

Comments

@aradhanacha
Copy link

Hi,
I want to send OSC message to remote system.
It seems I need to specify IP address of remote system but that is not working.

def __init__(self, window) -> None:
    self.ui = ui.UserInterface(self.on_auto_prog_button_clicked)
    self.ui.setup_ui(window)
    self.osc_client = osc.OscClient("localhost", 7701)
    self.auto_prog = False

I am assuming Instead of local host I need to specify remote IP address and port.But remote system is not receiving anything.Can you let me know how to do this?

@somecho
Copy link

somecho commented Aug 25, 2020

I had the same issue with Python osc 1.7.4. I was able to receive OSC messages but unable to send it. I downgrade to 1.7.2 and sending worked. Might be related to issue #109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants