beremiz
Clone
Summary
Browse
Changes
Graph
Python shell and wx inspector now both available even when PLC not started
2013-03-06, Edouard Tisserant
046aeae0d71c
Python shell and wx inspector now both available even when PLC not started
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