» UDP (Network Server)
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

UDP (Network Server)

Help Is waiting for UDP packets
Author vvvv group

Here you are supposed to see an image (rendered with SVG) describing the pins of this node. However, this does not work with Internet Explorer. You may want to consider using another browser, like FireFox, Chrome, Safari or Opera that do support SVG.

Credits
Warnings
Bugs

related discussions

start a forum thread about this node

about UDP (Network Server)

Discard mode discards older packets and keeps the newest packet only.

FAQ

When server socket is set to enqueue theres a delay of about half a second before data sent on the other computer arrives in vvvv. In concatenate mode there is no delay, but the string length changes in a strange way.

Your sending computer sends data packets faster as the receiving computer can process them.
In enqueue mode the receiver will read exactly one message each frame. all other messages are queued up, and are delivered later. No message ever gets discarded.
Try reducing the amount of messages sent or increase the framerate of the receiver. The socket components are quite fast, so the delay you´re experiencing is most likely a matter of the receiving queue filling up.
In concatenate mode all messages received during one frame are appended to one long string. The length depends on the number of messages received. You can then use the tokenizer, split or regexpr node to split this long string into a spread of the individual messages and process them all during one frame. With this method you have the flexibility of using whatever behaviour you like (sorting them into different channels, averaging them, taking the maximum, ignoring them etc.)

anonymous user login

Shoutbox

~9d ago

joreg: Postponed: Next vvvv beginner course starting April 29: https://thenodeinstitute.org/courses/vvvv-beginner-class-summer-2024/

~1mth ago

~1mth ago

joreg: The Winter Season of vvvv workshops is now over but all recordings are still available for purchase: https://thenodeinstitute.org/ws23-vvvv-intermediates/

~2mth ago

schlonzo: Love the new drag and drop functionality for links in latest previews!

~2mth ago

joreg: Workshop on 29 02: Create Sequencers and Precise Clock Based Tools. Signup here: https://thenodeinstitute.org/courses/ws23-vvvv-08-create-sequencers-and-precise-clock-based-tools-in-vvvv-gamma/