Skip to content

Commit 751bba7

Browse files
author
Moon
committed
ipcahange
1 parent b0a2470 commit 751bba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oscClient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from pythonosc import udp_client
22

3-
out_ip, out_port = "127.0.0.1",9998
3+
out_ip, out_port = "192.168.43.247",9998
44
client = udp_client.SimpleUDPClient(out_ip,out_port)
55

66
def send_osc(pattern,value):

0 commit comments

Comments
 (0)