beremiz
Clone
Summary
Browse
Changes
Graph
WAMP: code rework and other fixes in non-executed error code paths. Should have no side effects.
py2compat
14 months ago, Edouard Tisserant
66e313bd1ed6
WAMP: fix missing deletion URL for certificate
py2compat
14 months ago, Edouard Tisserant
9b52273bed6f
WAMP: enhance user feedback in case of connection problem or malformed URI
py2compat
14 months ago, Edouard Tisserant
3e6ca3f13c30
runtime web settings: fix more python2 to 3 porting problems
15 months ago, Edouard Tisserant
d47ccfb0a107
runtime web settings: fix wrong declaration of ISettings, add missing entries in WAMP config.
15 months ago, Edouard Tisserant
3dbbf5f237fb
Fix LOCAL:// connector broken by last commit.
15 months ago, Edouard Tisserant
9a731b6b356c
Update requirements.txt to apply fixed in Nevow
15 months ago, Edouard Tisserant
df9a2e1453f2
WAMP: fix cert infos display, enhance test quality
15 months ago, Edouard Tisserant
b2fb4580883a
WAMP: Support Client Certificate authentication (WAMPS-CRT://...) for IDE
15 months ago, Edouard Tisserant
347418c7ac3f
WAMP: Add Client Certificate and Anonymous authentications to runtime.
15 months ago, Edouard Tisserant
735253f28b94
SVGHMI: update generated XSLT
15 months ago, Edouard Tisserant
710724c9c6ba
SVGHMI: min and max limit for widgets can be set with assigned variables
15 months ago, Edouard Tisserant
36aab384c387
Rename Wamp test
15 months ago, Edouard Tisserant
b314b2860bfa
merge
15 months ago, Edouard Tisserant
bdc21b1273f9
PLCOpen Editor: fix "Save As" wx.FileDialog (consequence of wxpython4)
15 months ago, Edouard Tisserant
3fb62fecd5c9
IDE: Add IDE identity tab in Identity Manager dialog.
15 months ago, Edouard Tisserant
d3308c58845e
Python runtime: attempt to rationalize main loop logic.
15 months ago, Edouard Tisserant
a1965cb0da9b
Python Runtime: fix StopPLC timeout if twisted and wxpython enabled
15 months ago, Edouard Tisserant
24365756503e
Tests: fix WAMP test, broken by change in runtime output when joining session.
15 months ago, Edouard Tisserant
00ef78dffbf6
WAMP: enhance feedback in case of connection problem
15 months ago, Edouard Tisserant
000a19775462
MQTT: Fix warning when subscribing first topic from python.
16 months ago, Edouard Tisserant
089ecd14deb3
Tests: Update Wamp test to reflect the fact that certificates are now stored on IDE side instead of inside project directory.
15 months ago, Edouard Tisserant
31073b5acb7a
IDE: add certificate manager as a new tab in Identity Manager dialog
15 months ago, Edouard Tisserant
97eac383d9af
Code cleaning and refactoring without side effect.
15 months ago, Edouard Tisserant
f54c32474825
IDE: fix exception when quitting after using WAMP
15 months ago, Edouard Tisserant
387bd44f6dd1
WAMP: enhance feedback for connection problems from IDE or CLI
15 months ago, Edouard Tisserant
fd9bfe601d10
WAMP: IDE generates its own PSK to connect to server.
15 months ago, Edouard Tisserant
6077e101bb68
Tests: drop WAMP dhparam generation, time consuming and useless in test context
15 months ago, Edouard Tisserant
1d7c241a101a
WAMP: drop dead code forgotten in previous commit
15 months ago, Edouard Tisserant
072d6be85a0e
Tests: upgrade WAMP test to TLS.
15 months ago, Edouard Tisserant
a88f30b1261e
WAMP: fix IDE/CLI client TLS support, fix runtime client connection, add minimal certificate manager.
15 months ago, Edouard Tisserant
3eb461b9ee51
Fix: leftover debug code after partial commit
15 months ago, Edouard Tisserant
15770ee8c716
merge
15 months ago, Edouard Tisserant
7da45bd15fc8
merge
16 months ago, Edouard Tisserant
2fb97bc2158a
Merge remote-tracking branch 'hggit/python3' into python3
16 months ago, Edouard Tisserant
63c002e87c57
SVGHMI: update generated xslt
17 months ago, Edouard Tisserant
32e0ffdf2f44
merged
16 months ago, Edouard Tisserant
59f90953b117
MQTT: fix typo in resub python callback.
17 months ago, Edouard Tisserant
c6c80c088497
MQTT: fix non reconnecting python topics. WIP
17 months ago, Edouard Tisserant
97e93962be0c
Let extensions know when configuration is new, to apply defaults.
17 months ago, Edouard Tisserant
8c12c0df026a
MQTT: fix build error when publishing json topic.
17 months ago, Edouard Tisserant
08ab4ad50346
IDE: Better xmlclass behavior with simple XML element having no attibutes (simple TAGs).
17 months ago, Edouard Tisserant
d459b9179ec3
Tests: Add WAMP automated test
15 months ago, Edouard Tisserant
80c52609d1ad
Update requirements.txt and add specific requirements for tests.
15 months ago, Edouard Tisserant
5f9e61421174
IDE: enforce CRA to WAMP connector, using known PSK as credentials. TLS support is WIP.
15 months ago, Edouard Tisserant
6220f357a726
IDE: Enhancements in PSK management.
15 months ago, Edouard Tisserant
7a44882ea126
python runtime: more Wamp client fixes
15 months ago, Edouard Tisserant
e2a9eaf4889a
python runtime: fix behaviour of -c when given file do not exist yet
15 months ago, Edouard Tisserant
ef48f96ccf06
IDE/CLI: cleaner implementation of actions To Do Before Quit
15 months ago, Edouard Tisserant
6b4e1452fa16
test: upgrade wamp test.
15 months ago, Edouard Tisserant
766f3e0e7277
fix random python 3 porting consequences.
15 months ago, Edouard Tisserant
f9f116d8a022
python runtime: use given service name (-n CLI option) as CRA ID by default.
15 months ago, Edouard Tisserant
49e297aaf694
python runtime: Wamp CRA authentication is now mandatory, no connection if secret is missing.
15 months ago, Edouard Tisserant
78e331383533
python runtime: Wamp client now parses PSK file to extract secret from it instead of using the whole file as a secret.
15 months ago, Edouard Tisserant
a734a4d3ef23
python runtime: fix behaviour of -s CLI option when given file doesn't exist.
15 months ago, Edouard Tisserant
8a9986e26dfc
WAMP: enable TLS support. Add web settings for hostname verification and server certificate.
16 months ago, Edouard Tisserant
fe41562050ed
Python runtime: change meaning of -s and -c options in CLI
16 months ago, Edouard Tisserant
ef2620af8ad0
Fix debugger exception caused by py2/py3 merging error.
16 months ago, Edouard Tisserant
2e42d9b676ed
PY_EXT: fix exception with CSV loading.
16 months ago, Edouard Tisserant
2d6446418d0d
Fix csv_by_string example
16 months ago, Edouard Tisserant
0e0776f5459f