/
/
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/radio.py
# Receive UDP packets transmitted by a broadcasting service MYPORT = 50000 import sys from socket import * s = socket(AF_INET, SOCK_DGRAM) s.bind(('', MYPORT)) while 1: data, wherefrom = s.recvfrom(1500, 0) sys.stderr.write(repr(wherefrom) + '\n') sys.stdout.write(data)
Ukuran: 287 B