##// END OF EJS Templates
Cambios en la aplicación Control_Module para generar respuesta hacia el Central_Control_Module
Cambios en la aplicación Control_Module para generar respuesta hacia el Central_Control_Module

File last commit:

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