it works
This commit is contained in:
parent
ac2e450e38
commit
7da7554493
4 changed files with 30 additions and 6 deletions
|
|
@ -53,8 +53,8 @@ pub fn init(
|
|||
/* ...........................................................
|
||||
Open OSC Ports
|
||||
............................................................*/
|
||||
let sock = UdpSocket::bind("127.0.0.1:57122").unwrap();
|
||||
let to_addr = String::from("127.0.0.1:57120");
|
||||
let sock = UdpSocket::bind("169.254.248.82:57122").unwrap();
|
||||
let to_addr = String::from("169.254.180.239:57120");
|
||||
sock.set_nonblocking(true).unwrap();
|
||||
sock.connect(to_addr).expect("could not connect to OSC address");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue