-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels