MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-577278.py

File recipe-577278.py

recipes/Python/577278_receive_UDP_broadcasts/recipe-577278.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import select, socket
2
3port = 53005 # where do you expect to get a msg?
4bufferSize = 1024 # whatever you need

Callers

nothing calls this directly

Calls 5

socketMethod · 0.80
bindMethod · 0.45
setblockingMethod · 0.45
selectMethod · 0.45
recvMethod · 0.45

Tested by

no test coverage detected