udpreceive
Description
Receives messages transmitted over a network using the User Datagram Protocol (UDP).
Examples

Arguments
port [int]
Specifies the local port that the udpreceive object will use to listen for incoming messages.
full-packet [symbol]
The udpreceive object and its counterpart the udpsend object provide support for third-party Max objects that work with the Open Sound Control (OSC) protocol developed by the Center for New Music and Audio Technologies (CNMAT) at the University of California, Berkeley. An optional symbol argument (it can be any symbol) specifies that the udpreceive object should pass on UDP buffers as OSC 'FullPacket' messages instead of decoding them and outputting them as Max messages.
Attributes
quiet [int]
When enabled, status notifications to the Max Console are suppressed.
Common Box Attributes
Messages
maxqueuesize
Arguments
port
Arguments
Output
anything
All OSC-compatible UDP messages received at the port number of the host computer (designated by argument or the
message) are sent out the outlet.See Also
Name | Description |
---|---|
Using Max with Hardware | Using Max with Hardware |
Using Max with other applications | Using Max with other applications |
udpsend | |
Max Comm Tutorial 3: UDP Networking | Max Comm Tutorial 3: UDP Networking |