socket ready: udp server, readme

This commit is contained in:
Mari Wahl 2014-12-16 23:58:01 -05:00
parent 183bf44e32
commit f4d51beb08
4 changed files with 707 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import socket
# Defining constants
HOST = '127.0.0.1'
PORT = 80
PORT = 9000
DATA = 'AAABBBCCC'