Python3: Echo TCP: 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.

25 December 2020

  • curprev 22:4322:43, 25 December 2020 Onnowpurbo 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..."