Revision history of "Python3: Echo TCP"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes 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.

  • curprev 05:43, 26 December 2020Onnowpurbo talk contribs 798 bytes +798 Created page with "==Client== #!/usr/bin/env python import socket TCP_IP = '192.168.0.162' TCP_PORT = 5005 BUFFER_SIZE = 1024 MESSAGE = b"Apa Kabar?" s = socket.socket(socket.AF..."