Posts by Yan Broetto • 1 point
1 post
-
0
votes1
answer129
viewsQ: Python UDP Broadcast
In python 3.7, when I send a broadcast (via UDP), you need to specify the port. Is there any way I don’t need to do this? Example: socket.sendto(b, ('<broadcast>', 15000)); #Nesse eu…