Python: Kirim via TCP dan di parsing: Revision history

From OnnoCenterWiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 November 2015

  • curprev 04:0404:04, 30 November 2015 Onnowpurbo talk contribs 1,564 bytes +1,564 New page: ==client.py== import sys import time import socket import random # Create a TCP/IP socket sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) # Connect the socket to the p...