Shammer's Philosophy

My private adversaria

2015-08-12から1日間の記事一覧

UDP Echo Server with python version 20150802

This is a upgraded python echo server of UDP Server by Python - Shammerism. Upgraded point is server side message to include client socket information. #!/usr/bin/env python import socket from contextlib import closing from time import cti…