Revision history of "Python: Echo UDP Server"

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 16:23, 4 May 2014Onnowpurbo talk contribs 4,081 bytes +4,081 New page: Script untuk Server #!/usr/bin/env python """ A simple echo server that uses UDP """ import optparse import select import socket import sys # setup variables host = "" b...