beremiz
Clone
Summary
Browse
Changes
Graph
Use static library for Modbus
2018-08-20, Andrey Skvortsov
d1359cbfa28a
Use static library for Modbus
It makes easier deployment of projects with Modbus (similar to BACnet implementation)
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