##// END OF EJS Templates
Client changes to return answer to the web page.
Client changes to return answer to the web page.

File last commit:

r24:25
r166:167
Show More
testUDPServer.py
3 lines | 57 B | text/x-python | PythonLexer
from udp import *
serverObj = Server()
serverObj.start()