Skip to content

OSC message to reomte system #121

@aradhanacha

Description

@aradhanacha

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions