connectors/__init__.py
12 months ago Edouard Tisserant Replace PYRO with ERPC. Work In Progress.
15 months ago Edouard Tisserant IDE: connect local runtime with '127.0.0.1' instead of 'localhost'
2022-10-30 GP Orcullo switched to Pyro5 python3
2022-10-28 GP Orcullo fix dynamic module loading python3
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
23 months ago Edouard Tisserant Tests: allow overriding local host's hostname with BEREIS_LOCAL_HOST env variable. wxPython4
2022-06-13 Edouard Tisserant Added preliminary CLI. Supports building a project, transfering and running on PLC. wxPython4
2019-03-13 Andrey Skvortsov Fix various pylint and pep8 errors
2019-03-11 Edouard Tisserant Fixed more pylint reports :
2019-03-11 Edouard Tisserant check_sources.sh makes me become even less productive
2019-01-07 Edouard Tisserant Disable MDNS:// scheme support. Also prevent discovery pannel to produce some. For now it seems that that feature is unused, and could be a security issue.
2018-12-10 Edouard Tisserant Make easier to read console error message in case of connection problem.
2018-12-04 Edouard Tisserant Chunk based transfer for PLC binary and extra files, and some collateral code refactoring.
2018-11-20 Edouard Tisserant IDManager : refactored a bit, moved some code into PSKManagement.py. Now captures URI and PSK on new PYRO(S) and propose them when editing URI. Import/export still to be implemented.
2018-11-19 Edouard Tisserant Renaming servicetype into scheme.
2018-11-08 Edouard Tisserant URI editor : Rewrote most of it, cleaner.
2018-10-15 Edouard Tisserant Replaced PYROSSL with PYROPSK.
2018-06-09 Andrey Skvortsov Fix linter errors
2018-05-10 dporopat #2476 Connectors dialog module added. #2476
2018-05-09 dporopat #2476 Separate connectors dialogs from connectors module. #2476
2018-04-20 dporopat #2476 Added uri location editor, getting connectors from list in Beremiz. #2476
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-08-22 Andrey Skvortsov clean-up: fix PEP8 W503 line break before binary operator
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E124 closing bracket does not match visual indentation
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
2017-08-16 Andrey Skvortsov clean-up: fix PEP8 E305 expected 2 blank lines after class or function definition
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
2017-08-14 Andrey Skvortsov convert some files from CRLF to LF
2017-04-20 Andrey Skvortsov make run Beremiz and PLCOpen Editor, if full path contain non-lating
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2015-04-03 Ronan Bignaux add pyrossl client side
2015-02-08 Edouard Tisserant Runtime : Added PLCobject methods registring. IDE : Added WAMP connector. Still need some fixes
2012-06-08 Edouard Tisserant Now, PYRO:// locations also accept MDNS service names
2012-05-19 Edouard Tisserant targets and connectors are nor extensible
2012-05-07 Edouard Tisserant refactoring
2011-03-31 Edouard Tisserant old typo
2009-09-24 laurent Merging some improvements from BCT
2009-01-16 etisserant Fixed the way LOCAL:// connector detects X11 poisoned plugins to avoid launching tray-icon enabled runtime (-x1)
2009-01-14 etisserant Local Runtime (LOCAL://) now launched "on demand"
2008-08-28 etisserant - Some improovements in debug data feedback data
2008-08-19 etisserant Added concepts :