UDP Channel Layer Examples
The following examples illustrate using UDP with the Channel Layer:
A UDP example that sends messages using a one-way pattern: OneWayUdpClientExampleOneWayUdpServerExample
A UDP example that sends messages using a multicast request response pattern: MulticastUdpClientExampleMulticastUdpServerExample The following is the same example, but using IPv6 addressing: MulticastUdpClientExample6MulticastUdpServerExample6