Python: Echo UDP Server: 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.

4 May 2014

  • curprev 09:2309:23, 4 May 2014 Onnowpurbo 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...