/
/
lib64
/
python2.7
/
Demo
/
sockets
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/lib64/python2.7/Demo/sockets
Edit:
/lib64/python2.7/Demo/sockets/unicast.py
# Send UDP broadcast packets MYPORT = 50000 import sys, time from socket import * s = socket(AF_INET, SOCK_DGRAM) s.bind(('', 0)) while 1: data = repr(time.time()) + '\n' s.sendto(data, ('', MYPORT)) time.sleep(2)
Ukuran: 230 B