UDP
NAME
Net::OSC::Server::UDP - A convenient platform for OSC communication over UDP.
Does Net::OSC::Server - look there for additional methods.
METHODS
method new(
Bool :$!is64bit = True,
Str :listening-address,
Int :listening-port,
Str :send-to-address,
Int :send-to-port,
)
Set :is64bit to false to force messages to be packed to 32bit types this option may be required to talk to some versions of Max and other old OSC implementations. The send-to-* parameters are not required but allow for convenient semantics if you are only communicating with a single host.