-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello,
Our workflow requires communicating the data from the HARP Wear wireless sensor base station to MATLAB over UDP, encoded as an OSC packet. My understanding is that the Bonsai OSC library is deprecated, but we are able to send data successfully over UDP (confirmed via receipt in Matlab). Our issue is that the OSC packets are malformed, and aren't able to be correctly parsed by our Matlab script. I can confirm that the packet is being sent via Wireshark, and received in Matlab, but both Matlab and Wireshark do not recognize it as an OSC packet (they correctly recognize packets being sent the other way (matlab -> bonsai) as OSC packets).
My question is, how can I process the MessageBytes selected output of the Wear Device into an OSC message that we can then send over UDP? My thinking is to use a PythonTransform node, but I'm not sure exactly what kind of data type is outputted from the Device node and how to format it. Any tips are appreciated.
Apologies if I'm unclear at all, let me know if I need to clarify something regarding our setup.