connectors/ConnectorBase.py
11 months ago Edouard Tisserant Replace PYRO with ERPC. Work In Progress.
13 months ago Edouard Tisserant Merge
13 months ago Edouard Tisserant Runtime: add GetVersions() call to PLCObject, use it in web settings and expose it in WAMP and Pyro.
20 months ago Edouard Tisserant Use msgpack and remove serpent's bytes workaround
2022-11-01 GP Orcullo str encoding fixes python3
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
2019-07-10 Edouard Tisserant Better error handling when blob transfer fail
2019-03-13 Andrey Skvortsov Fix crash in runtime if PSK secret is missing
2019-03-13 Andrey Skvortsov Replace md5 module with hashlib
2019-03-11 Edouard Tisserant check_sources.sh makes me become even less productive
2019-02-13 Edouard Tisserant Reworked chunk based transfer to support duplicated files (i.e. files with same content, but different names)
2018-12-05 Edouard Tisserant Bigger chunks, from 16k to 1M
2018-12-04 Edouard Tisserant Chunk based transfer for PLC binary and extra files, and some collateral code refactoring.