algorithmic modeling for Rhino
You are doing this on your own machine or from one machine to another? Which program are you communicating to/from? How many points to you need to send/receive?
From Grasshopper to Processing. The error shows up on the <UPD> Owl component and basically says that some limit has been reached somewhere. I've also reached the limit in processing, so I used a text file. Ideally I'd like to be able to up to 20,000 points or so. More than now. I guess I could split it in into multiple ports? Is there a way to increase a port?
The receive function doesn't activate at all on the processing side when this limit is reached.
Thanks
// UPD Input
void receive( byte[] data, String ip, int port ) {
println("Receiving!");
data = subset(data, 0, data.length);
inputMessage = new String( data );
parseUPDMesh();}
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by