beremiz
Clone
Summary
Browse
Changes
Graph
Tests: matiec version bump for GH workflow
18 months ago, Edouard Tisserant
c325749651d1
Merge remote-tracking branch 'hggit/python3' into python3
18 months ago, Edouard Tisserant
079099299603
IDE: fix exception when moving FBD elements with keyboard.
18 months ago, Edouard Tisserant
eab8030a510b
Tests: matiec version bum for GH workflow
18 months ago, Edouard Tisserant
4fc7a6c05dab
close branch
python3
20 months ago, Edouard Tisserant
2ec97d756d3c
Runtime web settings: allow customization of version string by extensions
modbus_hotfix
2023-11-09, Edouard Tisserant
8c7295ae9fd0
Disable generation of web settings for Modbus
modbus_hotfix
2023-10-09, Edouard Tisserant
f5ede9b04d54
WAMP: python2 backport fixes
py2compat
14 months ago, Edouard Tisserant
7c2ef36d3606
WAMP: make latest changes compatible with python2/wxpython3
py2compat
14 months ago, Edouard Tisserant
48cb67922dd2
WAMP: enhance user feedback for IDE connection/certificate problems
py2compat
14 months ago, Edouard Tisserant
e33d5c790b3e
IDE: Add IDE identity tab in Identity Manager dialog.
py2compat
15 months ago, Edouard Tisserant
0e47ada93f81
runtime web settings: fix wrong declaration of ISettings, add missing entries in WAMP config.
py2compat
15 months ago, Edouard Tisserant
d1a283770b08
Fix LOCAL:// connector broken by last commit.
py2compat
15 months ago, Edouard Tisserant
4f070977607e
WAMP: fix cert infos display, enhance test quality
py2compat
15 months ago, Edouard Tisserant
b41b0b7c27d9
WAMP: Support Client Certificate authentication (WAMPS-CRT://...) for IDE
py2compat
15 months ago, Edouard Tisserant
7652995cf280
WAMP: Add Client Certificate and Anonymous authentications to runtime.
py2compat
15 months ago, Edouard Tisserant
dcacbdfb614b
SVGHMI: update generated XSLT
py2compat
15 months ago, Edouard Tisserant
b4ca27481230
SVGHMI: min and max limit for widgets can be set with assigned variables
py2compat
15 months ago, Edouard Tisserant
0413874f2462
WAMP: more fixes related to backport from python2 to python3
py2compat
15 months ago, Edouard Tisserant
4876b441a291
WAMP: enhance feedback in case of connection problem
py2compat
15 months ago, Edouard Tisserant
0a845372bc88
IDE: add certificate manager as a new tab in Identity Manager dialog
py2compat
15 months ago, Edouard Tisserant
5f6757e608d2
Code cleaning and refactoring without side effect.
py2compat
15 months ago, Edouard Tisserant
0fc58edc38c8
WAMP: enhance feedback for connection problems from IDE or CLI
py2compat
15 months ago, Edouard Tisserant
2e01ad1cd325
WAMP: IDE generates its own PSK to connect to server.
py2compat
15 months ago, Edouard Tisserant
e458d4208bf7
WAMP: drop dead code forgotten in previous commit
py2compat
15 months ago, Edouard Tisserant
67eead640d01
WAMP: fix IDE/CLI client TLS support, fix runtime client connection, add minimal certificate manager.
py2compat
15 months ago, Edouard Tisserant
ddf96fd51714
Fix: leftover debug code after partial commit
py2compat
15 months ago, Edouard Tisserant
e1562517ccbc
IDE: enforce CRA to WAMP connector, using known PSK as credentials. TLS support is WIP.
py2compat
15 months ago, Edouard Tisserant
9c11a55ab550
IDE: Enhancements in PSK management.
py2compat
15 months ago, Edouard Tisserant
e98a14ff2cc4
python runtime: more Wamp client fixes
py2compat
15 months ago, Edouard Tisserant
6f6e60862296
python runtime: fix behaviour of -c when given file do not exist yet
py2compat
15 months ago, Edouard Tisserant
c1b4f72b2f01
python runtime: use given service name (-n CLI option) as CRA ID by default.
py2compat
15 months ago, Edouard Tisserant
5bc50ff989be
python runtime: Wamp CRA authentication is now mandatory, no connection if secret is missing.
py2compat
15 months ago, Edouard Tisserant
7bcc4186e3a7
python runtime: Wamp client now parses PSK file to extract secret from it instead of using the whole file as a secret.
py2compat
15 months ago, Edouard Tisserant
3463e068d069
python runtime: fix behaviour of -s CLI option when given file doesn't exist.
py2compat
15 months ago, Edouard Tisserant
a0117428183a
Merge
py2compat
15 months ago, Tomaz Orac
06cd935c5b65
Merge.
py2compat
16 months ago, Tomaz Orac
017cdfaf9959
MQTT: Fix warning when subscribing first topic from python.
py2compat
16 months ago, Edouard Tisserant
44890ce0ac93
Python runtime: drop Nevow/Athena based web interface landing page
py2compat
16 months ago, Edouard Tisserant
f6a4c9059ca8
WAMP: enable TLS support. Add web settings for hostname verification and server certificate.
py2compat
16 months ago, Edouard Tisserant
4ec9bb061271
Python runtime: change meaning of -s and -c options in CLI
py2compat
16 months ago, Edouard Tisserant
22d5df877860
MQTT: fix mostly harmless error producing wrong log message when connecting with x509.
py2compat
16 months ago, Edouard Tisserant
fccae1aec069
Fix debugger exception caused by py2/py3 merging error.
py2compat
16 months ago, Edouard Tisserant
aaa12d90b1bf
PY_EXT: fix exception with CSV loading.
py2compat
16 months ago, Edouard Tisserant
aa516096d22f
PY_EXT: fix wrong column header produced by csv_write_by_string.
py2compat
16 months ago, Edouard Tisserant
9e7283b30376
Py_Ext: fix python3 encoding not needed in python2
py2compat
16 months ago, Edouard Tisserant
bf3558468e3a
Py_ext: add CSV write by String FB + refactoring
py2compat
16 months ago, Edouard Tisserant
a1c1ac9623fd
Python runtime: call "OnIdle" tasks when py_eval FBs execution queue is empty.
py2compat
16 months ago, Edouard Tisserant
1a5f459d5aa5
MQTT: fix typo in resub python callback.
py2compat
17 months ago, Edouard Tisserant
9606835cd8f3
MQTT: fix non reconnecting python topics. WIP
py2compat
17 months ago, Edouard Tisserant
5812a0cfdde6
SVGHMI: back button widget is optionally activable.
py2compat
17 months ago, Edouard Tisserant
101b79fc46e8
Let extensions know when configuration is new, to apply defaults.
py2compat
17 months ago, Edouard Tisserant
1772f66ebefa
MQTT: fix build error when publishing json topic.
py2compat
17 months ago, Edouard Tisserant
1e8869ed2d4c
Fix xmlclass not behaving with simple XML element having to attibutes.
py2compat
17 months ago, Edouard Tisserant
6dcf54a4f5f0
SVGHMI: Make Back widget activable. (#52)
py2compat
18 months ago, Dino Kosic
9ade1b678069
SVGHMI: update generated xslt files
py2compat
17 months ago, Edouard Tisserant
2a5647b82666
SVGHMI: strip useless placeholder bitmap of HMI:Image in resulting xhtml
py2compat
17 months ago, Edouard Tisserant
cd5fbf238096
SVGHMI: fix build exception when static file directory is missing
py2compat
17 months ago, Edouard Tisserant
5a17b0e7a360
python runtime: fix exception when transfering files with identical content.
py2compat
17 months ago, Edouard Tisserant
b7f5b640f805
SVGHMI: add static file serving feature.
py2compat
17 months ago, Edouard Tisserant
18071ab59cb3