runtime/eRPCServer.py
4 months ago Edouard Tisserant Merge remote-tracking branch 'hggit/python3' into python3
4 months ago Edouard Tisserant python runtime: update ServicePublisher to current Zeroconf API
4 months ago Edouard Tisserant eRPC: Server closes connection on exception to prevent client to block until timeout when it happens.
4 months ago Edouard Tisserant Add ExtendedCall to PLCObject as a replacement of RemoteExec and reflect it in eRPC interface.
12 months ago Edouard Tisserant eRPC Server: fix exception at disconnect and reconnecting
13 months ago Edouard Tisserant Remove forgotten debug prints
14 months ago Edouard Tisserant Fix variable forcing. Now works with eRPC. PLCObject API changed.
14 months ago Edouard Tisserant Fix variable tracing in new eRPC interface.
14 months ago Edouard Tisserant Replace PYRO with ERPC. Work In Progress.