##// END OF EJS Templates
Pruebas del servidor con el cliente para transferencia de archivos
Pruebas del servidor con el cliente para transferencia de archivos

File last commit:

r24:25
r66:67
Show More
testUDPClient.py
3 lines | 57 B | text/x-python | PythonLexer
from udp import *
clientObj = Client()
clientObj.start()