[maxmsp] [mxj net.udp.send] to accept raw data (Art-Net development)
Eric Singer
list at ericsinger.com
Thu Nov 1 19:59:35 MDT 2007
- Previous message: [maxmsp] Re: Re: iPhone OSC app...
- Next message: [maxmsp] [mxj net.udp.send] to accept raw data (Art-Net development)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm having a big problem with this now. I need to send binary data to a non-Max receiver. I recoded net.udp.send simply to accept ints, put them in a DatagramPacket and send them on a DatagramSocket. Unfortunately, there appears to be a Java bug that causes it to drop packets every so often. I've only tested on my PB G4 Aluminum, in 10.3.9, but plan to test on another machine to see if I get different results. Any other insight would be greatly appreciated. Eric At 12:48 AM +0100 10/29/07, Philippe Montemont wrote: >Hello List, > >Is there a way that [mxj net.udp.send] and [mxj net.udp.recv] send >or receive data as raw-bytes (binary 0-255), as aka.datagram does? >My problem is that I need to send/receive a list of 530 items and >aka.datagram does not support this list size... >Any ideas? >Thanks very much for help. >Philippe_______________________________________________ >maxmsp mailing list >maxmsp at cycling74.com >http://www.cycling74.com/mailman/listinfo/maxmsp
- Previous message: [maxmsp] Re: Re: iPhone OSC app...
- Next message: [maxmsp] [mxj net.udp.send] to accept raw data (Art-Net development)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
