beremiz
Clone
Summary
Browse
Changes
Graph
Log redirected to console, dump of all available log to console when connecting to PLC
2013-01-29, Edouard Tisserant
ffa24427396a
Log redirected to console, dump of all available log to console when connecting to PLC
from pyjs.jsonrpc import JSONRPCServiceBase
class JSONRPCService(JSONRPCServiceBase):
def serve(self):
return self.process(request.body.read())
def __call__(self,func):
self.methods[func.__name__]=func
return func