connectors/ConnectorBase.py
Wed, 17 Jan 2024 22:09:32 +0100 Edouard Tisserant Replace PYRO with ERPC. Work In Progress.
Thu, 07 Dec 2023 22:41:32 +0100 Edouard Tisserant Merge
Wed, 29 Nov 2023 11:54:56 +0100 Edouard Tisserant Runtime: add GetVersions() call to PLCObject, use it in web settings and expose it in WAMP and Pyro.
Sat, 20 May 2023 00:33:22 +0200 Edouard Tisserant Use msgpack and remove serpent's bytes workaround
Tue, 01 Nov 2022 14:21:16 +0800 GP Orcullo str encoding fixes python3
Fri, 28 Oct 2022 12:39:15 +0800 GP Orcullo automated conversion using 2to3-3.9 tool python3
Wed, 10 Jul 2019 11:21:13 +0200 Edouard Tisserant Better error handling when blob transfer fail
Wed, 13 Mar 2019 14:27:24 +0300 Andrey Skvortsov Fix crash in runtime if PSK secret is missing
Wed, 13 Mar 2019 14:11:13 +0300 Andrey Skvortsov Replace md5 module with hashlib
Mon, 11 Mar 2019 01:03:32 +0100 Edouard Tisserant check_sources.sh makes me become even less productive
Wed, 13 Feb 2019 09:41:35 +0100 Edouard Tisserant Reworked chunk based transfer to support duplicated files (i.e. files with same content, but different names)
Wed, 05 Dec 2018 13:03:09 +0100 Edouard Tisserant Bigger chunks, from 16k to 1M
Tue, 04 Dec 2018 11:31:58 +0100 Edouard Tisserant Chunk based transfer for PLC binary and extra files, and some collateral code refactoring.