android與python服務器socket通訊

pythonserver.py #建立TCP服務器 from socket import * #返回時間的 from time import ctime #定義域名和端口號 HOST,PORT='',8088 #建立緩衝區的大小(1M) BUFFER_SIZE=1024 ADDR=("localhost",PORT) #建立服務器的套接字 第一個參數表明IP 第二個基於TCP的數據流 表明TCP/
相關文章
相關標籤/搜索