Skip to content
Advertisement

Tag: udpclient

Receive foreign UDP Broadcast with Python

I have a device in the network at 192.168.123.204 which broadcasts UDP datagrams(Artnet) as 2.168.123.204 to 2.255.255.255:6454. (The network address is 192.168.123.204 but the datagram is sent with 2.168.123.204 as source.) The address 2.255.255.255 can’t be changed (no setting for that). My Python script runs on the device 192.168.123.148. I can receive the datagrams there with wireshark: but a Python

Advertisement