connectors/ConnectorBase.py
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.