##// END OF EJS Templates
Modificaciones a scripts python de cliente y servidor UDP
Modificaciones a scripts python de cliente y servidor UDP

File last commit:

r24:25
r27:28
Show More
testUDPClient.py
3 lines | 57 B | text/x-python | PythonLexer
murco
Se aƱadio los ejemplos del udp en multicast
r24 from udp import *
clientObj = Client()
clientObj.start()