beremiz
Clone
Summary
Browse
Changes
Graph
Introduce Beremiz Native POU library. Now LOGGER POU is part of Beremiz' native POU library
2013-02-26, Edouard Tisserant
52a17be9c4d1
Introduce Beremiz Native POU library. Now LOGGER POU is part of Beremiz' native POU library
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param