beremiz
Clone
Summary
Browse
Changes
Graph
MQTT: added growing reconnect delay when connecting to broker fails.
py2compat
8 months ago, Tomaz Orac
db17947a30fb
MQTT: more py2/py3 fixes. Now loads and builds.
11 months ago, Edouard Tisserant
bc39a871d356
ToolChain: add IEC library include paths to CFLAGS when building C code from extensions.
11 months ago, Edouard Tisserant
2f8fd3d28168
MQTT: fixes to allow add/open MQTT extension in python3 IDE
11 months ago, Edouard Tisserant
c54b0631cb8a
IDE: initialize CTN's ChangesToSave, otherwise leading to exceptions in some cases
11 months ago, Edouard Tisserant
512b3bd3696a
Toolchain: fix accidentally hard-coded GCC path.
11 months ago, Edouard Tisserant
80663b26ddce
IDE: ensure that available targets are-recomputed when creating a new project.
11 months ago, Edouard Tisserant
e408cdca4702
SVGHMI: enhance user feedback in case of missing SVGHMI library
11 months ago, Edouard Tisserant
1377d67e6374
SVGHMI: fix websocket command unpacking for target that doesn't support missaligned int32 dereferencing
12 months ago, Edouard Tisserant
3394457c88ef
WAMP: better behaviour and user feedback in case of connection lost and re-connection.
12 months ago, Edouard Tisserant
62c1473c3249
SVGHMI: add undo button to widget library path selection (reverts to default library).
12 months ago, Edouard Tisserant
0d44502026d2
Runtime web settings: remove useless back link.
13 months ago, Edouard Tisserant
7690ec04943a
MQTT: use PLC_ID as Client_ID when not given in configuration
14 months ago, Edouard Tisserant
fdf1b7c3740e
MQTT: Add SanitizeTopic to allow customization of mqtt topic according to configuration
14 months ago, Edouard Tisserant
bcfc55f4847a
Fixup for Python 3.10 +. (#63)
12 months ago, Ivan Tyagov
3d7c55e8f7db
SVGHMI: fix websocket command unpacking for target that doesn't support missaligned int32 dereferencing
py2compat
12 months ago, Edouard Tisserant
c2c4c7db3036
WAMP: better behaviour and user feedback in case of connection lost and re-connection.
py2compat
12 months ago, Edouard Tisserant
213ebdbded0c
SVGHMI: add undo button to widget library path selection (reverts to default library).
py2compat
12 months ago, Edouard Tisserant
49c1f4af5c29
backport fix about inkscape --version behaviour from python3 branch
py2compat
12 months ago, Edouard Tisserant
6e3aa01ec56d
Runtime web settings: remove useless back link.
py2compat
13 months ago, Edouard Tisserant
baafa74a2ec5
Altered DropDown widget (#60)
py2compat
13 months ago, Dino Kosic
364f6f8139d5
Altered DropDown widget (#60)
13 months ago, Dino Kosic
dde2bbf2c43a
MQTT: use PLC_ID as Client_ID when not given in configuration
py2compat
14 months ago, Edouard Tisserant
94cd85b57ae6
MQTT: Add SanitizeTopic to allow customization of mqtt topic according to configuration
py2compat
14 months ago, Edouard Tisserant
5bdb618de504
WAMP: fix reload when updating configuration through web setting page.
14 months ago, Edouard Tisserant
813dd19c04e1
WAMP: code rework and other fixes in non-executed error code paths. Should have no side effects.
14 months ago, Edouard Tisserant
c84e1b8096c7
WAMP: fix missing deletion URL for certificate
14 months ago, Edouard Tisserant
682200890e47
WAMP: enhance user feedback in case of connection problem or malformed URI
14 months ago, Edouard Tisserant
74875e140360
update .hgignore
14 months ago, Edouard Tisserant
346b0a7eb8f7
WAMP: enhance user feedback for IDE connection/certificate problems
14 months ago, Edouard Tisserant
a6c6d5c30788
WAMP: fix reload when updating configuration through web setting page.
py2compat
14 months ago, Edouard Tisserant
38a4b516927e
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