beremiz
Clone
Summary
Browse
Changes
Graph
python runtime: update ServicePublisher to current Zeroconf API
19 months ago, Edouard Tisserant
4127c64df073
eRPC: Backward compatibility with runtime versions missing GetVersions extended call.
19 months ago, Edouard Tisserant
102555078a0c
eRPC: Version bump
19 months ago, Edouard Tisserant
c317fc64035e
python_runtime: fix ExtendedCall register/unregistering.
19 months ago, Edouard Tisserant
6359536d60a9
eRPC: Server closes connection on exception to prevent client to block until timeout when it happens.
19 months ago, Edouard Tisserant
208a808d1081
Add ExtendedCall to PLCObject as a replacement of RemoteExec and reflect it in eRPC interface.
19 months ago, Edouard Tisserant
1ffff67678ad
Removed dependency in requirements.txt.
20 months ago, Edouard Tisserant
a89ed401fbc6
TESTS: Update Matiec revision in GH workflow
20 months ago, Edouard Tisserant
45532de22b75
MQTT: update test project to reflect latest changes
20 months ago, Edouard Tisserant
564f0f1ea75e
SVGHMI update generated XSLT
20 months ago, Edouard Tisserant
d9b772623fd9
SVGHMI: remove widgets deprecated since long
20 months ago, Edouard Tisserant
59a331f80858
SVGHMI: add ForEach widget example
20 months ago, Edouard Tisserant
a3cf9f635952
SVGHMI: Extend ForEach widget to expose range, position and size in a way comparable with ScrollBar widget.
20 months ago, Edouard Tisserant
92b3701fceed
SVGHMI: code cleanup
20 months ago, Edouard Tisserant
f9c6bbf66eea
MQTT: Add status global variable MQTT_STATUS_n, one per MQTT client
20 months ago, Edouard Tisserant
b344393859df
MQTT: strip unsupported types from type choice dropdown, better wrong type detection in build.
20 months ago, Edouard Tisserant
dee0efbf8452
MQTT: remove debug prints
20 months ago, Edouard Tisserant
07504d4c40ee
MQTT: add JSON fixed size 1D array support. WIP. Parsing array still broken.
21 months ago, Edouard Tisserant
205d5379b35e
MQTT: do not convert to UPPERCASE json keys.
21 months ago, Edouard Tisserant
ad2b84071881
MQTT: added support for strings in JSON payload only.
21 months ago, Edouard Tisserant
fa60dde482ca
MQTT: remove accidentally committed debug printfs + cosmetic
21 months ago, Edouard Tisserant
3977d55217ec
MQTT: fix invocation of json_scanf (use pointers, not values...)
21 months ago, Edouard Tisserant
9e4a3a3ea5c0
MQTT: fix bisection failing when topics start with same substring.
21 months ago, Edouard Tisserant
ab96d56f9ae9
MQTT: Update available type choices when data types are changed in the IDE
21 months ago, Edouard Tisserant
da52eabd0e6d
MQTT: remove standalone MQTT clien generator code.
21 months ago, Edouard Tisserant
7f4226b2f867
MQTT: add JSON payload corresponding to IEC Structured types
21 months ago, Edouard Tisserant
6337c9c2c379
MQTT: WIP supporting structured types : do not crash when generating C code if using location with no size
21 months ago, Edouard Tisserant
fdbb3c4ebbf6
MQTT: add dropdown to select type assigned to a topic
21 months ago, Edouard Tisserant
3779356cca8f
MQTT+IDE: Allow user to associate IEC structure datatype to a topic.
21 months ago, Edouard Tisserant
51272fe96999
IDE: allow structures to be located.
21 months ago, Edouard Tisserant
f30573e98600
merge MQTT grafted from python2 branch - untested
21 months ago, Edouard Tisserant
76dede1e3403
MQTT: add test projects, to be later included in automated testing.
22 months ago, Edouard Tisserant
e16c8443e877
MQTT: add SSL support
22 months ago, Edouard Tisserant
482452574fb4
SVGHMI: cosmetic
22 months ago, Edouard Tisserant
19f8192b7d68
SVGHMI: Fix watchdog not cleanly restarting browser because not waiting for stop operation to finish before restarting.
22 months ago, Edouard Tisserant
65aae40f81dd
MQTT: WIP, re-organized disconnection handling, now keep track of connection status and reconnect accordingly.
22 months ago, Edouard Tisserant
6c2b80b4515d
MQTT: link to SSL only when needed.
22 months ago, Edouard Tisserant
5e0660d394e3
IDE: Fix "Save" toolbar button and file menu entry not appearing when extension makes changes
23 months ago, Edouard Tisserant
87f11a874477
MQTT: WIP fix modified status not being set when adding and modifying topics or attributes.
23 months ago, Edouard Tisserant
1479acf750e2
MQTT: WIP, PLC starts even if MQTT client can't connect broker, and publish+subscribe again when reconnecting.
23 months ago, Edouard Tisserant
0145c60b9560
MQTT: WIP, destroys paho client during failure handling at init and at cleanup. Use mutex to protect retrieve.
23 months ago, Edouard Tisserant
364e09f5faea
MQTT: Implements reconnecting in publish thread in case thread is waken-up but client is disconnected.
23 months ago, Edouard Tisserant
4eb23bb4bc2f
MQTT: take C part away from python code for readability.
23 months ago, Edouard Tisserant
84a668564748
MQTT: WIP, prevent crash after disconnect. Disable auto-reconnect on connection lost callback.
23 months ago, Edouard Tisserant
c399fe412dbd
MQTT: Stop publish thread properly on PLC stop
23 months ago, Edouard Tisserant
78f9abfb32a0
MQTT: Fix overkill use of wx sizer
23 months ago, Edouard Tisserant
056657cd1484
MQTT: Fix crash when browsing locations
23 months ago, Edouard Tisserant
28354ba489b9
MQTT: WIP. Added handling of received messages (subscriptions)
23 months ago, Edouard Tisserant
24656e0e8732
MQTT: WIP, added publish thread waking-up when published variables change.
23 months ago, Edouard Tisserant
987c69b1582f
MQTT: WIP, subscibed topics have no "Retained" attribute.
23 months ago, Edouard Tisserant
150599d9073f
MQTT: WIP, now publishes initial values at init.
23 months ago, Edouard Tisserant
cec48fc7ccd0
MQTT: WIP, now connects to broker. Added MQTT 3 support and protocol version selection in IDE.
23 months ago, Edouard Tisserant
98bd0bb33ce4
MQTT: (WIP) Fix OpenSSL linking.
23 months ago, Edouard Tisserant
d0c5d77a33af
MQTT: still WIP, generated C code builds and link.
23 months ago, Edouard Tisserant
883a85b9ebcc
Extensions: add optional arguments to ThirdPartyPath
23 months ago, Edouard Tisserant
466be4f52cb9
GCC BUILD: Prevent Memory Error when compiling huge projects.
23 months ago, Edouard Tisserant
69d161fc2e08
MQTT WIP: intermediate state, added perfect hash to map topic to variables
23 months ago, Edouard Tisserant
74035ea6792c
MQTT WIP: intermediate state, implementing MQTT client C code generator.
2024-06-14, Edouard Tisserant
96acfee19caf
WIP: Add skeleton for MQTT extension based on part of OPC-UA extension.
2024-06-12, Edouard Tisserant
76295adcf940
Merge remote-tracking branch 'origin/python3' into python3
22 months ago, Edouard Tisserant
22ba103801ee