Sending raw bytes from max, without formatting or headers
Hi,
I have a basic python program running from terminal that is listening for a list of ~2000 values. It needs to receive only these bytes and nothing else. Is there a basic way to send these bytes without all of the OSC related formatting/headers? If not, is there a clear workaround that anyone is using?
I tried manipulating the "full packet" options and max crashed. I tried using jit.udp.send but that didn't work. I'm about the mess around with net.udp.send, and I'm hopeful that my experience with java via processing might lead me somewhere. However, since I am ultimately concerned with the best performance possible (frame rate, stability, etc,) some experienced help would be much-appreciated.
Thanks!
found my solution, via [sadam.udpSender]
here's an example of it working, if someone has a similar situation: