Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env python
- from socket import *
- HOST =
- PORT =
- BUFSIZ
- ADDR =
- 'localhost'
- 21567
- = 1024
- (HOST, PORT)
- udpCliSock = socket(AF_INET, SOCK_DGRAM)
- while True:
- data = raw_input('> ')
Advertisement
Add Comment
Please, Sign In to add comment